Skip to content

Commit 479e074

Browse files
chore: 2.11.0 release and changelog
1 parent 43e6f06 commit 479e074

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="2.11.0"></a>
2+
## 2.11.0 (2026-03-21)
3+
4+
5+
#### Features
6+
7+
* **testing:**
8+
* bump deps for Python > 3.8 ([43e6f068](https://github.com/python-zk/kazoo/commit/43e6f0682d12893e983213db3bb7927f448ae03d))
9+
* add Python 3.13 & 3.14 ([b385289e](https://github.com/python-zk/kazoo/commit/b385289ed68bf791824379733e9dc80bf26ba5a9))
10+
* be a little more verbose about ZK download URL ([4ed8a304](https://github.com/python-zk/kazoo/commit/4ed8a304118c98cfe6594e441bf9fa09b575a186))
11+
* **core:**
12+
* removing tiny remaining bits of Python2 hybridation ([0751174](https://github.com/python-zk/kazoo/commit/0751174))
13+
* add support for SNI ([273bd56](https://github.com/python-zk/kazoo/commit/273bd56))
14+
15+
#### Bug Fixes
16+
17+
* **core:**
18+
* Proper retry count in KazooRetry ([73309b2d](https://github.com/python-zk/kazoo/commit/73309b2d456c8e64f4ceb079f98903fc9e45f3b6))
19+
* Revert "Fix possible endless wait in stop() after AUTH_FAILED error (#688)" ([2fb93a87](https://github.com/python-zk/kazoo/commit/2fb93a87d3648e2dece5698cb64b059da5134a57))
20+
* prefer use of `time.monotonic` ([b00d88ff](https://github.com/python-zk/kazoo/commit/b00d88ff1485f1cb175565c49955bf5d7ce96fef), closes [#722](https://github.com/python-zk/kazoo/issues/722))
21+
* Add missing Zookeeper exceptions codes ([4c6bad82](https://github.com/python-zk/kazoo/commit/4c6bad82ebe347b9e51abbf33cef443057dc1c45))
22+
* fix spelling ([686d770](https://github.com/python-zk/kazoo/commit/686d770))
23+
24+
* **test:** avoid racy reader vs writer contender in `test_rw_lock` ([6540c932](https://github.com/python-zk/kazoo/commit/6540c932505a988ccae3c77c023113d4c4c01947))
25+
* **testing:** follow redirect when downloading ZK and use https ([b4155ea0](https://github.com/python-zk/kazoo/commit/b4155ea07ba671ce98bb63cebb8dfcd42748efd3))
26+
127
<a name="2.10.0"></a>
228
## 2.10.0 (2024-01-28)
329

kazoo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.10.0"
1+
__version__ = "2.11.0"

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ classifiers =
2424
Programming Language :: Python :: 3.10
2525
Programming Language :: Python :: 3.11
2626
Programming Language :: Python :: 3.12
27+
Programming Language :: Python :: 3.13
28+
Programming Language :: Python :: 3.14
2729
Programming Language :: Python :: Implementation :: CPython
2830
Programming Language :: Python :: Implementation :: PyPy
2931
Topic :: Communications

0 commit comments

Comments
 (0)