File tree Expand file tree Collapse file tree 3 files changed +36
-18
lines changed Expand file tree Collapse file tree 3 files changed +36
-18
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_6 " ;
27
+ const COUCHBASE_EXTENSION_VERSION = "4_2_7 " ;
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-01-29 </date >
16
+ <date >2025-03-18 </date >
17
17
<version >
18
- <release >4.2.6 </release >
18
+ <release >4.2.7 </release >
19
19
<api >4.2.1</api >
20
20
</version >
21
21
<stability >
24
24
</stability >
25
25
<license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache V2</license >
26
26
<notes >
27
- Enhancements
28
- ============
29
-
30
- * PCBC-992: Add zone aware replica reads (#201).
31
-
32
27
Fixes
33
28
=====
34
29
35
- * PCBC-1018: Do not destroy expired connection if it still being used (#200).
36
-
37
- * PCBC-1016: Fix `trustCertificate` option that was ignored previously (#195).
38
-
39
- * Update core to 1.0.5 (#203).
40
-
41
- * Fix PHP 8.4 deprecation warnings (#198).
42
-
43
- * Fix Undefined constant error (#196).
30
+ * Update core to 1.0.6 (#206).
44
31
</notes >
45
32
<contents >
46
33
</contents >
57
44
<providesextension >couchbase</providesextension >
58
45
<extsrcrelease />
59
46
<changelog >
47
+ <release >
48
+ <date >2025-01-29</date >
49
+ <version >
50
+ <release >4.2.6</release >
51
+ <api >4.2.1</api >
52
+ </version >
53
+ <stability >
54
+ <release >stable</release >
55
+ <api >stable</api >
56
+ </stability >
57
+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache V2</license >
58
+ <notes >
59
+ Enhancements
60
+ ============
61
+
62
+ * PCBC-992: Add zone aware replica reads (#201).
63
+
64
+ Fixes
65
+ =====
66
+
67
+ * PCBC-1018: Do not destroy expired connection if it still being used (#200).
68
+
69
+ * PCBC-1016: Fix `trustCertificate` option that was ignored previously (#195).
70
+
71
+ * Update core to 1.0.5 (#203).
72
+
73
+ * Fix PHP 8.4 deprecation warnings (#198).
74
+
75
+ * Fix Undefined constant error (#196).
76
+ </notes >
77
+ </release >
60
78
<release >
61
79
<date >2024-11-22</date >
62
80
<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.6 "
31
+ #define PHP_COUCHBASE_VERSION " 4.2.7 "
32
32
33
33
#ifdef __cplusplus
34
34
extern " C" {
You can’t perform that action at this time.
0 commit comments