# 2024-05-01-Release

## New Features

* [New AWS S3 Rehydration Source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/aws-s3-rehydration/README.md)
* [New Filter By Condition Processor](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/filter-by-condition.md)
* Additional MYSQL Source Metrics
* Add date picker to Azure Blob Rehydration source

### AWS S3 Rehydration Source

v1.55.0 adds a new source for rehydrating data stored in an AWS S3 bucket. Read the source documentation [here](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/aws-s3-rehydration/README.md).

### Filter By Condition Processor

Filter By Condition is a new processor introduced in v1.55.0. It can be used to include or exclude telemetry based on a condition that is evaluated against the telemetry data. Read the processor documentation [here](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/filter-by-condition.md).


---

# 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/may-2024/2024-05-01-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.
