diff --git a/CHANGELOG/CHANGELOG-r4.md b/CHANGELOG/CHANGELOG-r4.md new file mode 100644 index 0000000..b53ec4d --- /dev/null +++ b/CHANGELOG/CHANGELOG-r4.md @@ -0,0 +1,88 @@ +# Changelog CallForwardingSignal + + +## Table of Contents +- [r4.1](#r41) + + +**Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.** + +The below sections record the changes for each API version in each release as follows: + +* for an alpha release, the delta with respect to the previous release +* for the first release-candidate, all changes since the last public release +* for subsequent release-candidate(s), only the delta to the previous release-candidate +* for a public release, the consolidated changes since the previous public release + +# r4.1 + +## Release Notes + +This release candidate contains the definition and documentation of +* call-forwarding-signal 0.5.0-rc.1 + +The API definition(s) are based on +* Commonalities 0.8.0 +* Identity and Consent Management 0.5.0 + + +> **Working area — candidate changes (auto-removed on merge)** +> Copy relevant entries into the Breaking changes/Added/Changed/Fixed/Removed sections below. List breaking changes both in Breaking changes and in their normal change category. +> You may edit this list while triaging; it will be removed on merge. +> This working-area section is removed automatically when the PR is merged. + +
+Candidate changes (auto-generated from merged PRs) + +## What's Changed +* Revert to Wip by @FabrizioMoggio in https://github.com/camaraproject/CallForwardingSignal/pull/210 +* [bulk] Sync Release Information section (2025-12-12-001) by @hdamker-bot in https://github.com/camaraproject/CallForwardingSignal/pull/213 +* Revert to wip test files by @FabrizioMoggio in https://github.com/camaraproject/CallForwardingSignal/pull/214 +* [bulk] Add release-plan.yaml (2026-02-23-001) by @hdamker-bot in https://github.com/camaraproject/CallForwardingSignal/pull/217 +* fix: remove conflicting 400.2 test case from .feature files by @mohdfarhanakram in https://github.com/camaraproject/CallForwardingSignal/pull/221 +* [bulk] Enable release automation and validation by @camara-release-automation[bot] in https://github.com/camaraproject/CallForwardingSignal/pull/223 +* Release Plan update for Sync26 by @rartych in https://github.com/camaraproject/CallForwardingSignal/pull/225 +* Sync common files from Commonalities r4.3 by @camara-release-automation[bot] in https://github.com/camaraproject/CallForwardingSignal/pull/226 +* fix: resolve CAMARA validation warnings by @rartych in https://github.com/camaraproject/CallForwardingSignal/pull/229 +* fix: correct OAS schema refs and response body assertions in test definitions by @rartych in https://github.com/camaraproject/CallForwardingSignal/pull/230 + +## New Contributors +* @mohdfarhanakram made their first contribution in https://github.com/camaraproject/CallForwardingSignal/pull/221 +* @camara-release-automation[bot] made their first contribution in https://github.com/camaraproject/CallForwardingSignal/pull/223 + +
+ + +## call-forwarding-signal 0.5.0-rc.1 + +**call-forwarding-signal 0.5.0-rc.1 is a release-candidate version of this API.** + +Changes documented below are compared to version 0.4.0. + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r4.1/code/API_definitions/call-forwarding-signal.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r4.1/code/API_definitions/call-forwarding-signal.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/r4.1/code/API_definitions/call-forwarding-signal.yaml) + +### Breaking changes + +* N/A + +### Added + +* N/A + +### Changed + +* Resolved CAMARA validation warnings (`info.description` aligned with templates, added `maxItems: 5` and description to `CallForwardingSignal` array, `XCorrelator`, `ErrorInfo`, and `PhoneNumber` schemas aligned with common definitions, tag names converted to Title Case) by @rartych in https://github.com/camaraproject/CallForwardingSignal/pull/229 + +### Fixed + +* Corrected OAS schema refs and response body assertions in test definitions by @rartych in https://github.com/camaraproject/CallForwardingSignal/pull/230 + +### Removed + +* Removed conflicting 400.2 test case from .feature files by @mohdfarhanakram in https://github.com/camaraproject/CallForwardingSignal/pull/221 + +**Full Changelog**: https://github.com/camaraproject/CallForwardingSignal/compare/r3.3...r4.1 + diff --git a/README.md b/README.md index 58f6eb0..255b25b 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,20 @@ Incubating API Repository to evolve and maintain the definitions and documentati > [!NOTE] > Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**. -* **NEW**: The latest public release is [r3.3](https://github.com/camaraproject/CallForwardingSignal/releases/tag/r3.3) (Fall25), with the following API versions: - * **call-forwarding-signal v0.4.0** - [[YAML]](https://github.com/camaraproject/CallForwardingSignal/blob/r3.3/code/API_definitions/call-forwarding-signal.yaml) - [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r3.3/code/API_definitions/call-forwarding-signal.yaml&nocors) - [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r3.3/code/API_definitions/call-forwarding-signal.yaml) +* The latest public release is [r3.3](https://github.com/camaraproject/CallForwardingSignal/releases/tag/r3.3), with the following API versions: + * **call-forwarding-signal 0.4.0** + [[YAML]](https://github.com/camaraproject/CallForwardingSignal/blob/r3.3/code/API_definitions/call-forwarding-signal.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r3.3/code/API_definitions/call-forwarding-signal.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r3.3/code/API_definitions/call-forwarding-signal.yaml) + * The latest public release is always available here: https://github.com/camaraproject/CallForwardingSignal/releases/latest * Other releases of this repository are available in https://github.com/camaraproject/CallForwardingSignal/releases -* For changes see [CHANGELOG.md](https://github.com/camaraproject/CallForwardingSignal/blob/main/CHANGELOG.md) +* For changes see [CHANGELOG](https://github.com/camaraproject/CallForwardingSignal/tree/main/CHANGELOG) + +### Upcoming Release Preview + +* Pre-release: [r4.1](https://github.com/camaraproject/CallForwardingSignal/releases/tag/r4.1) (release candidate) + * **call-forwarding-signal 0.5.0-rc.1** + [[YAML]](https://github.com/camaraproject/CallForwardingSignal/blob/r4.1/code/API_definitions/call-forwarding-signal.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r4.1/code/API_definitions/call-forwarding-signal.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r4.1/code/API_definitions/call-forwarding-signal.yaml) + _The above section is automatically synchronized by CAMARA project-administration._