Skip to content

Commit 0755e98

Browse files
committed
Release 2.4.6
Change-Id: I2c92a875dfdb13e01fe849264b77f5a34fc9537c Reviewed-on: http://review.couchbase.org/92702 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 5fdac9b commit 0755e98

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

package.xml

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

21-
<date>2018-03-09</date>
21+
<date>2018-04-13</date>
2222
<version>
23-
<release>2.4.5</release>
23+
<release>2.4.6</release>
2424
<api>2.3.0</api>
2525
</version>
2626
<stability>
@@ -30,8 +30,10 @@
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
3131
</license>
3232
<notes>
33-
* PCBC-527: Initial tracing implementation. The extension checks if libcouchbase has tracing support, and sets up hooks for fetch/persist operations to report encoding/decoding times. This functionality is preview and is not enabled by default.
34-
* PCBC-519: Implement log redaction. When `log_redaction=on` is specified in the connection string, the library will wrap sensitive data in the logs in special tags, which can be processed by the `cblogredaction` tool from the server distribution.
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.
3537
</notes>
3638
<contents>
3739
<dir name="/">
@@ -181,6 +183,23 @@
181183
<providesextension>couchbase</providesextension>
182184
<extsrcrelease/>
183185
<changelog>
186+
<release>
187+
<date>2018-03-09</date>
188+
<version>
189+
<release>2.4.5</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-527: Initial tracing implementation. The extension checks if libcouchbase has tracing support, and sets up hooks for fetch/persist operations to report encoding/decoding times. This functionality is preview and is not enabled by default.
200+
* PCBC-519: Implement log redaction. When `log_redaction=on` is specified in the connection string, the library will wrap sensitive data in the logs in special tags, which can be processed by the `cblogredaction` tool from the server distribution.
201+
</notes>
202+
</release>
184203
<release>
185204
<date>2018-02-12</date>
186205
<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.5"
20+
#define PHP_COUCHBASE_VERSION "2.4.6"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)