Skip to content

Commit dd589c3

Browse files
committed
Update changelogs for 1.1.0 release
1 parent b06e423 commit dd589c3

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

CHANGES.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# 1.1.0 (Apr 25, 2016)
2+
3+
Consumers
4+
* Avoid resending FetchRequests that are pending on internal queue
5+
* Log debug messages when skipping fetched messages due to offset checks
6+
* KAFKA-3013: Include topic-partition in exception for expired batches
7+
* KAFKA-3318: clean up consumer logging and error messages
8+
* Improve unknown coordinator error handling
9+
* Improve auto-commit error handling when group_id is None
10+
* Add paused() API (zackdever PR 602)
11+
* Add default_offset_commit_callback to KafkaConsumer DEFAULT_CONFIGS
12+
13+
Producers
14+
<none>
15+
16+
Clients
17+
* Support SSL connections
18+
* Use selectors module for non-blocking IO
19+
* Refactor KafkaClient connection management
20+
* Fix AttributeError in __del__
21+
* SimpleClient: catch errors thrown by _get_leader_for_partition (zackdever PR 606)
22+
23+
Documentation
24+
* Fix serializer/deserializer examples in README
25+
* Update max.block.ms docstring
26+
* Remove errant next(consumer) from consumer documentation
27+
* Add producer.flush() to usage docs
28+
29+
Internals
30+
* Add initial metrics implementation (zackdever PR 637)
31+
* KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)
32+
* Use version-indexed lists for request/response protocol structs (dpkp PR 630)
33+
* Split kafka.common into kafka.structs and kafka.errors
34+
* Handle partial socket send() (dpkp PR 611)
35+
* Fix windows support (dpkp PR 603)
36+
* IPv6 support (TimEvens PR 615; Roguelazer PR 642)
37+
38+
139
# 1.0.2 (Mar 14, 2016)
240

341
Consumers

docs/changelog.rst

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

4+
1.1.0 (Apr 25, 2016)
5+
####################
6+
7+
Consumers
8+
---------
9+
* Avoid resending FetchRequests that are pending on internal queue
10+
* Log debug messages when skipping fetched messages due to offset checks
11+
* KAFKA-3013: Include topic-partition in exception for expired batches
12+
* KAFKA-3318: clean up consumer logging and error messages
13+
* Improve unknown coordinator error handling
14+
* Improve auto-commit error handling when group_id is None
15+
* Add paused() API (zackdever PR 602)
16+
* Add default_offset_commit_callback to KafkaConsumer DEFAULT_CONFIGS
17+
18+
Producers
19+
---------
20+
<none>
21+
22+
Clients
23+
-------
24+
* Support SSL connections
25+
* Use selectors module for non-blocking IO
26+
* Refactor KafkaClient connection management
27+
* Fix AttributeError in __del__
28+
* SimpleClient: catch errors thrown by _get_leader_for_partition (zackdever PR 606)
29+
30+
Documentation
31+
-------------
32+
* Fix serializer/deserializer examples in README
33+
* Update max.block.ms docstring
34+
* Remove errant next(consumer) from consumer documentation
35+
* Add producer.flush() to usage docs
36+
37+
Internals
38+
---------
39+
* Add initial metrics implementation (zackdever PR 637)
40+
* KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)
41+
* Use version-indexed lists for request/response protocol structs (dpkp PR 630)
42+
* Split kafka.common into kafka.structs and kafka.errors
43+
* Handle partial socket send() (dpkp PR 611)
44+
* Fix windows support (dpkp PR 603)
45+
* IPv6 support (TimEvens PR 615; Roguelazer PR 642)
46+
47+
48+
49+
450
1.0.2 (Mar 14, 2016)
551
####################
652

0 commit comments

Comments
 (0)