|
18 | 18 | <active>yes</active>
|
19 | 19 | </lead>
|
20 | 20 |
|
21 |
| - <date>2020-03-04</date> |
| 21 | + <date>2020-06-17</date> |
22 | 22 | <version>
|
23 |
| - <release>3.0.2</release> |
| 23 | + <release>3.0.3</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-660: Detect when to raise CasMismatchException |
33 |
| - * PCBC-663: make sure search object will not be double-freed |
34 |
| - * Fixed memory leaks. |
35 |
| - * Fixed manifest issue leading to install failure. |
| 32 | + * PCBC-696: Fix encoding issue in QueryString search query |
| 33 | + * PCBC-667: Add maxExpiry for CollectionSpec of collection manager |
| 34 | + * PCBC-690: Increase refcount of arg in ViewOptions::keys() |
| 35 | + * PCBC-688: Ensure that temporary strings are copied in ViewOptions builder |
| 36 | + * PCBC-666: Fix invalid memory access of Query result "meta" |
| 37 | + * PCBC-665: Fix build issue on Debian |
| 38 | + * Documentation improvements: |
| 39 | + * PCBC-683: update documentation steps |
| 40 | + * PCBC-675: Add API docs for exceptions |
| 41 | + * Update API ref to add docs for results objects |
| 42 | + * Update API reference for remaining undocument query API |
| 43 | + - PCBC-672: Add API docs for KV functions |
| 44 | + - PCBC-671: Add API reference docs for cluster/bucket etc... |
| 45 | + - PCBC-694: Remove \ namespace prefix in return type and argument definitions |
| 46 | + - PCBC-694: Allow null to be passed to nullable options |
| 47 | + - PCBC-693: replace GetAllReplicaOptions with GetAllReplicasOptions |
| 48 | + - PCBC-692: Use MutationResult instead of StoreResult |
| 49 | + - PCBC-691: Use "|null" instead of "?" in phpdoc |
36 | 50 | </notes>
|
37 | 51 | <contents>
|
38 | 52 | <dir name="/">
|
|
151 | 165 | <providesextension>couchbase</providesextension>
|
152 | 166 | <extsrcrelease/>
|
153 | 167 | <changelog>
|
| 168 | + <release> |
| 169 | + <date>2020-03-04</date> |
| 170 | + <version> |
| 171 | + <release>3.0.2</release> |
| 172 | + <api>3.0.0</api> |
| 173 | + </version> |
| 174 | + <stability> |
| 175 | + <release>stable</release> |
| 176 | + <api>stable</api> |
| 177 | + </stability> |
| 178 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license> |
| 179 | + <notes> |
| 180 | + * PCBC-660: Detect when to raise CasMismatchException |
| 181 | + * PCBC-663: make sure search object will not be double-freed |
| 182 | + * Fixed memory leaks. |
| 183 | + * Fixed manifest issue leading to install failure. |
| 184 | + </notes> |
| 185 | + </release> |
154 | 186 | <release>
|
155 | 187 | <date>2020-02-04</date>
|
156 | 188 | <version>
|
|
0 commit comments