|
18 | 18 | <active>yes</active>
|
19 | 19 | </lead>
|
20 | 20 |
|
21 |
| - <date>2020-11-11</date> |
| 21 | + <date>2020-12-06</date> |
22 | 22 | <version>
|
23 |
| - <release>3.0.4</release> |
| 23 | + <release>3.0.5</release> |
24 | 24 | <api>3.0.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-722: Fix boolean search query encoding |
33 |
| - * PCBC-703: Add support for query with FlexIndex (FTS) |
34 |
| - * PCBC-719: Enhance user management for collections |
35 |
| - * PCBC-702: Implement geopolygon FTS query |
36 |
| - * PCBC-705: Update eviction policy types. Now it covers ephemeral buckets |
37 |
| - * PCBC-721: Allow to fallback to bucket connection for older servers |
| 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 |
38 | 42 | </notes>
|
39 | 43 | <contents>
|
40 | 44 | <dir name="/">
|
|
157 | 161 | <providesextension>couchbase</providesextension>
|
158 | 162 | <extsrcrelease/>
|
159 | 163 | <changelog>
|
| 164 | + <release> |
| 165 | + <date>2020-11-11</date> |
| 166 | + <version> |
| 167 | + <release>3.0.4</release> |
| 168 | + <api>3.0.0</api> |
| 169 | + </version> |
| 170 | + <stability> |
| 171 | + <release>stable</release> |
| 172 | + <api>stable</api> |
| 173 | + </stability> |
| 174 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license> |
| 175 | + <notes> |
| 176 | + * PCBC-722: Fix boolean search query encoding |
| 177 | + * PCBC-703: Add support for query with FlexIndex (FTS) |
| 178 | + * PCBC-719: Enhance user management for collections |
| 179 | + * PCBC-702: Implement geopolygon FTS query |
| 180 | + * PCBC-705: Update eviction policy types. Now it covers ephemeral buckets |
| 181 | + * PCBC-721: Allow to fallback to bucket connection for older servers |
| 182 | + </notes> |
| 183 | + </release> |
160 | 184 | <release>
|
161 | 185 | <date>2020-06-17</date>
|
162 | 186 | <version>
|
|
0 commit comments