Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
cassandra-driver / doc / upgrade-guide-2.0.md
Size: Mime:

Upgrade Guide to 2.0

The purpose of this guide is to detail the changes made by the version 2.0 of the DataStax Node.js Driver that are relevant to an upgrade from version 1.0.

We used the opportunity of a major version bump to incorporate your feedback and improve the API. Unfortunately this means there are some breaking changes, but the new API should be both simpler and more complete.

API Changes

  1. uuid and timeuuid values are decoded as Uuid and TimeUuid instances.

  2. decimal values are decoded as BigDecimal instances.

  3. varint values are decoded as Integer instances.

  4. inet values are decoded as InetAddress instances.

If you have any question or comment, please post it on the mailing list.