Skip to content

Commit ea33f2d

Browse files
committed
release 3.21: changelog
1 parent 6c55cbf commit ea33f2d

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
3.21.0
22
======
3-
Unreleased
3+
January 15, 2020
44

55
Features
66
--------
7+
* Unified driver: merge core and DSE drivers into a single package (PYTHON-1130)
8+
* Add Python 3.8 support (PYTHON-1189)
79
* Allow passing ssl context for Twisted (PYTHON-1161)
8-
* ssl context and cloud support for Eventlet (PYTHON-1162)
10+
* Ssl context and cloud support for Eventlet (PYTHON-1162)
911
* Cloud Twisted support (PYTHON-1163)
1012
* Add additional_write_policy and read_repair to system schema parsing (PYTHON-1048)
11-
* Handle prepared id mismatch when repreparing on the fly (PYTHON-1124)
12-
* Remove *read_repair_chance table options (PYTHON-1140)
1313
* Flexible version parsing (PYTHON-1174)
1414
* Support NULL in collection deserializer (PYTHON-1123)
15-
* Avoid warnings about unspecified load balancing policy when connecting to a cloud cluster (PYTHON-1177)
16-
* Add Python 3.8 support (PYTHON-1189)
17-
* Add new DSE CQL keywords (PYTHON-1122)
1815
* [GRAPH] Ability to execute Fluent Graph queries asynchronously (PYTHON-1129)
1916

2017
Bug Fixes
2118
---------
19+
* Handle prepared id mismatch when repreparing on the fly (PYTHON-1124)
2220
* re-raising the CQLEngineException will fail on Python 3 (PYTHON-1166)
2321
* asyncio message chunks can be processed discontinuously (PYTHON-1185)
2422
* Reconnect attempts persist after downed node removed from peers (PYTHON-1181)
@@ -30,6 +28,9 @@ Others
3028
------
3129
* The driver has a new dependency: geomet. It comes from the dse-driver unification and
3230
is used to support DSE geo types.
31+
* Remove *read_repair_chance table options (PYTHON-1140)
32+
* Avoid warnings about unspecified load balancing policy when connecting to a cloud cluster (PYTHON-1177)
33+
* Add new DSE CQL keywords (PYTHON-1122)
3334
3435
Deprecations
3536
------------

docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
title: DataStax Python Driver for Apache Cassandra
2-
summary: DataStax Python Driver for Apache Cassandra Documentation
1+
title: DataStax Python Driver
2+
summary: DataStax Python Driver for Apache Cassandra®
33
output: docs/_build/
44
swiftype_drivers: pythondrivers
55
checks:

0 commit comments

Comments
 (0)