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 25b23296a0 Updated CHANGELOG.md
25b23296a0 is described below
commit 25b23296a07f62e0ba859c78b7907d8ad2d65742
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 25 03:19:55 2026 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3406862f8b..9d316fdadd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,11 +6,21 @@
**Implemented enhancements:**
+- Enum-like connector options silently fall back instead of being rejected
[\#1801](https://github.com/apache/camel-kafka-connector/issues/1801)
- Reduce generated connector module boilerplate
[\#1787](https://github.com/apache/camel-kafka-connector/issues/1787)
- Resolve open TODO/XXX comments in core module
[\#1786](https://github.com/apache/camel-kafka-connector/issues/1786)
+**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)
+- 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)
+
**Closed issues:**
+- Harden CI workflows: least-privilege permissions, SHA-pinned actions,
wrapper checksum
[\#1804](https://github.com/apache/camel-kafka-connector/issues/1804)
+- \[BUG\] CamelSyslogSourceConnector fails with
NoTypeConversionAvailableException due to marshal/unmarshal typo in
ckcUnMarshal route template
[\#1795](https://github.com/apache/camel-kafka-connector/issues/1795)
- Upgrade to Apache Kafka 4.x
[\#1778](https://github.com/apache/camel-kafka-connector/issues/1778)
- RabbitMQ connector enabling TLS connection
[\#1718](https://github.com/apache/camel-kafka-connector/issues/1718)
- kafkaconnector.https.CamelHttpsSinkConnector oauth2 scope is missing
[\#1647](https://github.com/apache/camel-kafka-connector/issues/1647)