File tree Expand file tree Collapse file tree 3 files changed +29
-8
lines changed Expand file tree Collapse file tree 3 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 24
24
25
25
class ExtensionNamespaceResolver
26
26
{
27
- const COUCHBASE_EXTENSION_VERSION = "4_2_7 " ;
27
+ const COUCHBASE_EXTENSION_VERSION = "4_3_0 " ;
28
28
29
29
public static function defineExtensionNamespace ()
30
30
{
Original file line number Diff line number Diff line change 13
13
14
14
<active >yes</active >
15
15
</lead >
16
- <date >2025-03-18 </date >
16
+ <date >2025-06-12 </date >
17
17
<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 >
20
20
</version >
21
21
<stability >
22
22
<release >stable</release >
23
23
<api >stable</api >
24
24
</stability >
25
25
<license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache V2</license >
26
26
<notes >
27
- Fixes
28
- =====
27
+ New features and enhancements
28
+ =============================
29
29
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)
31
34
</notes >
32
35
<contents >
33
36
</contents >
44
47
<providesextension >couchbase</providesextension >
45
48
<extsrcrelease />
46
49
<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 >
47
68
<release >
48
69
<date >2025-01-29</date >
49
70
<version >
Original file line number Diff line number Diff line change 28
28
#define PHP_COUCHBASE_EXTENSION_NAME " couchbase"
29
29
#endif
30
30
31
- #define PHP_COUCHBASE_VERSION " 4.2.7 "
31
+ #define PHP_COUCHBASE_VERSION " 4.3.0 "
32
32
33
33
#ifdef __cplusplus
34
34
extern " C" {
You can’t perform that action at this time.
0 commit comments