Release v2.16.0
✨ Features & Enhancements
-
Confluent Kafka binding [#988] by @yanmxa
Added a new Confluent Kafka protocol binding for CloudEvents, supporting modern Kafka client features. -
Producer report channel for Confluent Kafka [#1031] by @yanmxa
Exposed a producer report channel viaEvents()to allow users to track delivery status of Kafka messages. -
Support structured content type suffixes [#1007] by @dan-j
Improved content type handling by recognizing structured syntax suffixes like+json, increasing compatibility with various encodings. -
Default timeout via context [#992] by @nkreiger
Introduced support for configuring protocol default timeouts usingcontext.Context. -
Benchmarks for CESQL [#1050] by @Cali0707
Added benchmark tests to measure CESQL query performance. -
Optimized CESQL
LIKEmatching [#1049] by @Cali0707 Improved the performance of CESQL's pattern matching logic.