|
| 1 | +# Unreleased |
| 2 | + |
| 3 | +Core |
| 4 | +* Add kafka.serializer interfaces (dpkp 912) |
| 5 | + |
| 6 | +Consumer |
| 7 | +* KAFKA-3007: KafkaConsumer max_poll_records (dpkp 831) |
| 8 | +* Raise exception if given a non-str topic (ssaamm 824) |
| 9 | + |
| 10 | +Producer |
| 11 | +* Update Partitioners for use with KafkaProducer (barrotsteindev 827) |
| 12 | +* Sort partitions before calling partitioner (ms7s 905) |
| 13 | + |
| 14 | +Client |
| 15 | +* Always check for request timeouts (dpkp 887) |
| 16 | +* When hostname lookup is necessary, do every connect (benauthor 812) |
| 17 | + |
| 18 | +Bugfixes |
| 19 | +* Fix errorcode check when socket.connect_ex raises an exception (guojh 907) |
| 20 | +* Fix fetcher bug when processing offset out of range (dpkp 911) |
| 21 | +* Fix possible request draining in ensure_active_group (dpkp 896) |
| 22 | +* Fix metadata refresh handling with 0.10+ brokers when topic list is empty (sibiryakov 867) |
| 23 | +* KafkaProducer should set timestamp in Message if provided (Drizzt1991 875) |
| 24 | +* Fix murmur2 bug handling python2 bytes that do not ascii encode (dpkp 815) |
| 25 | +* Monkeypatch max_in_flight_requests_per_connection when checking broker version (dpkp 834) |
| 26 | +* Fix message timestamp_type (qix 828) |
| 27 | +* Added ssl_password config option to KafkaProducer class (kierkegaard13 830) |
| 28 | +* from kafka import ConsumerRebalanceListener, OffsetAndMetadata |
| 29 | +* Use 0.10.0.1 for integration tests (dpkp 803) |
| 30 | + |
| 31 | +Logging / Error Messages |
| 32 | +* Always include an error for logging when the coordinator is marked dead (dpkp 890) |
| 33 | +* Only string-ify BrokerResponseError args if provided (dpkp 889) |
| 34 | +* Update warning re advertised.listeners / advertised.host.name (jeffwidman 878) |
| 35 | +* Fix unrecognized sasl_mechanism error message (sharego 883) |
| 36 | + |
| 37 | +Documentation |
| 38 | +* Add docstring for max_records (jeffwidman 897) |
| 39 | +* Fixup doc references to max_in_flight_requests_per_connection |
| 40 | +* Fix typo: passowrd --> password (jeffwidman 901) |
| 41 | +* Fix documentation typo 'Defualt' -> 'Default'. (rolando 895) |
| 42 | +* Added doc for `max_poll_records` option (Drizzt1991 881) |
| 43 | +* Remove old design notes from Kafka 8 era (jeffwidman 876) |
| 44 | +* Fix documentation typos (jeffwidman 874) |
| 45 | +* Fix quota violation exception message (dpkp 809) |
| 46 | +* Add comment for round robin partitioner with different subscriptions |
| 47 | +* Improve KafkaProducer docstring for retries configuration |
| 48 | + |
| 49 | + |
1 | 50 | # 1.3.1 (Aug 8, 2016) |
2 | 51 |
|
3 | 52 | Bugfixes |
|
0 commit comments