1
0

- update to 1.3.1:

Incompatible Changes
  * Delete KafkaConnection class (dpkp 769)
  * Rename partition_assignment -> assignment in MemberMetadata for consistency
  * Move selectors34 and socketpair to kafka.vendor (dpkp 785)
  * Change api_version config to tuple; deprecate str with warning (dpkp 761)
  * Rename _DEFAULT_CONFIG -> DEFAULT_CONFIG in KafkaProducer (dpkp 788)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kafka-python?expand=0&rev=6
This commit is contained in:
2016-11-15 08:26:55 +00:00
committed by Git OBS Bridge
parent 04ae9fd2d1
commit 288f6ab399
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 15 08:25:51 UTC 2016 - dmueller@suse.com
- update to 1.3.1:
Incompatible Changes
* Delete KafkaConnection class (dpkp 769)
* Rename partition_assignment -> assignment in MemberMetadata for consistency
* Move selectors34 and socketpair to kafka.vendor (dpkp 785)
* Change api_version config to tuple; deprecate str with warning (dpkp 761)
* Rename _DEFAULT_CONFIG -> DEFAULT_CONFIG in KafkaProducer (dpkp 788)
-------------------------------------------------------------------
Mon Jul 11 12:30:23 UTC 2016 - tbechtold@suse.com