@@ -14,35 +14,29 @@ protocol and Cassandra Query Language v3.
14141515 <active >yes</active >
1616 </lead >
17- <date >2017-03-16 </date >
18- <time >09:15:49 </time >
17+ <date >2017-05-15 </date >
18+ <time >16:28:29 </time >
1919 <version >
20- <release >1.3.0 </release >
21- <api >1.3.0 </api >
20+ <release >1.3.1 </release >
21+ <api >1.3.1 </api >
2222 </version >
2323 <stability >
2424 <release >stable</release >
2525 <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.3.0
29+ # 1.3.1
3030
31- Features :
31+ Bug Fixes :
3232
33- * Added support for the `duration` type
34- * Added support to pass a query string directly to `Session::execute()` and
35- `Session::executeAsync()`
36- * `ExecutionOptions` has been deprecated in favor of using an array
33+ * [PHP-170] Duration nanos should support a signed 64-bit range
3734
38- Bug Fixes:
39- * [PHP-86] Decimal __toString method
40- * [PHP-109] Cassandra solr_query not working after upgrading to DSE 5
41- * [PHP-114] pecl install compiler output is dominated by C90 warnings
42- * [PHP-119] Driver crashes upon getting type of column
43- * [PHP-143] Memory leak in `FutureSession`
44- * [PHP-144] Fix persistent sessions reference counting issue
45- * [PHP-147] Unable to create Bigint with PHP_INT_MIN
35+ Documentation:
36+
37+ * [PHP-184] Remove {@inheritDoc} from method parameters
38+ * [PHP-183] Remove references to SimpleStatement and ExecutionOptions from docs,
39+ features, and most tests
4640 </notes >
4741 <contents >
4842 <dir name =" /" >
@@ -259,7 +253,6 @@ Bug Fixes:
259253 <file role =" doc" name =" doc/Cassandra/Function.php" />
260254 <file role =" doc" name =" doc/Cassandra/Future.php" />
261255 <file role =" doc" name =" doc/Cassandra/FutureClose.php" />
262- <file role =" doc" name =" doc/Cassandra/FutureException.php" />
263256 <file role =" doc" name =" doc/Cassandra/FuturePreparedStatement.php" />
264257 <file role =" doc" name =" doc/Cassandra/FutureRows.php" />
265258 <file role =" doc" name =" doc/Cassandra/FutureSession.php" />
0 commit comments