cassandra-python-driver v2.1.0.c1 Release Notes

  • July 25, 2014

    ๐Ÿ› Bug Fixes

    • Properly specify UDTs for columns in CREATE TABLE statements
    • Avoid moving retries to a new host when using request ID zero (PYTHON-88)
    • Don't ignore fetch_size arguments to Statement constructors (github-151)
    • ๐Ÿ‘ Allow disabling automatic paging on a per-statement basis when it's enabled by default for the session (PYTHON-93)
    • Raise ValueError when tuple query parameters for prepared statements have extra items (PYTHON-98)
    • Correctly encode nested tuples and UDTs for non-prepared statements (PYTHON-100)
    • Raise TypeError when a string is used for contact_points (github #164)
    • Include User Defined Types in KeyspaceMetadata.export_as_string() (PYTHON-96)

    Other

    • Return list collection columns as python lists instead of tuples now that tuples are a specific Cassandra type