forked from pool/python-cassandra-driver
- 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)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=53
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 19:02:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 6 11:39:40 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user