Skip to content

Commit d63e8b7

Browse files
committed
Update meta for 3.1.2
Change-Id: I0717840ca9e27f9ac693a6920046532a358c7e57 Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/153543 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 49ca26d commit d63e8b7

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

package.xml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<active>yes</active>
1919
</lead>
2020

21-
<date>2021-03-04</date>
21+
<date>2021-05-13</date>
2222
<version>
23-
<release>3.1.1</release>
23+
<release>3.1.2</release>
2424
<api>3.1.0</api>
2525
</version>
2626
<stability>
@@ -29,9 +29,11 @@
2929
</stability>
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
3131
<notes>
32-
PCBC-745: throw BadInputException when string cannot be used as CAS
33-
PCBC-746: add tests for transcoding empty value
34-
PCBC-748: fix *Option#expiry() return value in documentation stubs
32+
PCBC-761: fix return interface for expiryTime methods.
33+
PCBC-760: expose error messages in query exceptions.
34+
PCBC-759: take into account 'decoder.json_arrays' INI setting when decoding Query rows.
35+
PCBC-758: raise exception if invalid CAS passed to unlock.
36+
PCBC-729: update URLs for Collections management API.
3537
</notes>
3638
<contents>
3739
<dir name="/">
@@ -155,6 +157,23 @@
155157
<providesextension>couchbase</providesextension>
156158
<extsrcrelease/>
157159
<changelog>
160+
<release>
161+
<date>2021-03-04</date>
162+
<version>
163+
<release>3.1.1</release>
164+
<api>3.1.0</api>
165+
</version>
166+
<stability>
167+
<release>stable</release>
168+
<api>stable</api>
169+
</stability>
170+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
171+
<notes>
172+
PCBC-745: throw BadInputException when string cannot be used as CAS
173+
PCBC-746: add tests for transcoding empty value
174+
PCBC-748: fix *Option#expiry() return value in documentation stubs
175+
</notes>
176+
</release>
158177
<release>
159178
<date>2021-01-20</date>
160179
<version>

php_couchbase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef PHP_COUCHBASE_H_
1818
#define PHP_COUCHBASE_H_
1919

20-
#define PHP_COUCHBASE_VERSION "3.1.1"
20+
#define PHP_COUCHBASE_VERSION "3.1.2"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)