15
0

Accepting request 708781 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/708781
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2019-06-10 08:15:59 +00:00
committed by Git OBS Bridge
parent cb90f33da4
commit 3e181471be
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jun 8 23:08:18 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 3.18.0:
* Features
+ Abstract Host Connection information (PYTHON-1079)
+ Improve version parsing to support a non-integer 4th component
(PYTHON-1091)
+ Expose on_request_error method in the RetryPolicy (PYTHON-1064)
+ Add jitter to ExponentialReconnectionPolicy (PYTHON-1065)
* Bug Fixes
+ Fix error when preparing queries with beta protocol v5
(PYTHON-1081)
+ Accept legacy empty strings as column names (PYTHON-1082)
+ Let util.SortedSet handle uncomparable elements (PYTHON-1087)
-------------------------------------------------------------------
Sat May 4 19:56:15 UTC 2019 - Arun Persaud <arun@gmx.de>