File tree Expand file tree Collapse file tree 2 files changed +25
-7
lines changed Expand file tree Collapse file tree 2 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 18
18
<active >yes</active >
19
19
</lead >
20
20
21
- <date >2018-04-13 </date >
21
+ <date >2018-06-07 </date >
22
22
<version >
23
- <release >2.4.6 </release >
23
+ <release >2.4.7 </release >
24
24
<api >2.3.0</api >
25
25
</version >
26
26
<stability >
30
30
<license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache V2
31
31
</license >
32
32
<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.
37
36
</notes >
38
37
<contents >
39
38
<dir name =" /" >
183
182
<providesextension >couchbase</providesextension >
184
183
<extsrcrelease />
185
184
<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 >
186
204
<release >
187
205
<date >2018-03-09</date >
188
206
<version >
Original file line number Diff line number Diff line change 17
17
#ifndef PHP_COUCHBASE_H_
18
18
#define PHP_COUCHBASE_H_
19
19
20
- #define PHP_COUCHBASE_VERSION "2.4.6 "
20
+ #define PHP_COUCHBASE_VERSION "2.4.7 "
21
21
#define PHP_COUCHBASE_EXTNAME "couchbase"
22
22
23
23
extern zend_module_entry couchbase_module_entry ;
You can’t perform that action at this time.
0 commit comments