Skip to content

Commit cc84556

Browse files
committed
Release 2.4.2
Change-Id: I96a9fb815c466ca5a9e369603cc480f4427346b6 Reviewed-on: http://review.couchbase.org/87425 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent d4e439e commit cc84556

File tree

2 files changed

+48
-24
lines changed

2 files changed

+48
-24
lines changed

package2.xml

Lines changed: 47 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
<active>yes</active>
2525
</lead>
2626

27-
<date>2017-11-13</date>
27+
<date>2018-01-04</date>
2828
<version>
29-
<release>2.4.2</release>
29+
<release>2.4.3</release>
3030
<api>2.3.0</api>
3131
</version>
3232
<stability>
@@ -36,10 +36,13 @@
3636
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
3737
</license>
3838
<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
4346
</notes>
4447

4548
<contents>
@@ -184,23 +187,44 @@
184187
<providesextension>couchbase</providesextension>
185188
<extsrcrelease/>
186189
<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>
204228
<release>
205229
<date>2017-09-05</date>
206230
<version>

php_couchbase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef PHP_COUCHBASE_H_
1818
#define PHP_COUCHBASE_H_
1919

20-
#define PHP_COUCHBASE_VERSION "2.4.2"
20+
#define PHP_COUCHBASE_VERSION "2.4.3"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)