Update Python driver for cqlsh to 3.23

Patch by Dinesh Joshi; Reviewed by Ekaterina Dimitrova for CASSANDRA-15793
This commit is contained in:
Dinesh A. Joshi 2020-05-06 16:26:14 -07:00
parent ba508d0097
commit 036750083d
2 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
4.0-alpha5
* Update to Python driver 3.23 for cqlsh (CASSANDRA-15793)
* Add tunable initial size and growth factor to RangeTombstoneList (CASSANDRA-15763)
* Improve debug logging in SSTableReader for index summary (CASSANDRA-15755)
* bin/sstableverify should support user provided token ranges (CASSANDRA-15753)