Skip to content

Commit 3e729a5

Browse files
committed
Release 2.4.7
Change-Id: Ic74a41d48d91ea961ef93e5ec2cfca45f7481fad Reviewed-on: http://review.couchbase.org/95123 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 8c6419a commit 3e729a5

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

package.xml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<active>yes</active>
1919
</lead>
2020

21-
<date>2018-04-13</date>
21+
<date>2018-06-07</date>
2222
<version>
23-
<release>2.4.6</release>
23+
<release>2.4.7</release>
2424
<api>2.3.0</api>
2525
</version>
2626
<stability>
@@ -30,10 +30,9 @@
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
3131
</license>
3232
<notes>
33-
* PCBC-523: Add tracing support for queries and the rest of KV commands.
34-
* PCBC-536: Make it clear that timeout properties use microseconds.
35-
* PCBC-531: Field encryption (See https://packagist.org/packages/couchbase/couchbase-encryption).
36-
* PCBC-537: Implement Bucket#getName() returning bucket name.
33+
* PCBC-534: Add profile N1QL query parameter.
34+
* PCBC-538: do not dereference NULL values after encoding.
35+
* PCBC-549, PCBC-541: Update crypto interfaces.
3736
</notes>
3837
<contents>
3938
<dir name="/">
@@ -183,6 +182,25 @@
183182
<providesextension>couchbase</providesextension>
184183
<extsrcrelease/>
185184
<changelog>
185+
<release>
186+
<date>2018-04-13</date>
187+
<version>
188+
<release>2.4.6</release>
189+
<api>2.3.0</api>
190+
</version>
191+
<stability>
192+
<release>stable</release>
193+
<api>stable</api>
194+
</stability>
195+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
196+
</license>
197+
<notes>
198+
* PCBC-523: Add tracing support for queries and the rest of KV commands.
199+
* PCBC-536: Make it clear that timeout properties use microseconds.
200+
* PCBC-531: Field encryption (See https://packagist.org/packages/couchbase/couchbase-encryption).
201+
* PCBC-537: Implement Bucket#getName() returning bucket name.
202+
</notes>
203+
</release>
186204
<release>
187205
<date>2018-03-09</date>
188206
<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.6"
20+
#define PHP_COUCHBASE_VERSION "2.4.7"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)