|
1 | 1 | 3.21.0
|
2 | 2 | ======
|
3 |
| -Unreleased |
| 3 | +January 15, 2020 |
4 | 4 |
|
5 | 5 | Features
|
6 | 6 | --------
|
| 7 | +* Unified driver: merge core and DSE drivers into a single package (PYTHON-1130) |
| 8 | +* Add Python 3.8 support (PYTHON-1189) |
7 | 9 | * 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) |
9 | 11 | * Cloud Twisted support (PYTHON-1163)
|
10 | 12 | * 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) |
13 | 13 | * Flexible version parsing (PYTHON-1174)
|
14 | 14 | * 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) |
18 | 15 | * [GRAPH] Ability to execute Fluent Graph queries asynchronously (PYTHON-1129)
|
19 | 16 |
|
20 | 17 | Bug Fixes
|
21 | 18 | ---------
|
| 19 | +* Handle prepared id mismatch when repreparing on the fly (PYTHON-1124) |
22 | 20 | * re-raising the CQLEngineException will fail on Python 3 (PYTHON-1166)
|
23 | 21 | * asyncio message chunks can be processed discontinuously (PYTHON-1185)
|
24 | 22 | * Reconnect attempts persist after downed node removed from peers (PYTHON-1181)
|
|
30 | 28 | ------
|
31 | 29 | * The driver has a new dependency: geomet. It comes from the dse-driver unification and
|
32 | 30 | 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) |
33 | 34 |
|
34 | 35 | Deprecations
|
35 | 36 | ------------
|
|
0 commit comments