Skip to content

Commit e7dd0cc

Browse files
authored
Bump version to 0.8.0 (#866)
1 parent 70dea78 commit e7dd0cc

File tree

11 files changed

+26
-11
lines changed

11 files changed

+26
-11
lines changed

CHANGES.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ Changelog
33
=========
44

55

6+
0.8.0 (2022-11-21)
7+
==================
8+
9+
New features:
10+
11+
* Add codec for ZStandard compression (KIP-110) (pr #801)
12+
* Add basic admin client functionality (pr #811 started by @gabriel-tincu)
13+
* Drop support for Python 3.6, add support and pre-built packages for Python
14+
3.10 (pr #841)
15+
16+
17+
Bugfixes:
18+
19+
* Fix `KeyError` on solitary abort marker (issue #781, pr #782 by @pikulmar)
20+
* Fix handling unsupported compression codec (issue #795)
21+
* Handled other SASL mechanism in logging (issue #852, pr #861 by @mangin)
22+
23+
24+
Improved Documentation:
25+
26+
* Fix documentation on how to install optional features (issue #645)
27+
* Improve the rendering of the documentation (pr #722 by @multani)
28+
* Fix `MyRebalancer` example in `docs/consumer.rst` (pr #731 by @aamalev)
29+
30+
631
0.7.2 (2021-09-02)
732
==================
833

CHANGES/645.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/722.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/731.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/782.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/795.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/801.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/811.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/841.feature

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/852.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)