# 2024-09-25-Release

## New Features

* [Filter by Severity Processor](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/filter-severity.md): OTTL condition filter
* New [Coalesce Processor](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/coalesce.md)
* [Google Destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/google-cloud.md): Timeout option
* New parse timestamp processor recommendation
* Ephemeral agent cleanup
  * Support automatic disconnected agent deletion when agents have label `ephemeral: true`

## Bug Fixes

* [Coralogix Destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/coralogix.md): Fix domain option and add support for USA2 and APAC3 regions
* [S3 Destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/aws-s3.md): Fix `file_prefix` option
* Fixed an issue where deleting a configuration would not delete rollout history when using Bolt store


---

# 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/september-2024/2024-09-25-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.
