This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push:
new ea09a516b9 Updated CHANGELOG.md
ea09a516b9 is described below
commit ea09a516b9ed29c60dc87f178c4ac67450e4c674
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 26 03:23:02 2026 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d316fdadd..6b3cc5806b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@
**Fixed bugs:**
- camel.remove.headers.pattern is applied after aggregation and idempotency on
the sink path
[\#1806](https://github.com/apache/camel-kafka-connector/issues/1806)
+- Sink offsets are committed before delivery when aggregation is enabled
[\#1803](https://github.com/apache/camel-kafka-connector/issues/1803)
+- Multi-topic source connector acknowledges the exchange on the first topic's
commit [\#1802](https://github.com/apache/camel-kafka-connector/issues/1802)
- CamelTypeConverterTransform shares a static TypeConverter and never closes
its CamelContext
[\#1800](https://github.com/apache/camel-kafka-connector/issues/1800)
- FileTransforms SMT swallows IOException and can emit a record with a null
value [\#1799](https://github.com/apache/camel-kafka-connector/issues/1799)
- Composed endpoint URI is logged unmasked in the initial properties log line
[\#1797](https://github.com/apache/camel-kafka-connector/issues/1797)