Skip to content

Commit f0ef99f

Browse files
committed
Update changelog
1 parent bb5bc1f commit f0ef99f

File tree

2 files changed

+106
-0
lines changed

2 files changed

+106
-0
lines changed

CHANGES.md

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

351
Compatibility

docs/changelog.rst

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,64 @@
11
Changelog
22
=========
33

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+
462
1.4.3 (May 26, 2018)
563
####################
664

0 commit comments

Comments
 (0)