Skip to content

Commit d1ff155

Browse files
authored
Update meta for 4.2.7 (#207)
1 parent 7d59526 commit d1ff155

File tree

3 files changed

+36
-18
lines changed

3 files changed

+36
-18
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_6";
27+
const COUCHBASE_EXTENSION_VERSION = "4_2_7";
2828

2929
public static function defineExtensionNamespace()
3030
{

package.xml.in

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<email>[email protected]</email>
1414
<active>yes</active>
1515
</lead>
16-
<date>2025-01-29</date>
16+
<date>2025-03-18</date>
1717
<version>
18-
<release>4.2.6</release>
18+
<release>4.2.7</release>
1919
<api>4.2.1</api>
2020
</version>
2121
<stability>
@@ -24,23 +24,10 @@
2424
</stability>
2525
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
2626
<notes>
27-
Enhancements
28-
============
29-
30-
* PCBC-992: Add zone aware replica reads (#201).
31-
3227
Fixes
3328
=====
3429

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).
4431
</notes>
4532
<contents>
4633
</contents>
@@ -57,6 +44,37 @@
5744
<providesextension>couchbase</providesextension>
5845
<extsrcrelease/>
5946
<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>
6078
<release>
6179
<date>2024-11-22</date>
6280
<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.6"
31+
#define PHP_COUCHBASE_VERSION "4.2.7"
3232

3333
#ifdef __cplusplus
3434
extern "C" {

0 commit comments

Comments
 (0)