|
13 | 13 |
|
14 | 14 | <active>yes</active>
|
15 | 15 | </lead>
|
16 |
| - <date>2024-04-23</date> |
| 16 | + <date>2024-07-24</date> |
17 | 17 | <version>
|
18 |
| - <release>4.2.1</release> |
| 18 | + <release>4.2.2</release> |
19 | 19 | <api>4.2.1</api>
|
20 | 20 | </version>
|
21 | 21 | <stability>
|
|
27 | 27 | Fixes
|
28 | 28 | =====
|
29 | 29 |
|
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. |
33 | 33 |
|
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) |
45 | 35 |
|
46 |
| - ## Enhancements |
| 36 | + * PCBC-989: Rollback to cmake 3.19 (#167) |
47 | 37 |
|
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) |
51 | 39 |
|
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 | + ============ |
61 | 42 |
|
62 |
| - ## Build and Tests Fixes |
| 43 | + * PCBC-994: Support for base64 encoded vector types (#169, #170) |
63 | 44 |
|
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 |
68 | 47 | </notes>
|
69 | 48 | <contents>
|
70 | 49 | </contents>
|
|
81 | 60 | <providesextension>couchbase</providesextension>
|
82 | 61 | <extsrcrelease/>
|
83 | 62 | <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> |
84 | 118 | <release>
|
85 | 119 | <date>2024-03-17</date>
|
86 | 120 | <version>
|
|
0 commit comments