cassandra-python-driver v3.19.0 Release Notes

Release Date: 2019-08-26 // over 4 years ago
  • August 26, 2019

    πŸ”‹ 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)
    • Exception when use pk_token_gt filter In python 3.7 (PYTHON-1121)

    Other

    • βœ‚ Remove invalid warning in set_session when we initialize a default connection (PYTHON-1104)
    • 0️⃣ Set the proper default ExecutionProfile.row_factory value (PYTHON-1119)