File tree 3 files changed +20
-13
lines changed
3 files changed +20
-13
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.1
2
+
3
+ Features:
4
+
5
+ * Added support for the 2.2.x release of the C/C++ driver
6
+
7
+ Bug Fixes:
8
+
9
+ * [ PHP-53] Error when inserting a "0" Decimal
10
+
1
11
# 1.0.0
2
12
3
13
Features:
Original file line number Diff line number Diff line change @@ -14,30 +14,27 @@ protocol and Cassandra Query Language v3.
14
14
15
15
<active >yes</active >
16
16
</lead >
17
- <date >2015-09-14 </date >
18
- <time >10:28:02 </time >
17
+ <date >2015-11-20 </date >
18
+ <time >12:39:30 </time >
19
19
<version >
20
- <release >1.0.0 </release >
21
- <api >1.0.0 </api >
20
+ <release >1.0.1 </release >
21
+ <api >1.0.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.0.0
29
+ # 1.0.1
30
30
31
31
Features:
32
32
33
- * Added schema metadata support (via `Cassandra\Session::schema()`).
34
- * Added types API (via `Cassandra\Type` static methods).
33
+ * Added support for the 2.2.x release of the C/C++ driver
35
34
36
35
Bug Fixes:
37
36
38
- * [PHP-40] Fixed invalid pointer being free'd
39
- * [PHP-43] Fixed timeout handling in `Cassandra\ExecutionOptions`
40
- * [PHP-44] Fixed memory leak
37
+ * [PHP-53] Error when inserting a "0" Decimal
41
38
</notes >
42
39
<contents >
43
40
<dir name =" /" >
Original file line number Diff line number Diff line change 5
5
#define PHP_CASSANDRA_NAME "cassandra"
6
6
#define PHP_CASSANDRA_MAJOR 1
7
7
#define PHP_CASSANDRA_MINOR 0
8
- #define PHP_CASSANDRA_RELEASE 0
8
+ #define PHP_CASSANDRA_RELEASE 1
9
9
#define PHP_CASSANDRA_STABILITY "stable"
10
- #define PHP_CASSANDRA_VERSION "1.0.0 "
11
- #define PHP_CASSANDRA_VERSION_FULL "1.0.0 "
10
+ #define PHP_CASSANDRA_VERSION "1.0.1 "
11
+ #define PHP_CASSANDRA_VERSION_FULL "1.0.1 "
12
12
13
13
#endif /* PHP_CASSANDRA_VERSION_H */
You can’t perform that action at this time.
0 commit comments