From d63e8b73b98330d8fa6004c1e0465f27164982b8 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Thu, 13 May 2021 15:31:53 +0300 Subject: [PATCH] Update meta for 3.1.2 Change-Id: I0717840ca9e27f9ac693a6920046532a358c7e57 Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/153543 Tested-by: Build Bot Reviewed-by: Sergey Avseyev --- package.xml | 29 ++++++++++++++++++++++++----- php_couchbase.h | 2 +- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/package.xml b/package.xml index 9720519..a16e8ee 100644 --- a/package.xml +++ b/package.xml @@ -18,9 +18,9 @@ yes - 2021-03-04 + 2021-05-13 - 3.1.1 + 3.1.2 3.1.0 @@ -29,9 +29,11 @@ Apache V2 - PCBC-745: throw BadInputException when string cannot be used as CAS - PCBC-746: add tests for transcoding empty value - PCBC-748: fix *Option#expiry() return value in documentation stubs + PCBC-761: fix return interface for expiryTime methods. + PCBC-760: expose error messages in query exceptions. + PCBC-759: take into account 'decoder.json_arrays' INI setting when decoding Query rows. + PCBC-758: raise exception if invalid CAS passed to unlock. + PCBC-729: update URLs for Collections management API. @@ -155,6 +157,23 @@ couchbase + + 2021-03-04 + + 3.1.1 + 3.1.0 + + + stable + stable + + Apache V2 + + PCBC-745: throw BadInputException when string cannot be used as CAS + PCBC-746: add tests for transcoding empty value + PCBC-748: fix *Option#expiry() return value in documentation stubs + + 2021-01-20 diff --git a/php_couchbase.h b/php_couchbase.h index d909314..86afb28 100644 --- a/php_couchbase.h +++ b/php_couchbase.h @@ -17,7 +17,7 @@ #ifndef PHP_COUCHBASE_H_ #define PHP_COUCHBASE_H_ -#define PHP_COUCHBASE_VERSION "3.1.1" +#define PHP_COUCHBASE_VERSION "3.1.2" #define PHP_COUCHBASE_EXTNAME "couchbase" extern zend_module_entry couchbase_module_entry;