Skip to content

v1.9.2

Compare
Choose a tag to compare
@emasab emasab released this 03 Aug 18:52
· 71 commits to master since this release
cdc5f3b

confluent-kafka-python v1.9.2

v1.9.2 is a maintenance release with the following fixes and enhancements:

  • Support for setting principal and SASL extensions in oauth_cb
    and handle failures (@Manicben, #1402)
  • Wheel for macOS M1/arm64
  • KIP-140 Admin API ACL fix:
    When requesting multiple create_acls or delete_acls operations,
    if the provided ACL bindings or ACL binding filters are not
    unique, an exception will be thrown immediately rather than later
    when the responses are read. (#1370).
  • KIP-140 Admin API ACL fix:
    Better documentation of the describe and delete ACLs behavior
    when using the MATCH resource patter type in a filter. (#1373).
  • Avro serialization examples:
    added a parameter for using a generic or specific Avro schema. (#1381).

confluent-kafka-python is based on librdkafka v1.9.2, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.