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