@@ -14,34 +14,36 @@ protocol and Cassandra Query Language v3.
14141515 <active >yes</active >
1616 </lead >
17- <date >2015-05-26 </date >
18- <time >10:10:29 </time >
17+ <date >2015-07-28 </date >
18+ <time >11:42:14 </time >
1919 <version >
2020 <release >1.0.0</release >
2121 <api >1.0.0</api >
2222 </version >
2323 <stability >
2424 <release >beta</release >
25- <api >beta </api >
25+ <api >stable </api >
2626 </stability >
2727 <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License 2.0</license >
2828 <notes >
29- # 1.0.0-beta
29+ # 1.0.0-rc
3030
3131Features:
3232
33- * Persistent sessions (can be disabled via `Cassandra\Cluster\Builder::withPersistentSessions()`).
34- * Windows support.
35- * Configurable log location (via `cassandra.log` ini setting).
36- * Configurable log level (via `cassandra.log_level` ini setting).
37- * Upgraded to C/C++ driver v2.0.
38- * Added math functions to numeric types and `Cassandra\Numeric` interface.
39- * All classes moved into the extension.
40- * Added stub files for IDEs.
33+ * Added `Cassandra\Collection::remove()`.
34+ * Added `Cassandra\Blob::toBinaryString()`.
35+ * Added ability to configure io threads and connections per host.
36+ * Enabled latency aware routing by default and added a way of disabling it.
37+ * Enabled TCP nodelay, added a way of disabling it.
38+ * Added configuration for TCP keepalive.
4139
4240Bug Fixes:
4341
44- * [PHP-18] Decimal parsing failure
42+ * [PHP-30] Segfault when using FutureRows
43+ * [PHP-31] Segfault during deserialization of NULL values
44+ * [PHP-33] Fixed timestamps generation on 32bit systems
45+ * [PHP-37] Removed extra null byte when `Cassandra\Blob` created from string
46+ * [PHP-41] Fix memory leak when using batch statements
4547 </notes >
4648 <contents >
4749 <dir name =" /" >
0 commit comments