15
0

- 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:
2023-06-25 19:03:25 +00:00
committed by Git OBS Bridge
parent 9e6a4ddc42
commit 3b7a0b1e0e
4 changed files with 22 additions and 4 deletions

View File

@@ -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