Skip to content

Commit 3e343bb

Browse files
committed
updated CHANGELOG
1 parent 3b72361 commit 3e343bb

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
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

531
This is a feature release:

0 commit comments

Comments
 (0)