diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 5dc0574..188d090 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,8 @@ Changelog Core ---- * Add kafka.serializer interfaces (dpkp 912) +* from kafka import ConsumerRebalanceListener, OffsetAndMetadata +* Use 0.10.0.1 for integration tests (dpkp 803) Consumer -------- @@ -18,6 +20,7 @@ Producer -------- * Update Partitioners for use with KafkaProducer (barrotsteindev 827) * Sort partitions before calling partitioner (ms7s 905) +* Added ssl_password config option to KafkaProducer class (kierkegaard13 830) Client ------ @@ -34,9 +37,6 @@ Bugfixes * Fix murmur2 bug handling python2 bytes that do not ascii encode (dpkp 815) * Monkeypatch max_in_flight_requests_per_connection when checking broker version (dpkp 834) * Fix message timestamp_type (qix 828) -* Added ssl_password config option to KafkaProducer class (kierkegaard13 830) -* from kafka import ConsumerRebalanceListener, OffsetAndMetadata -* Use 0.10.0.1 for integration tests (dpkp 803) Logging / Error Messages ------------------------ |