You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,10 @@ upcoming releases.
23
23
24
24
## What's new in v1.0.0.rc:
25
25
26
-
* Ability to configure connection pooling.
27
-
* Ability to configure latency aware load balancing.
26
+
* Ability to [configure connection pooling](http://datastax.github.io/php-driver/features/#tweaking-driver-s-throughput).
27
+
* Ability to [configure latency aware load balancing](http://datastax.github.io/php-driver/api/class/Cassandra/Cluster/Builder/#with-latency-aware-routing).
28
+
* Ability to [set native protocol version](http://datastax.github.io/php-driver/features/#setting-protocol-version)
29
+
* Support for configuring [TCP Nodelay](http://datastax.github.io/php-driver/features/#disabling-tcp-nodelay) and [TCP Keepalive](http://datastax.github.io/php-driver/features/#enabling-tcp-keepalive).
0 commit comments