Releases: jorgebay/node-cassandra-cql
Releases · jorgebay/node-cassandra-cql
v0.4.0
Changes since 0.3.0:
- Streaming Api Changes #39
- Fixed error message when bad credentials are provided #44
- Append the query to the error message #9
- End callback on client.eachRow #37
- Prepare query again when expired from the server #35
$ npm install node-cassandra-cql
v0.3.0
Changes since 0.2.0
- Row and field streaming support #18
- Queue prepared statements (when preparing the same statement on the same host)
- Pool size (how many connections per host) support
- Fix #21
- Fix the connection inner state when reconnecting
- Optional callback on client.connect
- Handle all socket errors
- Subtype hint support #28
$ npm install node-cassandra-cql
v0.2.0
- #2 Prepared statements
- UUID support
$ npm install node-cassandra-cql
v0.1.8
#7 Pool: Maximum amount of retries on execute
#6 Connection memory leaks bug
#5 Queries with no options
$ npm install node-cassandra-cql