DataStax Node.js Driver for Apache Cassandra v3.0.0-rc1 Release Notes

  • 2015-11-11

    Notable Changes

    • โž• Added support for Cassandra 3.0.0
    • ๐Ÿ’ฅ Breaking Changed default consistency to LOCAL QUORUM #103
    • ๐Ÿ’ฅ Breaking Aggregate#initCondition now returns the string representation of the value #102
    • Manual paging via ResultSet#nextPage() and Client#stream() throttling #111

    ๐Ÿ”‹ Features

    • โšก๏ธ [NODEJS-186] - Update schema type representation to CQL
    • ๐Ÿ‘ [NODEJS-68] - Manual paging support via nextPage() and client.stream() throttling
    • [NODEJS-130] - Add buffer for non-streaming rows messages
    • [NODEJS-142] - Frame coalescing on connection
    • โšก๏ธ [NODEJS-169] - Update async dependency
    • 0๏ธโƒฃ [NODEJS-178] - Change default consistency level to LOCAL_QUORUM
    • โšก๏ธ [NODEJS-181] - Update default behavior unbound values in prepared statements

    ๐Ÿ› Bug Fixes

    • ๐Ÿšš [NODEJS-164] - Defunct connection is not properly removed from pool
    • [NODEJS-190] - useUndefinedAsUnset should not apply to udt, tuple, set, list and map members.