7
0

- update to 2.0.2:

* KIP-54: Implement sticky partition assignment strategy (aynroot / PR #2057)
  * Fix consumer deadlock when heartbeat thread request timeout (huangcuiyang / PR #2064)
  * Python 3.8 support (Photonios / PR #2088)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kafka-python?expand=0&rev=19
This commit is contained in:
2020-11-10 08:04:33 +00:00
committed by Git OBS Bridge
parent 8981752fec
commit 371fab1f10
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 10 08:03:56 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2.0.2:
* KIP-54: Implement sticky partition assignment strategy (aynroot / PR #2057)
* Fix consumer deadlock when heartbeat thread request timeout (huangcuiyang / PR #2064)
* Python 3.8 support (Photonios / PR #2088)
-------------------------------------------------------------------
Thu Apr 16 08:22:52 UTC 2020 - pgajdos@suse.com