Skip to content

Commit fe34051

Browse files
committed
Rearrange a few 1.3.2 changelog entries
1 parent f6bc024 commit fe34051

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Core
44
* Add kafka.serializer interfaces (dpkp 912)
5+
* from kafka import ConsumerRebalanceListener, OffsetAndMetadata
6+
* Use 0.10.0.1 for integration tests (dpkp 803)
57

68
Consumer
79
* KAFKA-3007: KafkaConsumer max_poll_records (dpkp 831)
@@ -11,6 +13,7 @@ Consumer
1113
Producer
1214
* Update Partitioners for use with KafkaProducer (barrotsteindev 827)
1315
* Sort partitions before calling partitioner (ms7s 905)
16+
* Added ssl_password config option to KafkaProducer class (kierkegaard13 830)
1417

1518
Client
1619
* Always check for request timeouts (dpkp 887)
@@ -25,9 +28,6 @@ Bugfixes
2528
* Fix murmur2 bug handling python2 bytes that do not ascii encode (dpkp 815)
2629
* Monkeypatch max_in_flight_requests_per_connection when checking broker version (dpkp 834)
2730
* Fix message timestamp_type (qix 828)
28-
* Added ssl_password config option to KafkaProducer class (kierkegaard13 830)
29-
* from kafka import ConsumerRebalanceListener, OffsetAndMetadata
30-
* Use 0.10.0.1 for integration tests (dpkp 803)
3131

3232
Logging / Error Messages
3333
* Always include an error for logging when the coordinator is marked dead (dpkp 890)

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Changelog
77
Core
88
----
99
* Add kafka.serializer interfaces (dpkp 912)
10+
* from kafka import ConsumerRebalanceListener, OffsetAndMetadata
11+
* Use 0.10.0.1 for integration tests (dpkp 803)
1012

1113
Consumer
1214
--------
@@ -18,6 +20,7 @@ Producer
1820
--------
1921
* Update Partitioners for use with KafkaProducer (barrotsteindev 827)
2022
* Sort partitions before calling partitioner (ms7s 905)
23+
* Added ssl_password config option to KafkaProducer class (kierkegaard13 830)
2124

2225
Client
2326
------
@@ -34,9 +37,6 @@ Bugfixes
3437
* Fix murmur2 bug handling python2 bytes that do not ascii encode (dpkp 815)
3538
* Monkeypatch max_in_flight_requests_per_connection when checking broker version (dpkp 834)
3639
* Fix message timestamp_type (qix 828)
37-
* Added ssl_password config option to KafkaProducer class (kierkegaard13 830)
38-
* from kafka import ConsumerRebalanceListener, OffsetAndMetadata
39-
* Use 0.10.0.1 for integration tests (dpkp 803)
4040

4141
Logging / Error Messages
4242
------------------------

0 commit comments

Comments
 (0)