# Sep 4, 2025 - v1.94.0

## New Features

### Audit Logging & Governance

* [**Bindplane audit logs**](https://docs.bindplane.com/integrations/sources/bindplane-audit-logs) **can now be ingested as a source**, allowing you to monitor internal platform activity like user logins, config changes, and resource deletions just like any other log stream.
* **Audit logs now include resource deletions**, helping trace changes to configurations.
* **User login events** are now tracked in the audit log, improving visibility into platform access.
* **Improved audit event descriptions.**
* **Indexing added to the `audit_events` table** to support faster querying at scale.

### Organization Management

* Added a **30-day usage overview** to help visualize usage trends across the organization.

<details>

<summary>Improvements</summary>

**Collector Management**

* **Linux packages now support configurable usernames and groups**, enabling smoother deployment across varied environments.
* **Agent version logic is now client-configurable**, giving advanced users more control.
* **Telemetry internals updated**: `IntValue` replaced with `UintValue` for unsigned metric precision.
* **Prometheus remote write now defaults to write-ahead logging enabled**.

**UI & UX**

* **Zoom controls added to Pipeline V2** to support navigating larger pipelines.
* Add/Edit Resource dialogs now show loading indicators for better user feedback.
* Long dropdown names are now properly rendered in the UI.

**Configuration Management**

* **Configuration editing now gracefully handles orphaned destinations**, avoiding save failures.

**Developer Experience**

* OpAMP telemetry improved with better span error reporting.
* NATS metrics and connection tracking refined.

</details>

<details>

<summary>Bug fixes</summary>

* Fixed an issue where the agents table could hang if Prometheus was unavailable.
* Fixed an issue where configs failed to appear on the overview graph.
* Fixed an issue preventing saving extensions to the collector library.
* Fixed UI rendering issues across dropdowns, account settings, and org viewer.
* Fixed a int64 overflow bug in agent/user logic.
* Resolved config editing failures caused by deleted or invalid destination references.

</details>


---

# 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-2025/2025-09-04-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.
