Skip to content

Commit f1452e2

Browse files
authored
Update meta for 4.2.6 (#204)
1 parent adfb98a commit f1452e2

File tree

3 files changed

+40
-9
lines changed

3 files changed

+40
-9
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_5";
27+
const COUCHBASE_EXTENSION_VERSION = "4_2_6";
2828

2929
public static function defineExtensionNamespace()
3030
{

package.xml.in

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<email>sergey@couchbase.com</email>
1414
<active>yes</active>
1515
</lead>
16-
<date>2024-11-22</date>
16+
<date>2025-01-29</date>
1717
<version>
18-
<release>4.2.5</release>
18+
<release>4.2.6</release>
1919
<api>4.2.1</api>
2020
</version>
2121
<stability>
@@ -27,16 +27,20 @@
2727
Enhancements
2828
============
2929

30-
* PCBC-1004: Insert ABI version tag into PHP extension namespace (#187).
31-
At this moment this feature is optional and does not break existing ABI.
32-
The extension namespace will become versioned by default since 4.3.0.
30+
* PCBC-992: Add zone aware replica reads (#201).
3331

3432
Fixes
3533
=====
3634

37-
* PCBC-975: Fix expiry with upsertMulti
35+
* PCBC-1018: Do not destroy expired connection if it still being used (#200).
3836

39-
* PCBC-1017: Update user agent generation
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).
4044
</notes>
4145
<contents>
4246
</contents>
@@ -53,6 +57,33 @@
5357
<providesextension>couchbase</providesextension>
5458
<extsrcrelease/>
5559
<changelog>
60+
<release>
61+
<date>2024-11-22</date>
62+
<version>
63+
<release>4.2.5</release>
64+
<api>4.2.1</api>
65+
</version>
66+
<stability>
67+
<release>stable</release>
68+
<api>stable</api>
69+
</stability>
70+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
71+
<notes>
72+
Enhancements
73+
============
74+
75+
* PCBC-1004: Insert ABI version tag into PHP extension namespace (#187).
76+
At this moment this feature is optional and does not break existing ABI.
77+
The extension namespace will become versioned by default since 4.3.0.
78+
79+
Fixes
80+
=====
81+
82+
* PCBC-975: Fix expiry with upsertMulti
83+
84+
* PCBC-1017: Update user agent generation
85+
</notes>
86+
</release>
5687
<release>
5788
<date>2024-10-22</date>
5889
<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.5"
31+
#define PHP_COUCHBASE_VERSION "4.2.6"
3232

3333
#ifdef __cplusplus
3434
extern "C" {

0 commit comments

Comments
 (0)