Skip to content

Commit 02e93d6

Browse files
committed
Changelog updates for 3.30.0
1 parent 141853d commit 02e93d6

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
3.30.0
2+
======
3+
March 23, 2026
4+
5+
Features
6+
--------
7+
* Introduce pyproject.toml to explicitly declare build dependencies (CASSPYTHON-7)
8+
* Add Python 3.14 to CI, remove Python 3.9 (CASSPYTHON-4)
9+
* Mark eventlet, gevent and Twisted event loops as deprecated (CASSPYTHON-12)
10+
11+
Bug Fixes
12+
---------
13+
* Do not set timeout to None when calling execute_async in execute_concurrent (PYTHON-1354)
14+
* No C extension .so files in published binary Python whl packages of 3.29.3 (CASSPYTHON-3)
15+
* Win32 wheels do not include compiled libev modules (CASSPYTHON-5)
16+
17+
Others
18+
------
19+
* Remove obsolete __future__ import absolute_import (PR 1263)
20+
* Remove ez_setup for compatibility with setuptools v82 (PR 1268)
21+
* Replace usage of with await lock (PR 1270)
22+
* Update cassandra.util.Version to better support Cassandra version strings (CASSPYTHON-10)
23+
124
3.29.3
225
======
326
October 20, 2025

0 commit comments

Comments
 (0)