|
| 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 | + |
1 | 38 | # 0.9.4 (June 11, 2015)
|
2 | 39 |
|
3 | 40 | Consumers
|
|
0 commit comments