|
1 |
| -# Unreleased |
| 1 | +# 1.4.4 (Nov 20, 2018) |
2 | 2 |
|
3 | 3 | Bugfixes
|
4 | 4 | * (Attempt to) Fix deadlock between consumer and heartbeat (zhgjun / dpkp #1628)
|
5 | 5 | * Fix Metrics dict memory leak (kishorenc #1569)
|
6 | 6 |
|
7 | 7 | Client
|
8 | 8 | * Support Kafka record headers (hnousiainen #1574)
|
9 |
| -* Add KafkaAdmin class (llamahunter #1540) |
10 | 9 | * Set socket timeout for the write-side of wake socketpair (Fleurer #1577)
|
11 | 10 | * Add kerberos domain name config for gssapi sasl mechanism handshake (the-sea #1542)
|
12 | 11 | * Support smaller topic metadata fetch during bootstrap (andyxning #1541)
|
| 12 | +* Use TypeError for invalid timeout type (jeffwidman #1636) |
| 13 | + |
| 14 | +Admin |
| 15 | +* Add KafkaAdmin class (llamahunter #1540) |
| 16 | +* Fix list_consumer_groups() to query all brokers (jeffwidman #1635) |
| 17 | +* Stop using broker-errors for client-side problems (jeffwidman #1639) |
| 18 | +* Fix send to controller (jeffwidman #1640) |
| 19 | +* Add group coordinator lookup (jeffwidman #1641) |
| 20 | +* Fix describe_groups (jeffwidman #1642) |
| 21 | +* Add list_consumer_group_offsets() (jeffwidman #1643) |
| 22 | +* Remove support for api versions as strings from KafkaAdmin (jeffwidman #1644) |
| 23 | +* Set a clear default value for `validate_only`/`include_synonyms` (jeffwidman #1645) |
| 24 | +* Bugfix: Always set this_groups_coordinator_id (jeffwidman #1650) |
13 | 25 |
|
14 | 26 | Consumer
|
15 | 27 | * Fix linter warning on import of ConsumerRebalanceListener (ben-harack #1591)
|
16 | 28 | * Remove ConsumerTimeout (emord #1587)
|
17 | 29 | * Return future from commit_offsets_async() (ekimekim #1560)
|
18 | 30 |
|
19 | 31 | Core / Protocol
|
| 32 | +* Add protocol structs for {Describe,Create,Delete} Acls (ulrikjohansson #1646/partial) |
20 | 33 | * Pre-compile pack/unpack function calls (billyevans / jeffwidman #1619)
|
21 | 34 | * Don't use `kafka.common` internally (jeffwidman #1509)
|
| 35 | +* Be explicit with tuples for %s formatting (jeffwidman #1634) |
22 | 36 |
|
23 | 37 | Documentation
|
24 | 38 | * Document connections_max_idle_ms (jeffwidman #1531)
|
25 | 39 | * Fix sphinx url (jeffwidman #1610)
|
26 | 40 | * Update remote urls: snappy, https, etc (jeffwidman #1603)
|
27 | 41 | * Minor cleanup of testing doc (jeffwidman #1613)
|
| 42 | +* Various docstring / pep8 / code hygiene cleanups (jeffwidman #1647) |
28 | 43 |
|
29 | 44 | Test Infrastructure
|
30 | 45 | * Stop pinning `pylint` (jeffwidman #1611)
|
|
0 commit comments