# 2024-06-04-Release

## New Features

* Add metrics support to bindplane-agent source
* [Progressive Rollouts](https://github.com/observIQ/bindplane-docs/blob/main/feature-guides/progressive-rollouts.md)

## Bug Fixes

* Support nested fields in [Add fields](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/add-fields.md) processor

## Progressive Rollouts

With Progressive Rollouts you can now deploy your configuration changes incrementally, one stage at a time. Tag specific agents as belonging to dev, stage, and prod environments and then BindPlane will pause the rollout after it completes each stage.

The stages themselves are entirely configurable, so you can create the exact rollout that works best for your environment.

[Get started](https://github.com/observIQ/bindplane-docs/blob/main/feature-guides/progressive-rollouts.md)


---

# 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/june-2024/2024-06-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.
