Changelog for
python311-cassandra-driver-3.29.1-77.1.x86_64.rpm :
* Mon Apr 15 2024 pgajdosAATTsuse.com- added patches if CASS_DRIVER_NO_EXTENSIONS=1, import throws DependencyException + python-cassandra-driver-test_libevreactor-DependencyException.patch
* Wed Apr 10 2024 Markéta Machová
- Update to 3.29.1
* Add support for Python 3.9 through 3.12, drop support for 3.7
* Removal of dependency on six module
* Raise explicit exception when deserializing a vector with a subtype that isn’t a constant size- Rebased python-cassandra-driver-no-mock.patch
* Thu Feb 08 2024 Markéta Machová - Fix tests on Python 3.12
* Sun Jun 25 2023 Dirk Müller - update to 3.28.0:
* Add support for vector type (PYTHON-1352)
* Cryptography module is now an optional dependency
* Store IV along with encrypted text when using column-level encryption (PYTHON-1350)
* Create session-specific protocol handlers to contain session- specific CLE policies (PYTHON-1356)
* Use Cython for smoke builds (PYTHON-1343)
* Don\'t fail when inserting UDTs with prepared queries with some missing fields (PR 1151)
* Convert print statement to function in docs (PR 1157)
* Update comment for retry policy (DOC-3278)
* Added error handling blog reference (DOC-2813)
* Add support for client-side encryption (PYTHON-1341)
* Tue Jun 06 2023 pgajdosAATTsuse.com- python-scales is not required
* Wed Mar 22 2023 Daniel Garcia - Update to 3.26.0 Features - -------
* Add support for execution profiles in execute_concurrent (PR 1122) Bug Fixes - --------
* Handle empty non-final result pages (PR 1110)
* Do not re-use stream IDs for in-flight requests (PR 1114)
* Asyncore race condition cause logging exception on shutdown (PYTHON-1266) Others - -----
* Fix deprecation warning in query tracing (PR 1103)
* Remove mutable default values from some tests (PR 1116)
* Remove dependency on unittest2 (PYTHON-1289)
* Fix deprecation warnings for asyncio.coroutine annotation in asyncioreactor (PYTTHON-1290)
* Fix typos in source files (PR 1126)
* HostFilterPolicyInitTest fix for Python 3.11 (PR 1131)
* Fix for DontPrepareOnIgnoredHostsTest (PYTHON-1287)
* tests.integration.simulacron.test_connection failures (PYTHON-1304)
* tests.integration.standard.test_single_interface.py appears to be failing for C
* 4.0 (PYTHON-1329)
* Authentication tests appear to be failing fraudulently (PYTHON-1328)
* PreparedStatementTests.test_fail_if_different_query_id_on_reprepare() failing unexpectedly (PTYHON-1327)
* Refactor deprecated unittest aliases for Python 3.11 compatibility (PR 1112) Deprecations - -----------
* This release removes support for Python 2.7.x as well as Python 3.5.x and 3.6.x
* Thu May 19 2022 pgajdosAATTsuse.com- run test_host_connection_pool- modified patches % python-cassandra-driver-no-mock.patch (refreshed)
* Tue May 17 2022 pgajdosAATTsuse.com- version update to 3.25.0 3.25.0 ====== Features - -------
* Ensure the driver can connect when invalid peer hosts are in system.peers (PYTHON-1260)
* Implement protocol v5 checksumming (PYTHON-1258)
* Fix the default cqlengine connection mechanism to work with Astra (PYTHON-1265) Bug Fixes - --------
* Asyncore race condition cause logging exception on shutdown (PYTHON-1266)
* Update list of reserved keywords (PYTHON-1269) Others - -----
* Drop Python 3.4 support (PYTHON-1220)
* Update security documentation and examples to use PROTOCOL_TLS (PYTHON-1264) 3.24.0 ====== Features - -------
* Make geomet an optional dependency at runtime (PYTHON-1237)
* Add use_default_tempdir cloud config options (PYTHON-1245)
* Tcp flow control for libevreactor (PYTHON-1248) Bug Fixes - --------
* Unable to connect to a cloud cluster using Ubuntu 20.04 (PYTHON-1238)
* PlainTextAuthProvider fails with unicode chars and Python3 (PYTHON-1241)
* [GRAPH] Graph execution profiles consistency level are not set to LOCAL_QUORUM with a cloud cluster (PYTHON-1240)
* [GRAPH] Can\'t write data in a Boolean field using the Fluent API (PYTHON-1239)
* [GRAPH] Fix elementMap() result deserialization (PYTHON-1233) Others - -----
* Bump geomet dependency version to 0.2 (PYTHON-1243)
* Bump gremlinpython dependency version to 3.4.6 (PYTHON-1212)
* Improve fluent graph documentation for core graphs (PYTHON-1244) - added patches fix https://datastax-oss.atlassian.net/browse/PYTHON-1299 + python-cassandra-driver-no-mock.patch
* Mon Jan 17 2022 Dirk Müller - remove blist dependency
* Fri Mar 05 2021 Matej Cepl - Switch off failing tests test_nts_token_performance and test_connection_initialization (https://datastax-oss.atlassian.net/browse/PYTHON-1273, bsc#1182585).