DataStax Node.js Driver for Apache Cassandra v3.3.0 Release Notes

  • 2017-09-19

    ๐Ÿ”‹ Features

    • [NODEJS-82] - Speculative query retries
    • [NODEJS-287] - Provide metrics on the state of connections to Cassandra
    • ๐Ÿ“‡ [NODEJS-308] - Add CDC to TableOptionsMetadata and TableOptions for Cassandra 3.8+
    • [NODEJS-309] - Allow prepared statements to be prepared on all nodes
    • ๐Ÿ—„ [NODEJS-339] - Avoid using deprecated Buffer constructors
    • ๐ŸŽ [NODEJS-343] - Improve performance of Murmur 3 partitioner
    • [NODEJS-359] - Add 'applied' to ResultSet, similar to java-drivers ResultSet.wasApplied()
    • [NODEJS-375] - Expose optional callbacks Uuid.random() as async overload
    • ๐Ÿ— [NODEJS-376] - Stringify tokens once to simplify computations when building token map

    ๐Ÿ› Bug Fixes

    • [NODEJS-365] - Routing key component length is encoded as int16 instead of uint16
    • ๐Ÿ”ง [NODEJS-370] - Consistency of trace queries is not configurable
    • [NODEJS-373] - Empty string in a map field returned as null on query