Skip to content

Commit c95d7d6

Browse files
committed
Release 2.4.1
Change-Id: I2a078bbf5e26140964a039dade4d21fc5fe14152 Reviewed-on: http://review.couchbase.org/84023 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 54a0ded commit c95d7d6

File tree

2 files changed

+30
-8
lines changed

2 files changed

+30
-8
lines changed

package2.xml

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

27-
<date>2017-09-05</date>
27+
<date>2017-10-05</date>
2828
<version>
29-
<release>2.4.0</release>
29+
<release>2.4.1</release>
3030
<api>2.3.0</api>
3131
</version>
3232
<stability>
@@ -36,10 +36,10 @@
3636
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
3737
</license>
3838
<notes>
39-
* Add more examples (XATTRs and RBAC user management).
40-
* PCBC-505: Enable error maps for libcouchbase 2.8.0. For higher versions it will be enabled by libcouchbase.
41-
* PCBC-499: Expose more query options on N1QL query for advanced tuning query performance
42-
* PCBC-485: Expose enhanced error message. The server might fill properties "context" and "ref" of the error.
39+
* PCBC-493: Implement subdoc GET_COUNT API.
40+
* Update AnalyticsQuery API: removed experimental hostname() method as it derived from cluster config now.
41+
* Allow to override default pool connectime idle time with `couchbase.pool.max_idle_time_sec` INI setting.
42+
* PCBC-503, PCBC-504: Improve running tests.
4343
</notes>
4444

4545
<contents>
@@ -141,19 +141,22 @@
141141
<file role="src" name="src/couchbase/view_query.c" />
142142
<file role="src" name="src/couchbase/view_query_encodable.c" />
143143
<file role="src" name="transcoding.c" />
144-
<file role="test" name="integration/MockTest.php" />
145144
<file role="test" name="integration/CrossBucketN1qlQueryTest.php" />
146145
<file role="test" name="integration/DnsSrvTest.php" />
146+
<file role="test" name="integration/MockTest.php" />
147147
<file role="test" name="integration/SearchTest.php" />
148148
<file role="test" name="tests/AliasesTest.php" />
149149
<file role="test" name="tests/BucketManagerTest.php" />
150150
<file role="test" name="tests/BucketTest.php" />
151151
<file role="test" name="tests/ClusterManagerTest.php" />
152152
<file role="test" name="tests/ClusterTest.php" />
153+
<file role="test" name="tests/CouchbaseMock.php" />
153154
<file role="test" name="tests/CouchbaseTestCase.php" />
154155
<file role="test" name="tests/DatastructuresTest.php" />
155156
<file role="test" name="tests/N1qlQueryTest.php" />
157+
<file role="test" name="tests/SearchQueryTest.php" />
156158
<file role="test" name="tests/TranscoderTest.php" />
159+
<file role="test" name="tests/ViewQueryTest.php" />
157160
</dir>
158161
</contents>
159162
<dependencies>
@@ -176,6 +179,25 @@
176179
<providesextension>couchbase</providesextension>
177180
<extsrcrelease/>
178181
<changelog>
182+
<release>
183+
<date>2017-09-05</date>
184+
<version>
185+
<release>2.4.0</release>
186+
<api>2.3.0</api>
187+
</version>
188+
<stability>
189+
<release>stable</release>
190+
<api>stable</api>
191+
</stability>
192+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
193+
</license>
194+
<notes>
195+
* Add more examples (XATTRs and RBAC user management).
196+
* PCBC-505: Enable error maps for libcouchbase 2.8.0. For higher versions it will be enabled by libcouchbase.
197+
* PCBC-499: Expose more query options on N1QL query for advanced tuning query performance
198+
* PCBC-485: Expose enhanced error message. The server might fill properties "context" and "ref" of the error.
199+
</notes>
200+
</release>
179201
<release>
180202
<date>2017-07-19</date>
181203
<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.0"
20+
#define PHP_COUCHBASE_VERSION "2.4.1"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)