# 2024-10-30-Release

## Agent Version Compatibility

Bindplane Collector [v1.63.0](https://github.com/observIQ/bindplane-otel-collector/releases/tag/v1.63.0) or newer is not compatible with BindPlane OP server v1.59.1 or older. If you are using BindPlane OP v1.59.1 or older, it is recommended to upgrade to v1.79.0.

It is safe to upgrade from v1.59.1 to v1.79.0. However, if you are on v1.59.0 or older, it is\
recommended to first upgrade to v1.59.1 and then to v1.79.0.

## License

Licenses have always been required when operating BindPlane OP. If a license was not configured, the web interface would prompt for one. As of v1.79.0, new installations of BindPlane OP will require a license key in the configuration file. If you are installing BindPlane OP with the installation script or the Helm chart, no further steps are required.

If you are installing BindPlane OP Linux packages without using the install script, you must run the`init` command or modify `/etc/bindplane/config.yaml` to configure a license before starting the service.

## New Features

* New [Marshal Processor](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/marshal.md)
* New [Elasticsearch OTLP Destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/elasticsearch-otlp.md)
* New v2 [Add Field](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/add-fields.md), [Rename Field](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/rename-fields.md), and [Delete field](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/delete-fields.md) processors
  * Supports OTTL autocomplete
  * Simplified interface
  * v1 Processors have been deprecated, see [Deprecated Resources](#deprecated-resources)
* Support UDP Async options for [UDP](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/udp.md) and [Syslog](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/syslog.md) sources
* Support `suppress_rendering_info` option for [Windows Event Log Source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/windows-events.md)
* Support condition field for [Log Deduplication Processor](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/deduplicate-logs.md)
* Web interface Organization switcher
  * Web interface will now filter projects by Organization

## Bug Fixes

* Resolves an issue where Postgres migrations could happen out of order

## Deprecated Resources

The following processors have been deprecated and replaced by a version 2 implementation.

* Add Fields v1
* Rename Fields v1
* Delete Fields v1

Deprecated resources are available to users who are already using them within a configuration.\
It is recommended that you replace your existing processors with the new v2 implementation.


---

# 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/october-2024/2024-10-30-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.
