Patch Release 1.2.1
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
# 1.2.1 (June 1, 2016)
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
* Fix regression in MessageSet decoding wrt PartialMessages (#716)
|
||||||
|
* Catch response decode errors and log details (#715)
|
||||||
|
* Fix Legacy support url (#712 - JonasGroeger)
|
||||||
|
* Update sphinx docs re 0.10 broker support
|
||||||
|
|
||||||
|
|
||||||
# 1.2.0 (May 24, 2016)
|
# 1.2.0 (May 24, 2016)
|
||||||
|
|
||||||
This release officially adds support for Kafka 0.10
|
This release officially adds support for Kafka 0.10
|
||||||
|
@@ -1,6 +1,17 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.2.1 (June 1, 2016)
|
||||||
|
####################
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
* Fix regression in MessageSet decoding wrt PartialMessages (#716)
|
||||||
|
* Catch response decode errors and log details (#715)
|
||||||
|
* Fix Legacy support url (#712 - JonasGroeger)
|
||||||
|
* Update sphinx docs re 0.10 broker support
|
||||||
|
|
||||||
|
|
||||||
1.2.0 (May 24, 2016)
|
1.2.0 (May 24, 2016)
|
||||||
####################
|
####################
|
||||||
|
|
||||||
|
@@ -1 +1 @@
|
|||||||
__version__ = '1.2.1.dev'
|
__version__ = '1.2.1'
|
||||||
|
Reference in New Issue
Block a user