# 2024-06-26-Release

## New Features

* [NATS Event Bus](#nats-event-bus)
* [Filter By Regex processor](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/filter-by-regex.md), available for Google licenses
* Agent's page is now sortable by labels
* [SQL Query Source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/sql-query.md)

## Bug Fixes

* Add validation to guard against applying resources without `metadata.name`
* Correctly handle deleting multiple configs
* Handle duplicating configs without a current version

## Other

* Rebrand Google Chronicle to Google SecOps

### NATS Event Bus

Enterprise users operating BindPlane in [High Availability](https://github.com/observIQ/bindplane-docs/blob/main/production-checklist/bindplane/high-availability/README.md) can now use the [NATS Event Bus](https://github.com/observIQ/bindplane-docs/blob/main/configuration/bindplane/nats-as-event-bus.md). The NATS Event Bus eliminates the need for an external event bus such as Google Pub/Sub or Apache Kafka.


---

# 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/june-2024/2024-06-26-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.
