Skip to content

Commit c3b40b7

Browse files
author
Dana Powers
committed
Update Changelog in preparation for 0.9.5 release
1 parent 31ee4ed commit c3b40b7

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGES.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# 0.9.5 (Unreleased)
2+
3+
Consumers
4+
* Initial support for consumer coordinator [offsets only] (toddpalino PR 420)
5+
* Allow blocking until some messages are received in SimpleConsumer (saaros PR 457)
6+
* Support subclass config changes in KafkaConsumer (zackdever PR 446)
7+
* Support retry semantics in MultiProcessConsumer (barricadeio PR 456)
8+
* Support partition_info in MultiProcessConsumer (scrapinghub PR 418)
9+
* Enable seek() to an absolute offset in SimpleConsumer (haosdent PR 412)
10+
11+
Producers
12+
* Cath client.reinit() exceptions in async producer (dpkp)
13+
* Producer.stop() now blocks until async thread completes (dpkp PR 485)
14+
* Catch errors during load_metadata_for_topics in async producer (bschopman PR 467)
15+
* Add compression-level support for codecs that support it (trbs PR 454)
16+
* Fix translation of Java murmur2 code, fix byte encoding for Python 3 (chrischamberlin PR 439)
17+
* Only call stop() on not-stopped producer objects (docker-hub PR 435)
18+
* Allow null payload for deletion feature (scrapinghub PR 409)
19+
20+
Clients
21+
* Use non-blocking io for broker aware requests (ecanzonieri PR 473)
22+
* Use debug logging level for metadata request (ecanzonieri PR 415)
23+
* Catch KafkaUnavailableError in _send_broker_aware_request (mutability PR 436)
24+
* Lower logging level on replica not available and commit (ecanzonieri PR 415)
25+
26+
Documentation
27+
* Update docs and links wrt maintainer change (mumrah -> dpkp)
28+
29+
Internals
30+
* Add py35 to tox testing
31+
* Update travis config to use container infrastructure
32+
* Add 0.8.2.2 and 0.9.0.0 resources for integration tests; update default official releases
33+
* new pylint disables for pylint 1.5.1 (zackdever PR 481)
34+
* Fix python3 / python2 comments re queue/Queue (dpkp)
35+
* Add Murmur2Partitioner to kafka __all__ imports (dpkp Issue 471)
36+
* Include LICENSE in PyPI sdist (koobs PR 441)
37+
138
# 0.9.4 (June 11, 2015)
239

340
Consumers

0 commit comments

Comments
 (0)