# Apr 8, 2025 - v1.89.3

## New Features

* New [SQL Query V2 Source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/sql-query.md)
* New [AWS S3 Event Source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/aws-s3-event.md)
* New [GCS Rehydration Source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/google-cloud-storage-rehydration.md)
* New [Netflow Source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/netflow.md)
* [Honeycomb Destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/honeycomb.io.md): Support custom endpoint
* Kubernetes Gateway: Support pubsub on k8s gateway
* [File Stats Source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/filestats.md): Add support for the file.path attribute
* New Max Errors option for agent rollouts
* Apple macOS CLI binary signing and notarization

## Bug Fixes

* Add service.instance.id to otel configuration
  * Fixes an issue where SecOps gRPC exporter uses a random ID on every agent reconfiguration or restart
* Allow routing connectors to be saved to the library
* Fix an issue where `agent upgrade` command required the `--version` flag

## Misc

* Several performance improvements and optimizations


---

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