We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebc884 commit fed56e3Copy full SHA for fed56e3
CHANGELOG.md
@@ -0,0 +1,15 @@
1
+# Confluent's Python client for Apache Kafka
2
+
3
+## v1.5.0
4
5
+v1.5.0 is a maintenance release with the following fixes and enhancements:
6
7
+ - Bundles librdkafka v1.5.0 - see release notes for all enhancements and fixes.
8
+ - Documentation fixes
9
+ - [Dockerfile examples](examples/docker)
10
+ - [List offsets example](examples/list_offsets.py)
11
12
+confluent-kafka-python is based on librdkafka v1.5.0, see the
13
+[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.5.0)
14
+for a complete list of changes, enhancements, fixes and upgrade considerations.
15
0 commit comments