Skip to content

Commit 27e9bd4

Browse files
authored
Update meta for 4.4.0 (#228)
1 parent 3842fd1 commit 27e9bd4

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-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_3_0";
27+
const COUCHBASE_EXTENSION_VERSION = "4_4_0";
2828

2929
public static function defineExtensionNamespace()
3030
{

package.xml.in

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</lead>
1616
<date>2025-06-12</date>
1717
<version>
18-
<release>4.3.0</release>
19-
<api>4.3.0</api>
18+
<release>4.4.0</release>
19+
<api>4.4.0</api>
2020
</version>
2121
<stability>
2222
<release>stable</release>
@@ -27,10 +27,9 @@
2727
New features and enhancements
2828
=============================
2929

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)
30+
* PCBC-1026: Implement FTS vector search pre-filters
31+
* PCBC-1030: Fix how SDK handles KV Expiry (#226)
32+
* Install VS2019 tools for building on windows 2022 (#225)
3433
</notes>
3534
<contents>
3635
</contents>
@@ -47,6 +46,27 @@
4746
<providesextension>couchbase</providesextension>
4847
<extsrcrelease/>
4948
<changelog>
49+
<release>
50+
<date>2025-06-12</date>
51+
<version>
52+
<release>4.3.0</release>
53+
<api>4.3.0</api>
54+
</version>
55+
<stability>
56+
<release>stable</release>
57+
<api>stable</api>
58+
</stability>
59+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
60+
<notes>
61+
New features and enhancements
62+
=============================
63+
64+
* PCBC-1023: Add numVBuckets to BucketSettings. (#210)
65+
* PCBC-1024: Improve SDK error messages for account lock/unlock feature. (#211)
66+
* PCBC-1025: Add CAS to core append/prepend. (#208)
67+
* PCBC-1020: Implement getMulti() and getMultiReplicasFromPreferredServerGroup() for transactions. (#213)
68+
</notes>
69+
</release>
5070
<release>
5171
<date>2025-03-18</date>
5272
<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.3.0"
31+
#define PHP_COUCHBASE_VERSION "4.4.0"
3232

3333
#ifdef __cplusplus
3434
extern "C" {

0 commit comments

Comments
 (0)