File tree Expand file tree Collapse file tree 3 files changed +28
-8
lines changed Expand file tree Collapse file tree 3 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 2424
2525class 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 {
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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
3434extern " C" {
You can’t perform that action at this time.
0 commit comments