Rearrange a few 1.3.2 changelog entries
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
Core
|
Core
|
||||||
* Add kafka.serializer interfaces (dpkp 912)
|
* Add kafka.serializer interfaces (dpkp 912)
|
||||||
|
* from kafka import ConsumerRebalanceListener, OffsetAndMetadata
|
||||||
|
* Use 0.10.0.1 for integration tests (dpkp 803)
|
||||||
|
|
||||||
Consumer
|
Consumer
|
||||||
* KAFKA-3007: KafkaConsumer max_poll_records (dpkp 831)
|
* KAFKA-3007: KafkaConsumer max_poll_records (dpkp 831)
|
||||||
@@ -11,6 +13,7 @@ Consumer
|
|||||||
Producer
|
Producer
|
||||||
* Update Partitioners for use with KafkaProducer (barrotsteindev 827)
|
* Update Partitioners for use with KafkaProducer (barrotsteindev 827)
|
||||||
* Sort partitions before calling partitioner (ms7s 905)
|
* Sort partitions before calling partitioner (ms7s 905)
|
||||||
|
* Added ssl_password config option to KafkaProducer class (kierkegaard13 830)
|
||||||
|
|
||||||
Client
|
Client
|
||||||
* Always check for request timeouts (dpkp 887)
|
* Always check for request timeouts (dpkp 887)
|
||||||
@@ -25,9 +28,6 @@ Bugfixes
|
|||||||
* Fix murmur2 bug handling python2 bytes that do not ascii encode (dpkp 815)
|
* 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)
|
* Monkeypatch max_in_flight_requests_per_connection when checking broker version (dpkp 834)
|
||||||
* Fix message timestamp_type (qix 828)
|
* 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
|
Logging / Error Messages
|
||||||
* Always include an error for logging when the coordinator is marked dead (dpkp 890)
|
* Always include an error for logging when the coordinator is marked dead (dpkp 890)
|
||||||
|
@@ -7,6 +7,8 @@ Changelog
|
|||||||
Core
|
Core
|
||||||
----
|
----
|
||||||
* Add kafka.serializer interfaces (dpkp 912)
|
* Add kafka.serializer interfaces (dpkp 912)
|
||||||
|
* from kafka import ConsumerRebalanceListener, OffsetAndMetadata
|
||||||
|
* Use 0.10.0.1 for integration tests (dpkp 803)
|
||||||
|
|
||||||
Consumer
|
Consumer
|
||||||
--------
|
--------
|
||||||
@@ -18,6 +20,7 @@ Producer
|
|||||||
--------
|
--------
|
||||||
* Update Partitioners for use with KafkaProducer (barrotsteindev 827)
|
* Update Partitioners for use with KafkaProducer (barrotsteindev 827)
|
||||||
* Sort partitions before calling partitioner (ms7s 905)
|
* Sort partitions before calling partitioner (ms7s 905)
|
||||||
|
* Added ssl_password config option to KafkaProducer class (kierkegaard13 830)
|
||||||
|
|
||||||
Client
|
Client
|
||||||
------
|
------
|
||||||
@@ -34,9 +37,6 @@ Bugfixes
|
|||||||
* Fix murmur2 bug handling python2 bytes that do not ascii encode (dpkp 815)
|
* 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)
|
* Monkeypatch max_in_flight_requests_per_connection when checking broker version (dpkp 834)
|
||||||
* Fix message timestamp_type (qix 828)
|
* 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
|
Logging / Error Messages
|
||||||
------------------------
|
------------------------
|
||||||
|
Reference in New Issue
Block a user