1
1
# Confluent's Python client for Apache Kafka
2
2
3
+ ## v1.6.1
4
+
5
+ v1.6.1 is a feature release:
6
+
7
+ - KIP-429 - Incremental consumer rebalancing support.
8
+ - OAUTHBEARER support.
9
+
10
+ ### Fixes
11
+
12
+ - Add ` return_record_name=True ` to AvroDeserializer (@slominskir , #1028 )
13
+ - Fix deprecated ` schema.Parse ` call (@casperlehmann , #1006 ).
14
+ - Make reader schema optional in AvroDeserializer (@97nitt , #1000 ).
15
+ - Add ` **kwargs ` to legacy AvroProducer and AvroConsumer constructors to
16
+ support all Consumer and Producer base class constructor arguments, such
17
+ as ` logger ` (@venthur , #699 ).
18
+ - Add bool for permanent schema delete (@slominskir , #1029 ).
19
+ - The avro package is no longer required for Schema-Registry support (@jaysonsantos , #950 ).
20
+ - Only write to schema cache once, improving performance (@fimmtiu , #724 ).
21
+ - Improve Schema-Registry error reporting (@jacopofar , #673 ).
22
+ - ` producer.flush() ` could return a non-zero value without hitting the
23
+ specified timeout.
24
+
25
+
26
+ confluent-kafka-python is based on librdkafka v1.6.1, see the
27
+ [ librdkafka release notes] ( https://github.com/edenhill/librdkafka/releases/tag/v1.6.1 )
28
+ for a complete list of changes, enhancements, fixes and upgrade considerations.
29
+
30
+
3
31
## v1.6.0
4
32
5
33
v1.6.0 is a feature release with the following features, fixes and enhancements:
@@ -23,7 +51,7 @@ v1.6.0 is a feature release with the following features, fixes and enhancements:
23
51
- Added ` AdminClient.list_groups() ` API (@messense , #948 )
24
52
- Rename asyncio.py example to avoid circular import (#945 )
25
53
26
- confluent-kafka-python is based on librdkafka v1.6.2 , see the
54
+ confluent-kafka-python is based on librdkafka v1.6.0 , see the
27
55
[ librdkafka release notes] ( https://github.com/edenhill/librdkafka/releases/tag/v1.6.0 )
28
56
for a complete list of changes, enhancements, fixes and upgrade considerations.
29
57
0 commit comments