# 2024-10-09-Release

## Upgrade Notes

### Agent Version Support

{% hint style="warning" %}
**IMPORTANT**

[Couchbase source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/couchbase.md) need to take care when upgrading their Bindplane Collector. This is due to changes to the [OpenTelemetry Transformation Language](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/README.md) (OTTL) which impact the Couchbase source.
{% endhint %}

BindPlane v1.76.0 is required for Bindplane Collector v1.63.0 or newer. Users with BindPlane agent version v1.60.0 or older must upgrade to v1.61.0 or v1.62.0 before upgrading to v1.63.0.

If you are not using the [Couchbase source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/couchbase.md), you can ignore Agent Version Support upgrade notes.

## New Features

* [Honeycomb Refinery Destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/honeycomb-refinery.md)
* Configurable [minimum TLS version](#minimum-tls-version)

## Minimum TLS Version

When using TLS, BindPlane defaults to a minimum TLS version of `1.3`. Users can opt into TLS 1.2\
for supporting client devices that do not support TLS 1.3.

To configured TLS 1.2, update `network.tlsMinVersion` string value to `"1.2"`.

```yaml
network:
  tlsMinVersion: '1.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/october-2024/2024-10-09-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.
