Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-cassandra-driver: upgrade 3.28.0 -> 3.29.0 | Wang Mingyu | 2023-12-29 | 1 | -28/+0 |
| | | | | | | | | | | | | | | | Changelog: ============ -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 -Remove outdated Python pre-3.7 references -Remove backup(.bak) files -Fix doc typo in add_callbacks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-cassandra-driver: upgrade 3.27.0 -> 3.28.0 | Wang Mingyu | 2023-06-14 | 1 | -0/+28 |
Changelog: ============ Features --------- Add support for vector type (PYTHON-1352) Cryptography module is now an optional dependency (PYTHON-1351) Bug Fixes ---------- 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) Others --------- 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) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |