Skip to content

Commit 0559852

Browse files
committed
Update meta for 4.2.2
1 parent 12caef7 commit 0559852

File tree

2 files changed

+69
-35
lines changed

2 files changed

+69
-35
lines changed

package.xml.in

Lines changed: 68 additions & 34 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-04-23</date>
16+
<date>2024-07-24</date>
1717
<version>
18-
<release>4.2.1</release>
18+
<release>4.2.2</release>
1919
<api>4.2.1</api>
2020
</version>
2121
<stability>
@@ -27,44 +27,23 @@
2727
Fixes
2828
=====
2929

30-
* PCBC-987: Fix consistency vector encoding for FTS (#163)
31-
* PCBC-985: Use system DNS config by default, and disable DNS-SRV if
32-
system does not provide DNS server. (#159)
30+
* PCBC-997: Do not export development files. (#172)
31+
Exclude C++ files, tests and development scripts, so that Packagist will
32+
not install them to the application ./vendor directory.
3333

34-
Enhancements
35-
============
36-
37-
* PCBC-859: Update build scripts and instructions for Windows (#158, #164)
38-
* PCBC-984, PCBC-987: Improve compatiblity with pcntl_fork() (#157, #162)
39-
40-
Notable changes in core C++
41-
===========================
42-
43-
1.0.0-dp.14
44-
-----------
34+
* PCBC-991: Add consistency utility for testing (#168)
4535

46-
## Enhancements
36+
* PCBC-989: Rollback to cmake 3.19 (#167)
4737

48-
* CXXCBC-489: Support scoped eventing functions. (#548)
49-
* CXXCBC-489: Add `version_7_2_0 eventing` function language compatibility. (#554)
50-
* CXXCBC-470: Distinguish between 'unset' and 'off' query_profile (#551)
38+
* PCBC-988: Fix type annotation for JsonSerializable implementations (#166)
5139

52-
## Fixes
53-
54-
* CXXCBC-487: Check if alternate addressing is used when bootstrapping. (#545)
55-
* CXXCBC-503: Ignore configuration if it contains an empty vBucketMap. (#556, #558)
56-
* CXXCBC-30: Inconsistent behaviour when using subdoc opcodes incorrectly (#559)
57-
* CXXCBC-492: Use retry strategy in collections_component's get_collection_id. (#552)
58-
* CXXCBC-494: Fix memory issue in range scan implementation. (#549)
59-
* Always attempt to extract common query code if error has not been
60-
set. (#561) Fixes quota/rate limit checks for older servers.
40+
Enhancements
41+
============
6142

62-
## Build and Tests Fixes
43+
* PCBC-994: Support for base64 encoded vector types (#169, #170)
6344

64-
* CXXCBC-502: Apply `/bigobj` for SDK objects only. (#550) Avoid using
65-
global add_definitions() as it might leak to non-CXX languages (like
66-
`ASM_NASM` on Windows).
67-
* Add feature check for scoped analyze_document in tests (#555)
45+
* Core updated to 1.0.0. Release notes:
46+
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-0-26-june-2024
6847
</notes>
6948
<contents>
7049
</contents>
@@ -81,6 +60,61 @@
8160
<providesextension>couchbase</providesextension>
8261
<extsrcrelease/>
8362
<changelog>
63+
<release>
64+
<date>2024-04-23</date>
65+
<version>
66+
<release>4.2.1</release>
67+
<api>4.2.1</api>
68+
</version>
69+
<stability>
70+
<release>stable</release>
71+
<api>stable</api>
72+
</stability>
73+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
74+
<notes>
75+
Fixes
76+
=====
77+
78+
* PCBC-987: Fix consistency vector encoding for FTS (#163)
79+
* PCBC-985: Use system DNS config by default, and disable DNS-SRV if
80+
system does not provide DNS server. (#159)
81+
82+
Enhancements
83+
============
84+
85+
* PCBC-859: Update build scripts and instructions for Windows (#158, #164)
86+
* PCBC-984, PCBC-987: Improve compatiblity with pcntl_fork() (#157, #162)
87+
88+
Notable changes in core C++
89+
===========================
90+
91+
1.0.0-dp.14
92+
-----------
93+
94+
## Enhancements
95+
96+
* CXXCBC-489: Support scoped eventing functions. (#548)
97+
* CXXCBC-489: Add `version_7_2_0 eventing` function language compatibility. (#554)
98+
* CXXCBC-470: Distinguish between 'unset' and 'off' query_profile (#551)
99+
100+
## Fixes
101+
102+
* CXXCBC-487: Check if alternate addressing is used when bootstrapping. (#545)
103+
* CXXCBC-503: Ignore configuration if it contains an empty vBucketMap. (#556, #558)
104+
* CXXCBC-30: Inconsistent behaviour when using subdoc opcodes incorrectly (#559)
105+
* CXXCBC-492: Use retry strategy in collections_component's get_collection_id. (#552)
106+
* CXXCBC-494: Fix memory issue in range scan implementation. (#549)
107+
* Always attempt to extract common query code if error has not been
108+
set. (#561) Fixes quota/rate limit checks for older servers.
109+
110+
## Build and Tests Fixes
111+
112+
* CXXCBC-502: Apply `/bigobj` for SDK objects only. (#550) Avoid using
113+
global add_definitions() as it might leak to non-CXX languages (like
114+
`ASM_NASM` on Windows).
115+
* Add feature check for scoped analyze_document in tests (#555)
116+
</notes>
117+
</release>
84118
<release>
85119
<date>2024-03-17</date>
86120
<version>

src/php_couchbase.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <zend_modules.h>
2121

22-
#define PHP_COUCHBASE_VERSION "4.2.1"
22+
#define PHP_COUCHBASE_VERSION "4.2.2"
2323
#define PHP_COUCHBASE_EXTENSION_NAME "couchbase"
2424

2525
#ifdef __cplusplus

0 commit comments

Comments
 (0)