|
24 | 24 | <active>yes</active> |
25 | 25 | </lead> |
26 | 26 |
|
27 | | - <date>2017-11-13</date> |
| 27 | + <date>2018-01-04</date> |
28 | 28 | <version> |
29 | | - <release>2.4.2</release> |
| 29 | + <release>2.4.3</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 | | - * PCBC-515: allow to specify expiration for subdocument mutations |
40 | | - * PCBC-509: implement fulldoc operations for subdoc API |
41 | | - * PCBC-442: fail fast view requests on ephemeral buckets |
42 | | - * PCBC-513: make public API non-final (remove final attribute from classes and methods) |
| 39 | + * PCBC-518: Detect and cleanup connections left in bad state |
| 40 | + * PCBC-525: Fix memory leak for schemaless connspec |
| 41 | + * PCBC-497: Add health check functions |
| 42 | + * PCBC-524: Fix memory leak when using authenticateAs() |
| 43 | + * PCBC-520: Add example for authentication with x.509 certificate |
| 44 | + * PCBC-522: Check username/password for NULL in Classic Authenticator |
| 45 | + * PCBC-516: Append information about runtime to HELLO string |
43 | 46 | </notes> |
44 | 47 |
|
45 | 48 | <contents> |
|
184 | 187 | <providesextension>couchbase</providesextension> |
185 | 188 | <extsrcrelease/> |
186 | 189 | <changelog> |
187 | | - <date>2017-10-05</date> |
188 | | - <version> |
189 | | - <release>2.4.1</release> |
190 | | - <api>2.3.0</api> |
191 | | - </version> |
192 | | - <stability> |
193 | | - <release>stable</release> |
194 | | - <api>stable</api> |
195 | | - </stability> |
196 | | - <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2 |
197 | | - </license> |
198 | | - <notes> |
199 | | - * PCBC-493: Implement subdoc GET_COUNT API. |
200 | | - * Update AnalyticsQuery API: removed experimental hostname() method as it derived from cluster config now. |
201 | | - * Allow to override default pool connectime idle time with `couchbase.pool.max_idle_time_sec` INI setting. |
202 | | - * PCBC-503, PCBC-504: Improve running tests. |
203 | | - </notes> |
| 190 | + <release> |
| 191 | + <date>2017-11-13</date> |
| 192 | + <version> |
| 193 | + <release>2.4.2</release> |
| 194 | + <api>2.3.0</api> |
| 195 | + </version> |
| 196 | + <stability> |
| 197 | + <release>stable</release> |
| 198 | + <api>stable</api> |
| 199 | + </stability> |
| 200 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2 |
| 201 | + </license> |
| 202 | + <notes> |
| 203 | + * PCBC-515: allow to specify expiration for subdocument mutations |
| 204 | + * PCBC-509: implement fulldoc operations for subdoc API |
| 205 | + * PCBC-442: fail fast view requests on ephemeral buckets |
| 206 | + * PCBC-513: make public API non-final (remove final attribute from classes and methods) |
| 207 | + </notes> |
| 208 | + </release> |
| 209 | + <release> |
| 210 | + <date>2017-10-05</date> |
| 211 | + <version> |
| 212 | + <release>2.4.1</release> |
| 213 | + <api>2.3.0</api> |
| 214 | + </version> |
| 215 | + <stability> |
| 216 | + <release>stable</release> |
| 217 | + <api>stable</api> |
| 218 | + </stability> |
| 219 | + <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2 |
| 220 | + </license> |
| 221 | + <notes> |
| 222 | + * PCBC-493: Implement subdoc GET_COUNT API. |
| 223 | + * Update AnalyticsQuery API: removed experimental hostname() method as it derived from cluster config now. |
| 224 | + * Allow to override default pool connectime idle time with `couchbase.pool.max_idle_time_sec` INI setting. |
| 225 | + * PCBC-503, PCBC-504: Improve running tests. |
| 226 | + </notes> |
| 227 | + </release> |
204 | 228 | <release> |
205 | 229 | <date>2017-09-05</date> |
206 | 230 | <version> |
|
0 commit comments