File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1243.29.3
225======
326October 20, 2025
You can’t perform that action at this time.
0 commit comments