Skip to content

Version 1.0.1

Compare
Choose a tag to compare
@rnpridgeon rnpridgeon released this 13 Jun 02:09
· 504 commits to master since this release
576c087

Confluent's Python client for Apache Kafka

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

v1.0.1 is a maintenance release with the following fixes:

  • Fix consumer stall when broker connection goes down (issue #2266 introduced in v1.0.0)
  • Fix AdminAPI memory leak when broker does not support request (@souradeep100, #2314)
  • SR client: Don't disable cert verification if no ssl.ca.location set (#578)
  • Treat ECONNRESET as standard Disconnects (#2291)
  • OpenSSL version bump to 1.0.2s
  • Update/fix protocol error response codes (@benesch)
  • Update Consumer get_watermark_offsets docstring (@hrchu, #572)
  • Update Consumer subscribe docstring to include on_assign and on_revoke args (@hrchu, #571)
  • Update delivery report string formatting (@hrchu, #575)
  • Update logging configuration code example document (@soxofaan , #579)
  • Implement environment markers to fix poetry (@fishman, #583)