File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -89,3 +89,17 @@ The Python bindings also provide some additional configuration properties:
8989
9090* ``on_commit(kafka.KafkaError, list(kafka.TopicPartition)) `` (**Consumer **): Callback used to indicate success or failure
9191 of commit requests.
92+
93+ Changelog
94+ =========
95+
96+ Version 3.0.1
97+ ^^^^^^^^^^^^^
98+
99+ * `PR-3 <https://github.com/confluentinc/confluent-kafka-python/pull/3 >`_ - Add /usr/local/lib to library_dirs in setup
100+ * `PR-4 <https://github.com/confluentinc/confluent-kafka-python/pull/4 >`_ - Py3: use bytes for Message payload and key
101+ * `PR-5 <https://github.com/confluentinc/confluent-kafka-python/pull/5 >`_ - Removed hard coded c extentions lib/include paths
102+ * `PR-9 <https://github.com/confluentinc/confluent-kafka-python/pull/9 >`_ - Use consistent syntax highlighting (e.g. prefix commands with `$ `)
103+ * `PR-17 <https://github.com/confluentinc/confluent-kafka-python/pull/17 >`_ - Version bump to 0.9.1.2
104+
105+
You can’t perform that action at this time.
0 commit comments