File tree 2 files changed +25
-8
lines changed
2 files changed +25
-8
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-01-20 </date >
21
+ <date >2021-03-04 </date >
22
22
<version >
23
- <release >3.1.0 </release >
23
+ <release >3.1.1 </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-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
37
35
</notes >
38
36
<contents >
39
37
<dir name =" /" >
157
155
<providesextension >couchbase</providesextension >
158
156
<extsrcrelease />
159
157
<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 >
160
177
<release >
161
178
<date >2020-12-06</date >
162
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.0 "
20
+ #define PHP_COUCHBASE_VERSION "3.1.1 "
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