15
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/727362
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2019-08-31 13:38:55 +00:00
committed by Git OBS Bridge
parent 3e181471be
commit cb9136146f
4 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Aug 31 04:36:00 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 3.19.0:
* Features
+ Add Python 3.7 support (PYTHON-1016)
+ Future-proof Mapping imports (PYTHON-1023)
+ Include param values in cqlengine logging (PYTHON-1105)
+ NTS Token Replica Map Generation is slow (PYTHON-622)
* Bug Fixes
+ as_cql_query UDF/UDA parameters incorrectly includes "frozen" if
arguments are collections (PYTHON-1031)
+ cqlengine does not currently support combining TTL and TIMESTAMP
on INSERT (PYTHON-1093)
+ Fix incorrect metadata for compact counter tables (PYTHON-1100)
+ Call ConnectionException with correct kwargs (PYTHON-1117)
+ Can't connect to clusters built from source because version
parsing doesn't handle 'x.y-SNAPSHOT' (PYTHON-1118)
+ Discovered node doesn´t honor the configured Cluster port on
connection (PYTHON-1127)
* Other
+ Remove invalid warning in set_session when we initialize a
default connection (PYTHON-1104)
+ Set the proper default ExecutionProfile.row_factory value
(PYTHON-1119)
-------------------------------------------------------------------
Sat Jun 8 23:08:18 UTC 2019 - Arun Persaud <arun@gmx.de>