# Jul 24, 2025 - v1.92.0

### New Features

#### Destinations

* New [Webhook Destination](https://github.com/observIQ/bindplane-docs/blob/main/docs/resources/destinations/webhook/README.md)
* [Google Cloud Managed Prometheus destination](https://github.com/observIQ/bindplane-docs/blob/main/docs/resources/destinations/google-cloud-managed-service-for-prometheus/README.md): Added `enable_target_info` and `enable_scope_info` parameters
* [S3 Destination](https://github.com/observIQ/bindplane-docs/blob/main/docs/resources/destinations/aws-s3/README.md)
  * Added timeout parameter
  * Added marshaler option
  * Added `resource_attrs_to_s3` and `s3_prefix` options

#### Sources

* [S3 Event Source](https://github.com/observIQ/bindplane-docs/blob/main/docs/resources/sources/aws-s3-event/README.md): Added Kubernetes Gateway platform support

#### Processors

* New Concat processor for concatenating values
* New Timestamp Rewrite processor for timestamp manipulation
* [Deduplicate Logs processor](https://github.com/observIQ/bindplane-docs/blob/main/docs/resources/processors/deduplicate-logs/README.md): Added `include_fields` parameter

### Bug Fixes

* Fixed an issue where extensions were unavailable to Kubernetes Gateway configurations
* Fixed empty configurations page RBAC issues
* Fixed 'requires admin permissions' tooltip accuracy on rollout bar
* Fixed theme updates on login/logout to avoid flashing
* Fixed library page type filtering to accept spaces
* Fixed SecOps theme source & destination resource icons
* Fixed Prometheus Remote Write snappy compression requirement
* Fixed condition input logical parentheses stripping
* Fixed processors disappearing when saving bundle to library
* Fixed location and locale fields for metrics and traces
* Fixed secret key cache invalidation on account deletion
* Fixed agents table deadlock during deletion

### Misc

* Upgraded to Go 1.24.4
* Upgraded to Prometheus v3.4.2


---

# 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/july-2025/2025-07-14-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.
