|
18 | 18 | <active>yes</active>
|
19 | 19 | </lead>
|
20 | 20 |
|
21 |
| - <date>2020-12-06</date> |
| 21 | + <date>2021-01-20</date> |
22 | 22 | <version>
|
23 |
| - <release>3.0.5</release> |
24 |
| - <api>3.0.0</api> |
| 23 | + <release>3.1.0</release> |
| 24 | + <api>3.1.0</api> |
25 | 25 | </version>
|
26 | 26 | <stability>
|
27 | 27 | <release>stable</release>
|
28 | 28 | <api>stable</api>
|
29 | 29 | </stability>
|
30 | 30 | <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
|
31 | 31 | <notes>
|
32 |
| - * PCBC-699: Add support for minimal durability settings for bucket manager |
33 |
| - * PCBC-718: Deprecate expiry() on GetResult and LookupInResult. expiry() is deprecated in favour to expiryTime() |
34 |
| - which returns DateTimeInterface |
35 |
| - * PCBC-715: refactor document expiry duration |
36 |
| - - allow to specify DateTimeInterface objects as expiry value in mutation options |
37 |
| - - when expiration is set as long in seconds, treat the value as relative if it is less than 50 years in |
38 |
| - seconds. In this case take current time and add to the expiration value |
39 |
| - * PCBC-733: Add missing fields for SearchFacet results |
40 |
| - * PCBC-720: allow to disable FTS scoring |
41 |
| - * Support PHP 8. Drop support for PHP older than 7.2 |
| 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 |
42 | 37 | </notes>
|
43 | 38 | <contents>
|
44 | 39 | <dir name="/">
|
|
61 | 56 | <file role="doc" name="examples/search/index_management.php" />
|
62 | 57 | <file role="doc" name="examples/search/search.php" />
|
63 | 58 | <file role="doc" name="examples/subdoc/xattrs.php" />
|
| 59 | + <file role="doc" name="examples/tracing/demo.php" /> |
64 | 60 | <file role="doc" name="examples/transcoders/index.php" />
|
65 | 61 | <file role="doc" name="fastlz/LICENSE.txt" />
|
66 | 62 | <file role="src" name="config.m4" />
|
|
161 | 157 | <providesextension>couchbase</providesextension>
|
162 | 158 | <extsrcrelease/>
|
163 | 159 | <changelog>
|
| 160 | + <release> |
| 161 | + <date>2020-12-06</date> |
| 162 | + <version> |
| 163 | + <release>3.0.5</release> |
| 164 | + <api>3.0.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-699: Add support for minimal durability settings for bucket manager |
| 173 | + * PCBC-718: Deprecate expiry() on GetResult and LookupInResult. expiry() is deprecated in favour to expiryTime() |
| 174 | + which returns DateTimeInterface |
| 175 | + * PCBC-715: refactor document expiry duration |
| 176 | + - allow to specify DateTimeInterface objects as expiry value in mutation options |
| 177 | + - when expiration is set as long in seconds, treat the value as relative if it is less than 50 years in |
| 178 | + seconds. In this case take current time and add to the expiration value |
| 179 | + * PCBC-733: Add missing fields for SearchFacet results |
| 180 | + * PCBC-720: allow to disable FTS scoring |
| 181 | + * Support PHP 8. Drop support for PHP older than 7.2 |
| 182 | + </notes> |
| 183 | + </release> |
164 | 184 | <release>
|
165 | 185 | <date>2020-11-11</date>
|
166 | 186 | <version>
|
|
0 commit comments