From 018fc03a2bffeb1798b9ca0d9f068efd815a8074 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:22:16 +0200 Subject: [PATCH 1/3] Update CHANGELOG.md To reflect the updates of r1.2 --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65bdf02..2eeccd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,12 @@ ## Table of Contents -- **[r1.1](#r11)** +- **[r1.1-rc](#r11-rc)** +- **[r1.2-rc](#r12-rc)** -# r1.1 +# r1.1-rc -**This is the first (pre) release candidate of the CAMARA CallForwardingSignal API** +**This is the first pre-release of the CAMARA CallForwardingSignal API** The version number for the YAML file is v0.2.0-rc.1 @@ -18,7 +19,7 @@ The version number for the YAML file is v0.2.0-rc.1 ## Please note: -- This is an pre release candidate version, there are bug fixes to be expected and incompatible changes in upcoming versions +- This pre-release concernes a release-candidate API version, there are bug fixes to be expected and incompatible changes in upcoming versions - The release is suitable for implementers, but it is not recommended to use the API with customers in productive environments - Version numbers before v0.2.0-rc.1 were used during the development of this version but not released @@ -37,3 +38,38 @@ The version number for the YAML file is v0.2.0-rc.1 * @chinaunicomyangfan **Full Changelog**: https://github.com/CallForwardingSignal/CallForwardingSignal/commits/r1.1 + +# r1.2-rc + +**This is the second pre-release of the CAMARA CallForwardingSignal API** + +The version number for the YAML file is v0.2.0-rc.2 + +- API definition **with inline documentation**: + - OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/r1.2/code/API_definitions/Call_Forwarding_Signal.yaml) + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r1.2/code/API_definitions/Call_Forwarding_Signal.yaml&nocors) + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r1.2/code/API_definitions/Call_Forwarding_Signal.yaml) + +## Please note: + +- This pre-release concernes a release-candidate API version, there are bug fixes to be expected and incompatible changes in upcoming versions +- The release is suitable for implementers, but it is not recommended to use the API with customers in productive environments + +## Changes compared with [r1.1-rc](#r11-rc) + +* The contact field (and value) have been be removed from the OAS file: https://github.com/camaraproject/CallForwardingSignal/issues/76 +* Update of the API Readiness Checklist: https://github.com/camaraproject/CallForwardingSignal/issues/80 +* Rename of the API Readiness Checklist: https://github.com/camaraproject/CallForwardingSignal/issues/79 +* Improvement of the user stories: https://github.com/camaraproject/CallForwardingSignal/issues/81 +* Removal of the version number in the ".feature" files in the "Background" section: https://github.com/camaraproject/CallForwardingSignal/issues/77 + +## New Contributors +* @FabrizioMoggio +* @bigludo7 +* @rartych +* @StefanoFalsetto-CKHIOD +* @enlaichu +* @chinaunicomyangfan + +**Full Changelog**: https://github.com/CallForwardingSignal/CallForwardingSignal/commits/r1.2 + From 1fb175533cb9892621de89f8193caea5d9c5ae7b Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:26:35 +0200 Subject: [PATCH 2/3] Full Changelog URL updated --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eeccd2..91f1b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ The version number for the YAML file is v0.2.0-rc.1 * @enlaichu * @chinaunicomyangfan -**Full Changelog**: https://github.com/CallForwardingSignal/CallForwardingSignal/commits/r1.1 +**Full Changelog**: https://github.com/camaraproject/CallForwardingSignal/commits/r1.1 # r1.2-rc @@ -71,5 +71,5 @@ The version number for the YAML file is v0.2.0-rc.2 * @enlaichu * @chinaunicomyangfan -**Full Changelog**: https://github.com/CallForwardingSignal/CallForwardingSignal/commits/r1.2 +**Full Changelog**: https://github.com/camaraproject/CallForwardingSignal/commits/r1.2 From b0ec92dd75ee78f4025320937a6a053d78027b4f Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:33:21 +0200 Subject: [PATCH 3/3] CHANGELOG for r1.2-rc updated with the changes from the Fall24 Reviewers comments. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f1b9f..7b43358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The version number for the YAML file is v0.2.0-rc.1 - This pre-release concernes a release-candidate API version, there are bug fixes to be expected and incompatible changes in upcoming versions - The release is suitable for implementers, but it is not recommended to use the API with customers in productive environments - Version numbers before v0.2.0-rc.1 were used during the development of this version but not released +- The release scope is defined here: https://github.com/camaraproject/CallForwardingSignal/issues/49 ## What's New @@ -54,6 +55,7 @@ The version number for the YAML file is v0.2.0-rc.2 - This pre-release concernes a release-candidate API version, there are bug fixes to be expected and incompatible changes in upcoming versions - The release is suitable for implementers, but it is not recommended to use the API with customers in productive environments +- The release scope is defined here: https://github.com/camaraproject/CallForwardingSignal/issues/72 ## Changes compared with [r1.1-rc](#r11-rc) @@ -62,6 +64,7 @@ The version number for the YAML file is v0.2.0-rc.2 * Rename of the API Readiness Checklist: https://github.com/camaraproject/CallForwardingSignal/issues/79 * Improvement of the user stories: https://github.com/camaraproject/CallForwardingSignal/issues/81 * Removal of the version number in the ".feature" files in the "Background" section: https://github.com/camaraproject/CallForwardingSignal/issues/77 +* Commonalities version reported in the OAS file: https://github.com/camaraproject/CallForwardingSignal/issues/66 ## New Contributors * @FabrizioMoggio