Hi,
For DSE driver users that want to migrate to the cassandra-driver, there's a
dedicated guide for that purpose.
For existing users of the Node.js Driver for Apache Cassandra there are no breaking changes and you can safely upgrade to the latest minor version.
Full list of changes in this release:
Features
- [NODEJS-549] - Unified driver: merge core and DSE drivers into a single package
- [NODEJS-574] - Refactor Driver Internals: modernize codebase and use async functions internally
- [NODEJS-563] - Support paging with async iterator
- [NODEJS-585] - Implement TCP flow control
- [NODEJS-516] - Drop support for Node.js 4 and 6 runtime
Bug fixes
- [NODEJS-583] - Default load balancing policy local hosts cache might exclude hosts that were down
- [NODEJS-584] - Exclude down hosts when preparing on all hosts
- [NODEJS-586] - Encode Date as BigInt when useBigIntAsLong is true
The new version is available on npm.
Thanks,
Jorge