|
18 | 18 | <active>yes</active>
|
19 | 19 | </lead>
|
20 | 20 |
|
21 |
| - <date>2021-05-13</date> |
| 21 | + <date>2021-07-27</date> |
22 | 22 | <version>
|
23 |
| - <release>3.1.2</release> |
24 |
| - <api>3.1.0</api> |
| 23 | + <release>3.2.0</release> |
| 24 | + <api>3.2.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-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. |
| 32 | + PCBC-750: Deprecate `getScope` in collections manager. |
| 33 | + PCBC-725: Add support for collections to Full Text Search. |
| 34 | + PCBC-764: Serialize `BooleanSearchQuery->mustNot` to `"must_not"`. |
| 35 | + PCBC-709: Add scope level analytics queries. |
| 36 | + PCBC-732: Expose partition information for query indexes. |
| 37 | + PCBC-733: Add analytics index manager. |
| 38 | + PCBC-769: Do not allow using CAS with counter operations, which are always atomic. |
| 39 | + PCBC-767: Fix URL for collection create method. |
| 40 | + PCBC-738: Add `preserveExpiry` support for mutations (`replace`, `upsert` and `mutateIn`). |
| 41 | + PCBC-700: Manage remote links for analytics service. |
| 42 | + PCBC-706: Provide tracing interface. |
| 43 | + PCBC-743: Provide metrics interface. |
37 | 44 | </notes>
|
38 | 45 | <contents>
|
39 | 46 | <dir name="/">
|
|
160 | 167 | <providesextension>couchbase</providesextension>
|
161 | 168 | <extsrcrelease/>
|
162 | 169 | <changelog>
|
| 170 | + <release> |
| 171 | + <date>2021-05-13</date> |
| 172 | + <version> |
| 173 | + <release>3.1.2</release> |
| 174 | + <api>3.1.0</api> |
| 175 | + </version> |
| 176 | + <stability> |
| 177 | + <release>stable</release> |
| 178 | + <api>stable</api> |
| 179 | + </stability> |
| 180 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license> |
| 181 | + <notes> |
| 182 | + PCBC-761: fix return interface for expiryTime methods. |
| 183 | + PCBC-760: expose error messages in query exceptions. |
| 184 | + PCBC-759: take into account 'decoder.json_arrays' INI setting when decoding Query rows. |
| 185 | + PCBC-758: raise exception if invalid CAS passed to unlock. |
| 186 | + PCBC-729: update URLs for Collections management API. |
| 187 | + </notes> |
| 188 | + </release> |
163 | 189 | <release>
|
164 | 190 | <date>2021-03-04</date>
|
165 | 191 | <version>
|
|
0 commit comments