1
- # librdkafka v2.0.3
1
+ # librdkafka v2.1.0
2
2
3
- librdkafka v2.0.3 is a bugfix release:
3
+ librdkafka v2.1.0 is a feature release:
4
4
5
+ * [ KIP-320] ( https://cwiki.apache.org/confluence/display/KAFKA/KIP-320%3A+Allow+fetchers+to+detect+and+handle+log+truncation )
6
+ Allow fetchers to detect and handle log truncation (#4122 ).
5
7
* Fix a reference count issue blocking the consumer from closing (#4187 ).
6
8
* Fix a protocol issue with ListGroups API, where an extra
7
- field was appended for API Versions greater than or equal to 3.
9
+ field was appended for API Versions greater than or equal to 3 ( # 4207 ) .
8
10
* Fix an issue with ` max.poll.interval.ms ` , where polling any queue would cause
9
11
the timeout to be reset (#4176 ).
10
12
* Fix seek partition timeout, was one thousand times lower than the passed
@@ -15,6 +17,18 @@ librdkafka v2.0.3 is a bugfix release:
15
17
* Upgrade OpenSSL to v3.0.8 with various security fixes,
16
18
check the [ release notes] ( https://www.openssl.org/news/cl30.txt ) (#4215 ).
17
19
20
+ ## Enhancements
21
+
22
+ * Added ` rd_kafka_topic_partition_get_leader_epoch() ` (and ` set..() ` ).
23
+ * Added partition leader epoch APIs:
24
+ - ` rd_kafka_topic_partition_get_leader_epoch() ` (and ` set..() ` )
25
+ - ` rd_kafka_message_leader_epoch() `
26
+ - ` rd_kafka_*assign() ` and ` rd_kafka_seek_partitions() ` now supports
27
+ partitions with a leader epoch set.
28
+ - ` rd_kafka_offsets_for_times() ` will return per-partition leader-epochs.
29
+ - ` leader_epoch ` , ` stored_leader_epoch ` , and ` committed_leader_epoch `
30
+ added to per-partition statistics.
31
+
18
32
19
33
## Fixes
20
34
0 commit comments