DataStax Node.js Driver for Apache Cassandra v2.2.0 Release Notes

  • 2015-08-10

    Notable Changes

    • Client: All requests use readTimeout that can be configured in the socketOptions, enabled by default to 12secs
    • Client: Now exposes topology and node status change events: hostAdd, hostRemove, hostUp and hostDown

    ๐Ÿ”‹ Features

    • [NODEJS-140] - WhiteListPolicy
    • ๐Ÿ”ง [NODEJS-114] - Client-Configurable High Level Request Timeout
    • [NODEJS-138] - Provide option to open all connections at startup
    • [NODEJS-149] - Expose node status and topology changes
    • 0๏ธโƒฃ [NODEJS-152] - Enable client read timeout by default

    ๐Ÿ› Bug Fixes

    • [NODEJS-111] - Connect should callback in error after shutdown
    • [NODEJS-151] - 'All host(s) tried for query failed' error immediately after Cassandra node failure
    • [NODEJS-156] - RequestHandler retry should not use a new query plan
    • [NODEJS-157] - Control connection can fail and not be re-established if it errors on initOnConnection