Skip to content

Commit c4c440a

Browse files
author
Bulat Shakirzyanov
committed
[ci skip] bump version
1 parent 3720be9 commit c4c440a

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

ext/package.xml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,36 @@ protocol and Cassandra Query Language v3.
1414
<email>[email protected]</email>
1515
<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

3131
Features:
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

4240
Bug 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="/">

ext/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define PHP_CASSANDRA_MAJOR 1
77
#define PHP_CASSANDRA_MINOR 0
88
#define PHP_CASSANDRA_RELEASE 0
9-
#define PHP_CASSANDRA_STABILITY "beta"
10-
#define PHP_CASSANDRA_VERSION "1.0.0-beta"
9+
#define PHP_CASSANDRA_STABILITY "rc"
10+
#define PHP_CASSANDRA_VERSION "1.0.0-rc"
1111

1212
#endif /* PHP_CASSANDRA_VERSION_H */

0 commit comments

Comments
 (0)