cassandra-python-driver v3.25.0 Release Notes

  • March 18, 2021

    ๐Ÿ”‹ Features

    • Ensure the driver can connect when invalid peer hosts are in system.peers (PYTHON-1260)
    • Implement protocol v5 checksumming (PYTHON-1258)
    • ๐Ÿ›  Fix the default cqlengine connection mechanism to work with Astra (PYTHON-1265)

    ๐Ÿ› Bug Fixes

    • ๐ŸŒฒ Asyncore race condition cause logging exception on shutdown (PYTHON-1266)
    • โšก๏ธ Update list of reserved keywords (PYTHON-1269)

    Others

    • โฌ‡๏ธ Drop Python 3.4 support (PYTHON-1220)
    • ๐Ÿ“š Update security documentation and examples to use PROTOCOL_TLS (PYTHON-1264)