File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 11# Confluent's Python client for Apache Kafka
22
3+ ## v1.9.2
4+
5+ v1.9.2 is a maintenance release with the following fixes and enhancements:
6+
7+ - Wheel for macOS M1/arm64
8+ - KIP-140 Admin API ACL fix:
9+ When requesting multiple create_acls or delete_acls operations
10+ if the provided ACL bindings or ACL binding filters are not
11+ unique it throws an exception immediately instead of failing later
12+ when the responses are read. (#1370 ).
13+ - KIP-140 Admin API ACL fix:
14+ Better documentation of the describe and delete ACLs behavior
15+ when using the MATCH resource patter type in a filter. (#1373 ).
16+ - Avro serialization examples:
17+ added a parameter for using a generic or specific Avro schema. (#1381 ).
18+
19+ confluent-kafka-python is based on librdkafka v1.9.2, see the
20+ [ librdkafka release notes] ( https://github.com/edenhill/librdkafka/releases/tag/v1.9.2 )
21+ for a complete list of changes, enhancements, fixes and upgrade considerations.
22+
23+
24+ ## v1.9.1
25+
26+ There was no 1.9.1 release of the Python Client.
27+
28+
329## v1.9.0
430
531This is a feature release:
You can’t perform that action at this time.
0 commit comments