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

Release Date: 2018-12-14 // over 5 years ago
  • 2018-12-17

    ๐Ÿ”‹ Features

    • [NODEJS-144] - Object Mapper
    • [NODEJS-104] - Randomize contact points to prevent hotspots
    • [NODEJS-192] - Allow raw bytes to be input for all types
    • [NODEJS-220] - Slow Query Logger
    • [NODEJS-300] - Expose metrics API
    • [NODEJS-331] - Bypass retry logic when query is marked as non-idempotent
    • ๐Ÿ“‡ [NODEJS-345] - Expose Metadata.checkSchemaAgreement() and ExecutionInfo.isSchemaInAgreement()
    • ๐Ÿšค [NODEJS-366] - Latency tracker interface
    • [NODEJS-379] - DCAwareRoundRobinPolicy: Throw when local datacenter is not specified
    • [NODEJS-387] - Expose optional callbacks in TimeUuid.now() and TimeUuid.fromDate() as an async overload
    • ๐Ÿ‘ [NODEJS-449] - Support new JavaScript primitive type bigint
    • [NODEJS-450] - Introduce a wrapper around QueryOptions
    • ๐Ÿšš [NODEJS-485] - Remove usedHostsPerRemoteDc from DCAwareRoundRobinPolicy
    • ๐Ÿšš [NODEJS-462] - Remove the experimental flag to the Execution Profiles

    ๐Ÿ› Bug fixes

    • [NODEJS-473] - Zero-length map values: Fix RangeError on empty buffer in Encoder