# 2024-09-11-Release

## New Features

* Add NATS Event Bus option to the `init` command
* Add "Delete After Read" option to [File source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/filelog/README.md)
* Add resize handles to snapshot console
* Support editing project names in the web interface

## Bug Fixes

* Escape backslashes in filter by condition & add fields processors
* Kubernetes agents telemetry port binds to all network interfaces
  * Resolves an issue where agents' metrics port was not reachable by Prometheus scrapers
* Filter duplicate sources and destinations when adding new components to a configuration
* Fixed an issue where customer resources were not available on free edition


---

# 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/september-2024/2024-09-11-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.
