|
18 | 18 | <active>yes</active>
|
19 | 19 | </lead>
|
20 | 20 |
|
21 |
| - <date>2020-06-17</date> |
| 21 | + <date>2020-11-11</date> |
22 | 22 | <version>
|
23 |
| - <release>3.0.3</release> |
| 23 | + <release>3.0.4</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-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 |
| 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 |
50 | 38 | </notes>
|
51 | 39 | <contents>
|
52 | 40 | <dir name="/">
|
|
166 | 154 | <providesextension>couchbase</providesextension>
|
167 | 155 | <extsrcrelease/>
|
168 | 156 | <changelog>
|
| 157 | + <release> |
| 158 | + <date>2020-06-17</date> |
| 159 | + <version> |
| 160 | + <release>3.0.3</release> |
| 161 | + <api>3.0.0</api> |
| 162 | + </version> |
| 163 | + <stability> |
| 164 | + <release>stable</release> |
| 165 | + <api>stable</api> |
| 166 | + </stability> |
| 167 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license> |
| 168 | + <notes> |
| 169 | + * PCBC-696: Fix encoding issue in QueryString search query |
| 170 | + * PCBC-667: Add maxExpiry for CollectionSpec of collection manager |
| 171 | + * PCBC-690: Increase refcount of arg in ViewOptions::keys() |
| 172 | + * PCBC-688: Ensure that temporary strings are copied in ViewOptions builder |
| 173 | + * PCBC-666: Fix invalid memory access of Query result "meta" |
| 174 | + * PCBC-665: Fix build issue on Debian |
| 175 | + * Documentation improvements: |
| 176 | + * PCBC-683: update documentation steps |
| 177 | + * PCBC-675: Add API docs for exceptions |
| 178 | + * Update API ref to add docs for results objects |
| 179 | + * Update API reference for remaining undocument query API |
| 180 | + - PCBC-672: Add API docs for KV functions |
| 181 | + - PCBC-671: Add API reference docs for cluster/bucket etc... |
| 182 | + - PCBC-694: Remove \ namespace prefix in return type and argument definitions |
| 183 | + - PCBC-694: Allow null to be passed to nullable options |
| 184 | + - PCBC-693: replace GetAllReplicaOptions with GetAllReplicasOptions |
| 185 | + - PCBC-692: Use MutationResult instead of StoreResult |
| 186 | + - PCBC-691: Use "|null" instead of "?" in phpdoc |
| 187 | + </notes> |
| 188 | + </release> |
169 | 189 | <release>
|
170 | 190 | <date>2020-03-04</date>
|
171 | 191 | <version>
|
|
0 commit comments