Skip to content

Commit 692434d

Browse files
committed
Update meta for 3.1.1
Change-Id: Ib60d849a1a72e083d5f97fef5e832ec66fe474f4 Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/147762 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 7031108 commit 692434d

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

package.xml

+24-7
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<active>yes</active>
1919
</lead>
2020

21-
<date>2021-01-20</date>
21+
<date>2021-03-04</date>
2222
<version>
23-
<release>3.1.0</release>
23+
<release>3.1.1</release>
2424
<api>3.1.0</api>
2525
</version>
2626
<stability>
@@ -29,11 +29,9 @@
2929
</stability>
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
3131
<notes>
32-
PCBC-742: Propagate custom value transcoder to results
33-
PCBC-707: Add scope-level query and scope qualifier support for QueryOptions.
34-
PCBC-741: Fix memory leak in Bucket::viewQuery()
35-
PCBC-734: Fix destruction of SearchOptions.
36-
PCBC-591: KeyNotFoundException is an alias for DocumentNotFoundException
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
3735
</notes>
3836
<contents>
3937
<dir name="/">
@@ -157,6 +155,25 @@
157155
<providesextension>couchbase</providesextension>
158156
<extsrcrelease/>
159157
<changelog>
158+
<release>
159+
<date>2021-01-20</date>
160+
<version>
161+
<release>3.1.0</release>
162+
<api>3.1.0</api>
163+
</version>
164+
<stability>
165+
<release>stable</release>
166+
<api>stable</api>
167+
</stability>
168+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
169+
<notes>
170+
PCBC-742: Propagate custom value transcoder to results
171+
PCBC-707: Add scope-level query and scope qualifier support for QueryOptions.
172+
PCBC-741: Fix memory leak in Bucket::viewQuery()
173+
PCBC-734: Fix destruction of SearchOptions.
174+
PCBC-591: KeyNotFoundException is an alias for DocumentNotFoundException
175+
</notes>
176+
</release>
160177
<release>
161178
<date>2020-12-06</date>
162179
<version>

php_couchbase.h

+1-1
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.0"
20+
#define PHP_COUCHBASE_VERSION "3.1.1"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)