Skip to content

Commit 7ea1bea

Browse files
committed
Prepare 0.10.0.a0 release
1 parent 7b6c94e commit 7ea1bea

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
># Byte-compiled / optimized / DLL files
1+
# Byte-compiled / optimized / DLL files
22
__pycache__/
33
*.py[cod]
44

CHANGES.rst

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog
33
=========
44

5+
0.10.0.a0 (2023-12-13)
6+
======================
7+
8+
New features:
9+
10+
* Support static membership protocol, `KIP-345`_ (issue #680, pr #941 by
11+
@patkivikram and @joshuaherrera)
12+
13+
.. _KIP-345: https://cwiki.apache.org/confluence/display/KAFKA/KIP-345%3A+Introduce+static+membership+protocol+to+reduce+consumer+rebalances
14+
15+
516
0.9.0 (2023-12-04)
617
==================
718

aiokafka/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.9.0' # noqa
1+
__version__ = '0.10.0.a0' # noqa
22

33
from .abc import ConsumerRebalanceListener
44
from .client import AIOKafkaClient

0 commit comments

Comments
 (0)