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

  • 2015-12-14

    Notable Changes

    • 0๏ธโƒฃ Default consistency changed back to LOCAL_ONE.

    ๐Ÿ”‹ Features

    • โฑ [NODEJS-155] - Schedule reconnections using Timers
    • [NODEJS-195] - Expose encode()/decode() functions
    • 0๏ธโƒฃ [NODEJS-204] - Change default consistency level to LOCAL_ONE
    • [NODEJS-198] - Avoid using Function.prototype.bind() for common execution path
    • [NODEJS-200] - Use Error.captureStackTrace() only when setting enabled

    ๐Ÿ› Bug Fixes

    • [NODEJS-193] - BigDecimal.fromString() should throw a TypeError if there is a conversion error
    • ๐Ÿ“œ [NODEJS-197] - Can't parse column type if it contains UDT that is a quoted identifier
    • ๐Ÿ‘ [NODEJS-202] - Support for "custom" types after CASSANDRA-10365
    • [NODEJS-203] - RoundRobinPolicies: Missing return statement when calling callback