@@ -14,35 +14,29 @@ protocol and Cassandra Query Language v3.
14
14
15
15
<active >yes</active >
16
16
</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 >
19
19
<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 >
22
22
</version >
23
23
<stability >
24
24
<release >stable</release >
25
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.3.0
29
+ # 1.3.1
30
30
31
- Features :
31
+ Bug Fixes :
32
32
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
37
34
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
46
40
</notes >
47
41
<contents >
48
42
<dir name =" /" >
@@ -259,7 +253,6 @@ Bug Fixes:
259
253
<file role =" doc" name =" doc/Cassandra/Function.php" />
260
254
<file role =" doc" name =" doc/Cassandra/Future.php" />
261
255
<file role =" doc" name =" doc/Cassandra/FutureClose.php" />
262
- <file role =" doc" name =" doc/Cassandra/FutureException.php" />
263
256
<file role =" doc" name =" doc/Cassandra/FuturePreparedStatement.php" />
264
257
<file role =" doc" name =" doc/Cassandra/FutureRows.php" />
265
258
<file role =" doc" name =" doc/Cassandra/FutureSession.php" />
0 commit comments