Skip to content

Releases: confluentinc/confluent-kafka-python

v0.11.0

25 Jul 21:52
Compare
Choose a tag to compare

This is a minimal librdkafka version-synchronized release of the Python client.

Changes:

  • Handle null/None values during deserialization
  • Allow to pass custom schema registry instance.
  • None conf values are now converted to NULL rather than the string "None" (#133)
  • Fix memory leaks when certain exceptions were raised.
  • Handle delivery.report.only.error in Python (#84)
  • Proper use of Message error string on Producer (#129)
  • Now Flake8 clean

v0.9.4

23 Mar 00:12
Compare
Choose a tag to compare
Bump version to 0.9.4

  - Automatic commit via:
    pint set-version --branch master --version 0.9.4 -e prod confluent-kafka-python --no-dry-run

v0.9.2

16 Nov 20:40
Compare
Choose a tag to compare
Fixed integer version for 0.9.2

0.9.1.2

08 Jul 13:10
Compare
Choose a tag to compare

Bugfix release:

  • Use bytes for Message payload and key
  • Various build and packaging fixes