File tree Expand file tree Collapse file tree 2 files changed +25
-6
lines changed
Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 =" /" >
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 >
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.1 "
20+ #define PHP_COUCHBASE_VERSION "3.1.2 "
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