|
18 | 18 | <active>yes</active>
|
19 | 19 | </lead>
|
20 | 20 |
|
21 |
| - <date>2021-07-27</date> |
| 21 | + <date>2021-10-14</date> |
22 | 22 | <version>
|
23 |
| - <release>3.2.0</release> |
| 23 | + <release>3.2.1</release> |
24 | 24 | <api>3.2.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-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. |
| 32 | + PCBC-770: Fixed memory leak while decoding subdoc JSON. |
| 33 | + PCBC-782: Updated minimal requirement for libcouchbase to 3.2.2. |
| 34 | + Other memory fixes and improvements. |
44 | 35 | </notes>
|
45 | 36 | <contents>
|
46 | 37 | <dir name="/">
|
|
167 | 158 | <providesextension>couchbase</providesextension>
|
168 | 159 | <extsrcrelease/>
|
169 | 160 | <changelog>
|
| 161 | + <release> |
| 162 | + <date>2021-07-27</date> |
| 163 | + <version> |
| 164 | + <release>3.2.0</release> |
| 165 | + <api>3.2.0</api> |
| 166 | + </version> |
| 167 | + <stability> |
| 168 | + <release>stable</release> |
| 169 | + <api>stable</api> |
| 170 | + </stability> |
| 171 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license> |
| 172 | + <notes> |
| 173 | + PCBC-750: Deprecate `getScope` in collections manager. |
| 174 | + PCBC-725: Add support for collections to Full Text Search. |
| 175 | + PCBC-764: Serialize `BooleanSearchQuery->mustNot` to `"must_not"`. |
| 176 | + PCBC-709: Add scope level analytics queries. |
| 177 | + PCBC-732: Expose partition information for query indexes. |
| 178 | + PCBC-733: Add analytics index manager. |
| 179 | + PCBC-769: Do not allow using CAS with counter operations, which are always atomic. |
| 180 | + PCBC-767: Fix URL for collection create method. |
| 181 | + PCBC-738: Add `preserveExpiry` support for mutations (`replace`, `upsert` and `mutateIn`). |
| 182 | + PCBC-700: Manage remote links for analytics service. |
| 183 | + PCBC-706: Provide tracing interface. |
| 184 | + PCBC-743: Provide metrics interface. |
| 185 | + </notes> |
| 186 | + </release> |
170 | 187 | <release>
|
171 | 188 | <date>2021-05-13</date>
|
172 | 189 | <version>
|
|
0 commit comments