Skip to content

Commit 8963a09

Browse files
authored
update meta for release 4.1.3 (#97)
1 parent 72c82df commit 8963a09

File tree

2 files changed

+37
-12
lines changed

2 files changed

+37
-12
lines changed

package.xml

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<email>sergey@couchbase.com</email>
1414
<active>yes</active>
1515
</lead>
16-
<date>2023-04-12</date>
16+
<date>2023-04-13</date>
1717
<version>
18-
<release>4.1.2</release>
18+
<release>4.1.3</release>
1919
<api>4.0.0</api>
2020
</version>
2121
<stability>
@@ -24,18 +24,17 @@
2424
</stability>
2525
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
2626
<notes>
27-
* PCBC-888 handle query context changes (#68)
28-
* Added optional context to CouchbaseException constructor (#85)
27+
* PCBC-915: Fixed timestamp as expiry in mutation options (#88)
28+
* PCBC-828: Implemented collection management (#89)
29+
* PCBC-918: Extra attributes in ExistsResult now optional (deleted, expiry, flags, and sequenceNumber) (#95)
2930

3031
Notable changes in core C++
3132
---------------------------
3233

33-
* OpenSSL and CentOS 7 (#382)
34-
* CXXCBC-144: Search query on collections should not require you to pass in the scope name (#379)
35-
* CXXCBC-145: Search query request raw option not used (#380)
36-
* CXXCBC-194: Support ExtThreadSafe transaction extension. (#374, #376)
37-
* CXXCBC-316: Core txn get_optional after query issue (#385)
38-
* CXXCBC-310: Fixed race condition in transaction_context state machine (#386, #378)
34+
* CXXCBC-31: Allow to use schema-less connection strings (#394)
35+
* CXXCBC-318: Always try TCP if UDP fails in DNS-SRV resolver (#390)
36+
* CXXCBC-320: Negative expiry in atr can 'stuck' docs. (#393)
37+
* CXXCBC-310: Improve shutdown of the LostTxnCleanup thread. (#389)
3938
</notes>
4039
<contents>
4140
<dir name="/">
@@ -2825,7 +2824,33 @@
28252824
<extsrcrelease/>
28262825
<changelog>
28272826
<release>
2828-
<date>2023-03-14</date>
2827+
<date>2023-03-20</date>
2828+
<version>
2829+
<release>4.1.2</release>
2830+
<api>4.0.0</api>
2831+
</version>
2832+
<stability>
2833+
<release>stable</release>
2834+
<api>stable</api>
2835+
</stability>
2836+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
2837+
<notes>
2838+
* PCBC-888 handle query context changes (#68)
2839+
* Added optional context to CouchbaseException constructor (#85)
2840+
2841+
Notable changes in core C++
2842+
---------------------------
2843+
2844+
* OpenSSL and CentOS 7 (#382)
2845+
* CXXCBC-144: Search query on collections should not require you to pass in the scope name (#379)
2846+
* CXXCBC-145: Search query request raw option not used (#380)
2847+
* CXXCBC-194: Support ExtThreadSafe transaction extension. (#374, #376)
2848+
* CXXCBC-316: Core txn get_optional after query issue (#385)
2849+
* CXXCBC-310: Fixed race condition in transaction_context state machine (#386, #378)
2850+
</notes>
2851+
</release>
2852+
<release>
2853+
<date>2023-02-22</date>
28292854
<version>
28302855
<release>4.1.1</release>
28312856
<api>4.0.0</api>

src/php_couchbase.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <zend_modules.h>
2121

22-
#define PHP_COUCHBASE_VERSION "4.1.2"
22+
#define PHP_COUCHBASE_VERSION "4.1.3"
2323
#define PHP_COUCHBASE_EXTENSION_NAME "couchbase"
2424

2525
#ifdef __cplusplus

0 commit comments

Comments
 (0)