# 2024-11-20-Release

## New Features

* Added timeout option to [OTLP](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/opentelemetry-otlp.md) and [BindPlane Gateway](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/bindplane-gateway.md) sources
* Parse Timestamp Processor recommendation enhancements
  * Support RFC1123 format
  * Skip recommendation or fields generated by [Log Deduplication](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/deduplicate-logs.md) processor
  * Recommend time parsing for unknown time formats when fields `ts`, `datatime`, and `timestamp` are detected

## Bug Fixes

* Resolved an issue where ARM64 builds of BindPlane did not include the correct Transform Agent binary

## Misc

* Postgres database migration errors are now saved to the database for simplified troubleshooting


---

# 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/november-2024/2024-11-20-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.
