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 18
18
<active >yes</active >
19
19
</lead >
20
20
21
- <date >2021-03-04 </date >
21
+ <date >2021-05-13 </date >
22
22
<version >
23
- <release >3.1.1 </release >
23
+ <release >3.1.2 </release >
24
24
<api >3.1.0</api >
25
25
</version >
26
26
<stability >
29
29
</stability >
30
30
<license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache V2</license >
31
31
<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.
35
37
</notes >
36
38
<contents >
37
39
<dir name =" /" >
155
157
<providesextension >couchbase</providesextension >
156
158
<extsrcrelease />
157
159
<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 >
158
177
<release >
159
178
<date >2021-01-20</date >
160
179
<version >
Original file line number Diff line number Diff line change 17
17
#ifndef PHP_COUCHBASE_H_
18
18
#define PHP_COUCHBASE_H_
19
19
20
- #define PHP_COUCHBASE_VERSION "3.1.1 "
20
+ #define PHP_COUCHBASE_VERSION "3.1.2 "
21
21
#define PHP_COUCHBASE_EXTNAME "couchbase"
22
22
23
23
extern zend_module_entry couchbase_module_entry ;
You can’t perform that action at this time.
0 commit comments