Skip to content

Commit 8346ca4

Browse files
committed
Update changelog for 1.2.0 release
1 parent fa70455 commit 8346ca4

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed

CHANGES.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
1-
# 1.1.1 (apr 26, 2016)
1+
# 1.2.0 (May 24, 2016)
2+
3+
This release officially adds support for Kafka 0.10
4+
* Add protocol support for ApiVersionRequest (dpkp PR 678)
5+
* KAFKA-3025: Message v1 -- add timetamp and relative offsets (dpkp PR 693)
6+
* Use Fetch/Produce API v2 for brokers >= 0.10 (uses message format v1) (dpkp PR 694)
7+
* Use standard LZ4 framing for v1 messages / kafka 0.10 (dpkp PR 695)
8+
9+
Consumers
10+
* Update SimpleConsumer / legacy protocol to handle compressed messages (paulcavallaro PR 684)
11+
12+
Producers
13+
* KAFKA-3388: Fix expiration of batches sitting in the accumulator (dpkp PR 699)
14+
* KAFKA-3197: when max.in.flight.request.per.connection = 1, attempt to guarantee ordering (dpkp PR 698)
15+
* Dont use soon-to-be-reserved keyword await as function name (FutureProduceResult) (dpkp PR 697)
16+
17+
Clients
18+
* Fix socket leaks in KafkaClient (dpkp PR 696)
19+
20+
Documentation
21+
<none>
22+
23+
Internals
24+
* Support SSL CRL [requires python 2.7.9+ / 3.4+] (vincentbernat PR 683)
25+
* Use original hostname for SSL checks (vincentbernat PR 682)
26+
* Always pass encoded message bytes to MessageSet.encode()
27+
* Raise ValueError on protocol encode/decode errors
28+
* Supplement socket.gaierror exception in BrokerConnection.connect() (erikbeebe PR 687)
29+
* BrokerConnection check_version: expect 0.9 to fail with CorrelationIdError
30+
* Fix small bug in Sensor (zackdever PR 679)
31+
32+
33+
# 1.1.1 (Apr 26, 2016)
234

335
quick bugfixes
436
* fix throttle_time_ms sensor handling (zackdever pr 667)

docs/changelog.rst

+39
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
Changelog
22
=========
33

4+
1.2.0 (May 24, 2016)
5+
####################
6+
7+
Support Kafka 0.10 Features
8+
---------------------------
9+
* Add protocol support for ApiVersionRequest (dpkp PR 678)
10+
* KAFKA-3025: Message v1 -- add timetamp and relative offsets (dpkp PR 693)
11+
* Use Fetch/Produce API v2 for brokers >= 0.10 (uses message format v1) (dpkp PR 694)
12+
* Use standard LZ4 framing for v1 messages / kafka 0.10 (dpkp PR 695)
13+
14+
Consumers
15+
---------
16+
* Update SimpleConsumer / legacy protocol to handle compressed messages (paulcavallaro PR 684)
17+
18+
Producers
19+
---------
20+
* KAFKA-3388: Fix expiration of batches sitting in the accumulator (dpkp PR 699)
21+
* KAFKA-3197: when max.in.flight.request.per.connection = 1, attempt to guarantee ordering (dpkp PR 698)
22+
* Dont use soon-to-be-reserved keyword await as function name (FutureProduceResult) (dpkp PR 697)
23+
24+
Clients
25+
-------
26+
* Fix socket leaks in KafkaClient (dpkp PR 696)
27+
28+
Documentation
29+
-------------
30+
<none>
31+
32+
Internals
33+
---------
34+
* Support SSL CRL [requires python 2.7.9+ / 3.4+] (vincentbernat PR 683)
35+
* Use original hostname for SSL checks (vincentbernat PR 682)
36+
* Always pass encoded message bytes to MessageSet.encode()
37+
* Raise ValueError on protocol encode/decode errors
38+
* Supplement socket.gaierror exception in BrokerConnection.connect() (erikbeebe PR 687)
39+
* BrokerConnection check_version: expect 0.9 to fail with CorrelationIdError
40+
* Fix small bug in Sensor (zackdever PR 679)
41+
42+
443
1.1.1 (Apr 26, 2016)
544
####################
645

0 commit comments

Comments
 (0)