cassandra-python-driver v2.1.1 Release Notes

  • September 11, 2014

    ๐Ÿ”‹ Features

    • Detect triggers and include them in CQL queries generated to recreate the schema (github-189)
    • ๐Ÿ‘Œ Support IPv6 addresses (PYTHON-144) (note: basic functionality added; Windows platform not addressed (PYTHON-20))

    ๐Ÿ› Bug Fixes

    • Fix NetworkTopologyStrategy.export_for_schema (PYTHON-120)
    • โฑ Keep timeout for paged results (PYTHON-150)

    Other

    • โž• Add frozen<> type modifier to UDTs and tuples to handle CASSANDRA-7857