> For the complete documentation index, see [llms.txt](https://docs.bindplane.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bindplane.com/changelog/march-2025/2025-03-06-release.md).

# Mar 6, 2025 - v1.88.1

{% hint style="danger" %}
**WARNING**

Please install Bindplane v1.88.2 to avoid a stability issue introduced in v1.88.1. The v1.88.2 release includes a fix for the issue.
{% endhint %}

## New Features

* New [Google Cloud Storage Destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/google-cloud-storage.md)
* New System Status page at `/status`
* New batch processor recommendation when using [Google SecOps](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/google-secops-chronicle.md) destination
* [Timestamp Parser](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/parse-timestamp.md): Added support for Location and Locale to
* [Bindplane Agent source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/bindplane-collector.md): Added support for toggling on and off metrics groups
* [S3 Destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/aws-s3.md): Added support for storage class and endpoint parameters
* [Kubernetes Cluster Agent](https://github.com/observIQ/bindplane-docs/blob/main/deployment/kubernetes/collector/bindplane-collector.md#cluster) `StatefulSet` deployment option
* [Azure Blob Rehydration](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/azure-blob-rehydration/README.md) and [S3 Rehydration](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/aws-s3-rehydration/README.md) sources are now supported on [Kubernetes Cluster Agent](https://github.com/observIQ/bindplane-docs/blob/main/deployment/kubernetes/collector/bindplane-collector.md#cluster) when using the `StatefulSet` deployment option
* Bindplane will now check for configuration compatibility before pushing a configuration to an agent

## Bug Fixes

* The `get` commands `--export` flag will now omit `metadata.id` when exporting resources
* Fixed an issue with Configuration V2 routing connector, where the `match_once` parameter caused rollout failures
* Fixed an issue where the [Healthcheck Extension](https://github.com/observIQ/bindplane-docs/blob/main/configuration/bindplane-otel-collector/extensions/health-check.md#health-check-extension-extension) failed when TLS was configured

## Misc

* Several Postgres store performance improvements
* Several web interface GraphQL query performance improvements


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/march-2025/2025-03-06-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.
