d8172c387c
- 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)
Dirk Mueller2023-06-25 19:03:25 +00:00
b391215e3b
- 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
Daniel Garcia2023-03-22 08:50:17 +00:00
7b6efed9db
- update to 3.23.0: * Transient Replication Support (PYTHON-1207) * Support system.peers_v2 and port discovery for C* 4.0 (PYTHON-700) * Asyncore logging exception on shutdown (PYTHON-1228)
Dirk Mueller2020-04-07 09:10:16 +00:00
ae0b9ea8ca
- Update to 3.15.1: * No updatream changelog - Switch to github tarball as the pypi one lacks tests now
Tomáš Chvátal
2018-11-01 09:39:46 +00:00