cassandra-python-driver v3.18.0 Release Notes

Release Date: 2019-05-27 // almost 5 years ago
  • May 27, 2019

    ๐Ÿ”‹ 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)