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

Release Date: 2019-09-23 // over 4 years ago
  • 2019-09-23

    ๐Ÿ”‹ Features

    • ๐Ÿ“ฆ [NODEJS-464] - Include TypeScript declaration files on the package
    • ๐Ÿ‘ [NODEJS-512] - Mapper: support selecting the table or view using clustering keys from "order by"
    • ๐Ÿ‘ [NODEJS-514] - Support string input for all numeric types
    • โšก๏ธ [NODEJS-515] - Mapper: support static column updates with only the partition key
    • [NODEJS-545] - Introduce 'credentials' client option

    ๐Ÿ› Bug fixes

    • [NODEJS-509] - Mapper: batch items promise usage can lead to unhandled rejections
    • [NODEJS-524] - "RangeError: Index out of range" when fetching tuples
    • [NODEJS-527] - Mapper: select query cache key uses order by portion incorrectly
    • [NODEJS-529] - Tuple constructor incorrectly handles single element values
    • [NODEJS-538] - Mapper query generation error: USING clause is misplaced
    • [NODEJS-546] - Mapper result throws when inspected and result is not ROWS