You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version 3.28.0
* tag '3.28.0' of https://github.com/datastax/python-driver:
Release 3.28.0: changelog & version
PYTHON-1352 Add vector type, codec + support for parsing CQL type (datastax#1161)
Update docs.yaml to point to most recent 3.27.0 docs changes
CONN-38 Notes for 3.27.0 on PYTHON-1350 (datastax#1166)
PYTHON-1356 Create session-specific protocol handlers to contain session-specific CLE policies (datastax#1165)
PYTHON-1350 Store IV along with encrypted text when using column-level encryption (datastax#1160)
PYTHON-1351 Convert cryptography to an optional dependency (datastax#1164)
Jenkinsfile cleanup (datastax#1163)
PYTHON-1343 Use Cython for smoke builds (datastax#1162)
Don't fail when inserting UDTs with prepared queries with some missing fields (datastax#1151)
Revert "remove unnecessary import __future__ (datastax#1156)"
docs: convert print statement to function in docs (datastax#1157)
remove unnecessary import __future__ (datastax#1156)
Update docs.yaml to include recent fixes to CLE docs
Fix for rendering of code blocks in CLE documentation (datastax#1159)
DOC-3278 Update comment for retry policy (datastax#1158)
DOC-2813 (datastax#1145)
Remove different build matrix selection for develop branches (datastax#1138)
Copy file name to clipboardExpand all lines: README.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ Contributing
66
66
------------
67
67
See `CONTRIBUTING <https://github.com/scylladb/python-driver/blob/master/CONTRIBUTING.rst>`_.
68
68
69
+
Error Handling
70
+
------------
71
+
While originally written for the Java driver, users may reference the `Cassandra error handling done right blog <https://www.datastax.com/blog/cassandra-error-handling-done-right>`_ for resolving error handling scenarios with Apache Cassandra.
72
+
69
73
Reporting Problems
70
74
------------------
71
75
Please report any bugs and make any feature requests by clicking the New Issue button in
0 commit comments