Skip to content

Commit 6f51edc

Browse files
authored
Update meta for 4.3.0 (#214)
1 parent 59a7110 commit 6f51edc

File tree

3 files changed

+29
-8
lines changed

3 files changed

+29
-8
lines changed

Couchbase/ExtensionNamespaceResolver.php

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

2525
class ExtensionNamespaceResolver
2626
{
27-
const COUCHBASE_EXTENSION_VERSION = "4_2_7";
27+
const COUCHBASE_EXTENSION_VERSION = "4_3_0";
2828

2929
public static function defineExtensionNamespace()
3030
{

package.xml.in

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,24 @@
1313
<email>[email protected]</email>
1414
<active>yes</active>
1515
</lead>
16-
<date>2025-03-18</date>
16+
<date>2025-06-12</date>
1717
<version>
18-
<release>4.2.7</release>
19-
<api>4.2.1</api>
18+
<release>4.3.0</release>
19+
<api>4.3.0</api>
2020
</version>
2121
<stability>
2222
<release>stable</release>
2323
<api>stable</api>
2424
</stability>
2525
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
2626
<notes>
27-
Fixes
28-
=====
27+
New features and enhancements
28+
=============================
2929

30-
* Update core to 1.0.6 (#206).
30+
* PCBC-1023: Add numVBuckets to BucketSettings. (#210)
31+
* PCBC-1024: Improve SDK error messages for account lock/unlock feature. (#211)
32+
* PCBC-1025: Add CAS to core append/prepend. (#208)
33+
* PCBC-1020: Implement getMulti() and getMultiReplicasFromPreferredServerGroup() for transactions. (#213)
3134
</notes>
3235
<contents>
3336
</contents>
@@ -44,6 +47,24 @@
4447
<providesextension>couchbase</providesextension>
4548
<extsrcrelease/>
4649
<changelog>
50+
<release>
51+
<date>2025-03-18</date>
52+
<version>
53+
<release>4.2.7</release>
54+
<api>4.2.1</api>
55+
</version>
56+
<stability>
57+
<release>stable</release>
58+
<api>stable</api>
59+
</stability>
60+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
61+
<notes>
62+
Fixes
63+
=====
64+
65+
* Update core to 1.0.6 (#206).
66+
</notes>
67+
</release>
4768
<release>
4869
<date>2025-01-29</date>
4970
<version>

src/php_couchbase.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define PHP_COUCHBASE_EXTENSION_NAME "couchbase"
2929
#endif
3030

31-
#define PHP_COUCHBASE_VERSION "4.2.7"
31+
#define PHP_COUCHBASE_VERSION "4.3.0"
3232

3333
#ifdef __cplusplus
3434
extern "C" {

0 commit comments

Comments
 (0)