cassandra-python-driver v2.1.2 Release Notes

  • October 16, 2014

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow DCAwareRoundRobinPolicy to be constructed without a local_dc, defaulting instead to the DC of a contact_point (PYTHON-126)
    • Set routing key in BatchStatement.add() if none specified in batch (PYTHON-148)
    • Improved feedback on ValueError using named_tuple_factory with invalid column names (PYTHON-122)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ Make execute_concurrent compatible with Python 2.6 (PYTHON-159)
    • ๐Ÿ– Handle Unauthorized message on schema_triggers query (PYTHON-155)
    • ๐Ÿ‘ Pure Python sorted set in support of UDTs nested in collections (PYTON-167)
    • ๐Ÿ‘Œ Support CUSTOM index metadata and string export (PYTHON-165)