File tree Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 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 >
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 =" /" >
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 >
Original file line number Diff line number Diff line change 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
2323extern zend_module_entry couchbase_module_entry ;
You can’t perform that action at this time.
0 commit comments