Consistent data types validation. All datatypes are now cassandra-driver compliant. Such as bigint, counter, uuid etc now use Long, UUID etc classes exposed by the cassandra-driver. Dealing with non javascript compatible datatypes from cassandra now follows the cassandra-driver datatype conversion standards.
Added
Support for frozen keyword and tuple data type
Support for User defined types, functions and aggregates
Support for streaming queries
Support for cassandra shared static columns
Support for $prepend and $replace operators for collections