|
24 | 24 | <active>yes</active>
|
25 | 25 | </lead>
|
26 | 26 |
|
27 |
| - <date>2017-09-05</date> |
| 27 | + <date>2017-10-05</date> |
28 | 28 | <version>
|
29 |
| - <release>2.4.0</release> |
| 29 | + <release>2.4.1</release> |
30 | 30 | <api>2.3.0</api>
|
31 | 31 | </version>
|
32 | 32 | <stability>
|
|
36 | 36 | <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
|
37 | 37 | </license>
|
38 | 38 | <notes>
|
39 |
| - * Add more examples (XATTRs and RBAC user management). |
40 |
| - * PCBC-505: Enable error maps for libcouchbase 2.8.0. For higher versions it will be enabled by libcouchbase. |
41 |
| - * PCBC-499: Expose more query options on N1QL query for advanced tuning query performance |
42 |
| - * PCBC-485: Expose enhanced error message. The server might fill properties "context" and "ref" of the error. |
| 39 | + * PCBC-493: Implement subdoc GET_COUNT API. |
| 40 | + * Update AnalyticsQuery API: removed experimental hostname() method as it derived from cluster config now. |
| 41 | + * Allow to override default pool connectime idle time with `couchbase.pool.max_idle_time_sec` INI setting. |
| 42 | + * PCBC-503, PCBC-504: Improve running tests. |
43 | 43 | </notes>
|
44 | 44 |
|
45 | 45 | <contents>
|
|
141 | 141 | <file role="src" name="src/couchbase/view_query.c" />
|
142 | 142 | <file role="src" name="src/couchbase/view_query_encodable.c" />
|
143 | 143 | <file role="src" name="transcoding.c" />
|
144 |
| - <file role="test" name="integration/MockTest.php" /> |
145 | 144 | <file role="test" name="integration/CrossBucketN1qlQueryTest.php" />
|
146 | 145 | <file role="test" name="integration/DnsSrvTest.php" />
|
| 146 | + <file role="test" name="integration/MockTest.php" /> |
147 | 147 | <file role="test" name="integration/SearchTest.php" />
|
148 | 148 | <file role="test" name="tests/AliasesTest.php" />
|
149 | 149 | <file role="test" name="tests/BucketManagerTest.php" />
|
150 | 150 | <file role="test" name="tests/BucketTest.php" />
|
151 | 151 | <file role="test" name="tests/ClusterManagerTest.php" />
|
152 | 152 | <file role="test" name="tests/ClusterTest.php" />
|
| 153 | + <file role="test" name="tests/CouchbaseMock.php" /> |
153 | 154 | <file role="test" name="tests/CouchbaseTestCase.php" />
|
154 | 155 | <file role="test" name="tests/DatastructuresTest.php" />
|
155 | 156 | <file role="test" name="tests/N1qlQueryTest.php" />
|
| 157 | + <file role="test" name="tests/SearchQueryTest.php" /> |
156 | 158 | <file role="test" name="tests/TranscoderTest.php" />
|
| 159 | + <file role="test" name="tests/ViewQueryTest.php" /> |
157 | 160 | </dir>
|
158 | 161 | </contents>
|
159 | 162 | <dependencies>
|
|
176 | 179 | <providesextension>couchbase</providesextension>
|
177 | 180 | <extsrcrelease/>
|
178 | 181 | <changelog>
|
| 182 | + <release> |
| 183 | + <date>2017-09-05</date> |
| 184 | + <version> |
| 185 | + <release>2.4.0</release> |
| 186 | + <api>2.3.0</api> |
| 187 | + </version> |
| 188 | + <stability> |
| 189 | + <release>stable</release> |
| 190 | + <api>stable</api> |
| 191 | + </stability> |
| 192 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2 |
| 193 | + </license> |
| 194 | + <notes> |
| 195 | + * Add more examples (XATTRs and RBAC user management). |
| 196 | + * PCBC-505: Enable error maps for libcouchbase 2.8.0. For higher versions it will be enabled by libcouchbase. |
| 197 | + * PCBC-499: Expose more query options on N1QL query for advanced tuning query performance |
| 198 | + * PCBC-485: Expose enhanced error message. The server might fill properties "context" and "ref" of the error. |
| 199 | + </notes> |
| 200 | + </release> |
179 | 201 | <release>
|
180 | 202 | <date>2017-07-19</date>
|
181 | 203 | <version>
|
|
0 commit comments