2 new revisions:

Revision: 9549c550d9eb
Author:   Tomaz Muraus <[email protected]>
Date:     Fri Dec  2 12:57:55 2011
Log:      Update changes and package version.
http://code.google.com/a/apache-extras.org/p/cassandra-node/source/detail?r=9549c550d9eb

Revision: 23d8345add3d
Author:   Tomaz Muraus <[email protected]>
Date:     Fri Dec  2 13:02:01 2011
Log:      Merge branch 'master' of github.com:Kami/node-cassandra-client
http://code.google.com/a/apache-extras.org/p/cassandra-node/source/detail?r=23d8345add3d

==============================================================================
Revision: 9549c550d9eb
Author:   Tomaz Muraus <[email protected]>
Date:     Fri Dec  2 12:57:55 2011
Log:      Update changes and package version.

http://code.google.com/a/apache-extras.org/p/cassandra-node/source/detail?r=9549c550d9eb

Modified:
 /CHANGES
 /package.json

=======================================
--- /CHANGES    Thu Nov 17 12:34:29 2011
+++ /CHANGES    Fri Dec  2 12:57:55 2011
@@ -1,5 +1,14 @@
-Changes with cassandra-client in development:
+Changes with cassandra-client 0.6.0:
+
+- Set a timeout for login, learn and use steps. Defaults to 1000ms, 2000ms and
+  1000ms respectively.

 - Set a timeout for connecting to the cassandra server. Default timeout
   is 4000 ms, but a user can specify custom one by passing 'timeout'
   option to the PooledConnection / Connection constructor.
+
+- Use a different route for logging CQL queries
+  (node-cassandra-client.driver.cql).
+
+- Add 'log_time' option and log query execution time if this option is true.
+  Timing is logged to 'node-cassandra-client.driver.timing' route.
=======================================
--- /package.json       Tue Nov 29 03:21:24 2011
+++ /package.json       Fri Dec  2 12:57:55 2011
@@ -6,7 +6,7 @@
   ],
   "name": "cassandra-client",
   "description": "Node.js CQL driver for Apache Cassandra",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "homepage": "https://github.com/racker/node-cassandra-client";,
   "repository": {
     "type": "git",

==============================================================================
Revision: 23d8345add3d
Author:   Tomaz Muraus <[email protected]>
Date:     Fri Dec  2 13:02:01 2011
Log:      Merge branch 'master' of github.com:Kami/node-cassandra-client

http://code.google.com/a/apache-extras.org/p/cassandra-node/source/detail?r=23d8345add3d


Reply via email to