# 2024-08-21-Release

## Bug Fixes

* Resolved an issue with Bolt Store where agent status was reported incorrectly
* Improve agents table measurements sort performance
* Resolved an issue where mutual TLS would not use the configured certificate for verifying client certificates

### Deprecations

Kafka Event Bus for BindPlane [High Availability](https://github.com/observIQ/bindplane-docs/blob/main/production-checklist/bindplane/high-availability/README.md) is deprecated, use the [built in distributed eventbus](https://github.com/observIQ/bindplane-docs/blob/main/configuration/bindplane/nats-as-event-bus.md). It is simpler to use and does not require additional infrastructure.

{% hint style="info" %}
**NOTE**

Kafka sources and destinations are unrelated and fully supported.
{% endhint %}

### Miscellaneous

* Systemd: Increase default max open files from 55,000 to 65,000


---

# 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/august-2024/2024-08-21-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.
