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

  • 2017-01-17

    Notable Changes

    • ๐Ÿ‘ Promise support (#194).
    • 0๏ธโƒฃ Timestamp generation: client-side timestamps are generated and sent in the request by default when the ๐Ÿ‘ server supports it (#195).
    • โž• Added isIdempotent query option which is set to false by default: future versions of the driver will use this value to consider whether an execution should be retried or directly rethrown to the consumer without using the retry policy (#197).

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ [NODEJS-322] - Timestamp Generator Support for providing Client Timestamps Improvement
    • ๐Ÿ‘ [NODEJS-189] - Support promises
    • [NODEJS-230] - Expose ResultSet @@iterator
    • [NODEJS-325] - Add explicit idempotency setting in the query options