# 2024-11-26-Release

## New Features

* Added Max Reads and Poll Interval parameters to the [Windows Events source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/windows-events.md)
* Added API timeout option to [SecOps destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/google-secops-chronicle.md)
* Added Parsing Level option to Kubernetes [Container Log source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/kubernetes-container-logs.md)
  * SecOps users can now disable parsing to send raw container logs to Google SecOps
* Added Add Attributes and Log Type options to [Syslog source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/syslog.md)
* New delete processor option when viewing processor list in Live Preview
* [Agent Configuration Encryption](https://github.com/observIQ/bindplane-docs/blob/main/configuration/bindplane-otel-collector/configuration-encryption.md)
* New [SecOps Standardization processor](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/google-secops-standardization.md)

## Bug Fixes

* Fixed default [Azure Event Hub source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/azure-event-hub.md) consumer group name


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/changelog/november-2024/2024-11-26-release.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
