@@ -14,34 +14,36 @@ protocol and Cassandra Query Language v3.
14
14
15
15
<active >yes</active >
16
16
</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 >
19
19
<version >
20
20
<release >1.0.0</release >
21
21
<api >1.0.0</api >
22
22
</version >
23
23
<stability >
24
24
<release >beta</release >
25
- <api >beta </api >
25
+ <api >stable </api >
26
26
</stability >
27
27
<license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License 2.0</license >
28
28
<notes >
29
- # 1.0.0-beta
29
+ # 1.0.0-rc
30
30
31
31
Features:
32
32
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.
41
39
42
40
Bug Fixes:
43
41
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
45
47
</notes >
46
48
<contents >
47
49
<dir name =" /" >
0 commit comments