Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@pranavrth pranavrth released this 25 Oct 18:46
· 2 commits to master since this release
a27d113

confluent-kafka-python v2.3.0

v2.3.0 is a feature release with the following features, fixes and enhancements:

  • Add Python 3.12 wheels
  • KIP-117: Add support for AdminAPI describe_cluster() and describe_topics(). (@jainruchir, #1635)
  • KIP-430:
    Return authorized operations in Describe Responses. (@jainruchir, #1635)
  • KIP-516: Partial support of topic identifiers. Topic identifiers in metadata response are available through the new describe_topics function (#1645).
  • KIP-396: completed the implementation with the addition of list_offsets (#1576).
  • Add Rack to the Node type, so AdminAPI calls can expose racks for brokers
    (currently, all Describe Responses) (#1635, @jainruchir).
  • Fix the Describe User Scram Credentials for Describe all users or empty users list. Please refer to
    issue(#1616) for more details (#1630).

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