cassandra-python-driver v2.5.0 Release Notes

  • March 30, 2015

    ๐Ÿ”‹ Features

    • โ†” Integrated cqlengine object mapping package
    • Utility functions for converting timeuuids and datetime (PYTHON-99)
    • ๐Ÿ“‡ Schema metadata fetch window randomized, config options added (PYTHON-202)
    • ๐Ÿ‘Œ Support for new Date and Time Cassandra types (PYTHON-190)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix index target for collection indexes (full(), keys()) (PYTHON-222)
    • ๐Ÿ‘ป Thread exception during GIL cleanup (PYTHON-229)
    • โ†ช Workaround for rounding anomaly in datetime.utcfromtime (Python 3.4) (PYTHON-230)
    • Normalize text serialization for lookup in OrderedMap (PYTHON-231)
    • ๐Ÿ‘Œ Support reading CompositeType data (PYTHON-234)
    • Preserve float precision in CQL encoding (PYTHON-243)