|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | + |
| 5 | +Unreleased |
| 6 | +########## |
| 7 | + |
| 8 | +Bugfixes |
| 9 | +-------- |
| 10 | +* (Attempt to) Fix deadlock between consumer and heartbeat (zhgjun / dpkp #1628) |
| 11 | +* Fix Metrics dict memory leak (kishorenc #1569) |
| 12 | + |
| 13 | +Client |
| 14 | +------ |
| 15 | +* Support Kafka record headers (hnousiainen #1574) |
| 16 | +* Add KafkaAdmin class (llamahunter #1540) |
| 17 | +* Set socket timeout for the write-side of wake socketpair (Fleurer #1577) |
| 18 | +* Add kerberos domain name config for gssapi sasl mechanism handshake (the-sea #1542) |
| 19 | +* Support smaller topic metadata fetch during bootstrap (andyxning #1541) |
| 20 | + |
| 21 | +Consumer |
| 22 | +-------- |
| 23 | +* Fix linter warning on import of ConsumerRebalanceListener (ben-harack #1591) |
| 24 | +* Remove ConsumerTimeout (emord #1587) |
| 25 | +* Return future from commit_offsets_async() (ekimekim #1560) |
| 26 | + |
| 27 | +Core / Protocol |
| 28 | +--------------- |
| 29 | +* Pre-compile pack/unpack function calls (billyevans / jeffwidman #1619) |
| 30 | +* Don't use `kafka.common` internally (jeffwidman #1509) |
| 31 | + |
| 32 | +Documentation |
| 33 | +------------- |
| 34 | +* Document connections_max_idle_ms (jeffwidman #1531) |
| 35 | +* Fix sphinx url (jeffwidman #1610) |
| 36 | +* Update remote urls: snappy, https, etc (jeffwidman #1603) |
| 37 | +* Minor cleanup of testing doc (jeffwidman #1613) |
| 38 | + |
| 39 | +Test Infrastructure |
| 40 | +------------------- |
| 41 | +* Stop pinning `pylint` (jeffwidman #1611) |
| 42 | +* (partial) Migrate from `Unittest` to `pytest` (jeffwidman #1620) |
| 43 | +* Minor aesthetic cleanup of partitioner tests (jeffwidman #1618) |
| 44 | +* Cleanup fixture imports (jeffwidman #1616) |
| 45 | +* Fix typo in test file name (jeffwidman) |
| 46 | +* Remove unused ivy_root variable (jeffwidman) |
| 47 | + |
| 48 | +Logging / Error Messages |
| 49 | +------------------------ |
| 50 | +* raising logging level on messages signalling data loss (sibiryakov #1553) |
| 51 | +* Stop using deprecated log.warn() (jeffwidman #1615) |
| 52 | +* Fix typo in logging message (jeffwidman) |
| 53 | + |
| 54 | +Compatibility |
| 55 | +------------- |
| 56 | +* Vendor enum34 (jeffwidman #1604) |
| 57 | +* Bump vendored `six` to `1.11.0` (jeffwidman #1602) |
| 58 | +* Vendor `six` consistently (jeffwidman #1605) |
| 59 | +* Prevent `pylint` import errors on `six.moves` (jeffwidman #1609) |
| 60 | + |
| 61 | + |
4 | 62 | 1.4.3 (May 26, 2018)
|
5 | 63 | ####################
|
6 | 64 |
|
|
0 commit comments