Skip to content

Commit c9704a8

Browse files
committed
Update meta for 4.2.5
1 parent d2614ab commit c9704a8

File tree

4 files changed

+59
-30
lines changed

4 files changed

+59
-30
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_4";
27+
const COUCHBASE_EXTENSION_VERSION = "4_2_5";
2828

2929
public static function defineExtensionNamespace()
3030
{

package.xml.in

Lines changed: 56 additions & 27 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>2024-10-22</date>
16+
<date>2024-11-22</date>
1717
<version>
18-
<release>4.2.4</release>
18+
<release>4.2.5</release>
1919
<api>4.2.1</api>
2020
</version>
2121
<stability>
@@ -27,19 +27,16 @@
2727
Enhancements
2828
============
2929

30-
* PCBC-832: Management API - Analytics Management (#177).
31-
32-
* Core updated to 1.0.3. Release notes:
33-
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-3-22-october-2024
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.
3433

3534
Fixes
3635
=====
3736

38-
* PCBC-1009: do not use IS_RESOURCE in function signatures.
39-
40-
* PCBC-1010: use explicit nullable types where applicable to avoid deprecation warning in PHP 8.4.
37+
* PCBC-975: Fix expiry with upsertMulti
4138

42-
* Fix SearchQuery API docs link in API reference.
39+
* PCBC-1017: Update user agent generation
4340
</notes>
4441
<contents>
4542
</contents>
@@ -56,23 +53,55 @@
5653
<providesextension>couchbase</providesextension>
5754
<extsrcrelease/>
5855
<changelog>
59-
<date>2024-07-24</date>
60-
<version>
61-
<release>4.2.3</release>
62-
<api>4.2.1</api>
63-
</version>
64-
<stability>
65-
<release>stable</release>
66-
<api>stable</api>
67-
</stability>
68-
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
69-
<notes>
70-
Enhancements
71-
============
72-
73-
* Core updated to 1.0.1. Release notes:
74-
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-1-22-august-2024
75-
</notes>
56+
<release>
57+
<date>2024-10-22</date>
58+
<version>
59+
<release>4.2.4</release>
60+
<api>4.2.1</api>
61+
</version>
62+
<stability>
63+
<release>stable</release>
64+
<api>stable</api>
65+
</stability>
66+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
67+
<notes>
68+
Enhancements
69+
============
70+
71+
* PCBC-832: Management API - Analytics Management (#177).
72+
73+
* Core updated to 1.0.3. Release notes:
74+
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-3-22-october-2024
75+
76+
Fixes
77+
=====
78+
79+
* PCBC-1009: do not use IS_RESOURCE in function signatures.
80+
81+
* PCBC-1010: use explicit nullable types where applicable to avoid deprecation warning in PHP 8.4.
82+
83+
* Fix SearchQuery API docs link in API reference.
84+
</notes>
85+
</release>
86+
<release>
87+
<date>2024-07-24</date>
88+
<version>
89+
<release>4.2.3</release>
90+
<api>4.2.1</api>
91+
</version>
92+
<stability>
93+
<release>stable</release>
94+
<api>stable</api>
95+
</stability>
96+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
97+
<notes>
98+
Enhancements
99+
============
100+
101+
* Core updated to 1.0.1. Release notes:
102+
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-1-22-august-2024
103+
</notes>
104+
</release>
76105
<release>
77106
<date>2024-07-24</date>
78107
<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.4"
31+
#define PHP_COUCHBASE_VERSION "4.2.5"
3232

3333
#ifdef __cplusplus
3434
extern "C" {

0 commit comments

Comments
 (0)