# 2024-04-10-Release

## New Features

* New processor Condition Builder
  * Easily create OTTL conditions for most processors
  * See Upgrade and Downgrade for upgrade considerations
* New Gateway source and destination
* Add force\_flush\_period and max\_log\_size parameters to file log source

### Upgrade and Downgrade

Downgrades from 1.52.0 to previous versions of BindPlane are not supported if you make use of the new OTTL condition builder feature. BindPlane 1.52.0 introduces a new parameter type that will not render.

### Condition Builder

The new condition builder allows the user to easily create [OTTL](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/README.md).

<figure><img src="https://github.com/observIQ/bindplane-docs/blob/main/.gitbook/assets/release-notes-bindplane-2024-04-10-release-image-1.png" alt="Bindplane docs - 2024-04-10-Release - image 1"><figcaption></figcaption></figure>

## Bug Fixes

* Minor UI fixes


---

# 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/april-2024/2024-04-10-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.
