diff options
author | Dana Powers <dana.powers@gmail.com> | 2020-02-19 22:23:02 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2020-02-19 22:23:02 -0800 |
commit | fcc9a30c62662cee7aa2c1f69c0d06a9741e2700 (patch) | |
tree | ee0816329ae562005ca87b36c1eb249ebb0024d2 /docs | |
parent | 3c3fdc11b555756c53ae63bfa46a915eab48f448 (diff) | |
download | kafka-python-2.0.1.tar.gz |
Patch Release 2.0.12.0.1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 77e7f68..bcaaa27 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,15 @@ Changelog ========= +2.0.1 (Feb 19, 2020) +#################### + +Admin Client +------------ +* KAFKA-8962: Use least_loaded_node() for AdminClient.describe_topics() (jeffwidman / PR #2000) +* Fix AdminClient topic error parsing in MetadataResponse (jtribble / PR #1997) + + 2.0.0 (Feb 10, 2020) #################### |