From f91f2bb59c4f4c3d44485cd0c01a96703343b254 Mon Sep 17 00:00:00 2001 From: Michael Penick Date: Thu, 11 Feb 2016 10:32:25 -0700 Subject: [PATCH] Updated package for release 1.1.0 --- Rakefile | 2 +- ext/package.xml | 48 ++++++++++++++++++++++++++++++++++++++++-------- ext/version.h | 6 +++--- 3 files changed, 44 insertions(+), 12 deletions(-) diff --git a/Rakefile b/Rakefile index f726f5af0..ab4164f11 100755 --- a/Rakefile +++ b/Rakefile @@ -149,7 +149,7 @@ end - 5.3.4 + 5.5.0 7.0.99 diff --git a/ext/package.xml b/ext/package.xml index 822f1f787..7bc2f2db9 100644 --- a/ext/package.xml +++ b/ext/package.xml @@ -14,19 +14,35 @@ protocol and Cassandra Query Language v3. michael.penick@datastax.com yes - 2016-02-04 - + 2016-02-11 + - 1.1.0-dev - 1.1.0-dev + 1.1.0 + 1.1.0 - devel - devel + stable + stable Apache License 2.0 -# Official release under development +# 1.1.0 + +Features: + +* Added support for PHP 7 +* Added support for UDTs and tuples +* Added support for nested collections +* Added access to raw paging token (via `Cassandra\Rows::pagingStateToken()`) +* Added support for client-side timestamps and timestamp generators +* Added support for retry policys (includes logging, downgrading and fallthrough) +* Added the ability to disable schema metadata updates (via `Cassandra\Cluster\withSchemaMetdata()`) +* Added support for using named arguments with `Cassandra\SimpleStatement` +* Changed the default consistency to `LOCAL_ONE` (from `ONE`) + +Bug Fixes: + +* [PHP-70] Fixed invalid encoding of decimals and varints @@ -95,6 +111,11 @@ protocol and Cassandra Query Language v3. + + + + + @@ -107,6 +128,9 @@ protocol and Cassandra Query Language v3. + + + @@ -208,6 +232,11 @@ protocol and Cassandra Query Language v3. + + + + + @@ -218,6 +247,9 @@ protocol and Cassandra Query Language v3. + + + @@ -240,7 +272,7 @@ protocol and Cassandra Query Language v3. - 5.3.4 + 5.5.0 7.0.99 diff --git a/ext/version.h b/ext/version.h index 6ba6438a1..a59c2e39a 100644 --- a/ext/version.h +++ b/ext/version.h @@ -6,8 +6,8 @@ #define PHP_CASSANDRA_MAJOR 1 #define PHP_CASSANDRA_MINOR 1 #define PHP_CASSANDRA_RELEASE 0 -#define PHP_CASSANDRA_STABILITY "devel" -#define PHP_CASSANDRA_VERSION "1.1.0-dev" -#define PHP_CASSANDRA_VERSION_FULL "1.1.0-devel" +#define PHP_CASSANDRA_STABILITY "stable" +#define PHP_CASSANDRA_VERSION "1.1.0" +#define PHP_CASSANDRA_VERSION_FULL "1.1.0" #endif /* PHP_CASSANDRA_VERSION_H */