From 02bd2c6136832e104d8fdb1ffca5ed147aa27afc Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:03:52 +0200 Subject: [PATCH 1/3] v02.0-rc.1 release candidate for Fall24 according to: https://github.com/camaraproject/CallForwardingSignal/discussions/38#discussioncomment-10082017 --- code/API_definitions/Call_Forwarding_Signal.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/code/API_definitions/Call_Forwarding_Signal.yaml b/code/API_definitions/Call_Forwarding_Signal.yaml index 3cc3a88..c429a71 100644 --- a/code/API_definitions/Call_Forwarding_Signal.yaml +++ b/code/API_definitions/Call_Forwarding_Signal.yaml @@ -5,7 +5,7 @@ openapi: 3.0.3 ############################################################################ info: title: Call Forwarding Signal API - version: 0.2.0-alpha.1 + version: 0.2.0-rc.1 description: | # Overview The Call Forwarding Signal (CFS) API provides the API Consumer with @@ -39,9 +39,10 @@ info: CallForwarding\Signal/discussions/3#discussioncomment-8915595) # Quick Start The CFS API is a REST API based on the CreateCallForwardingSignal resource. - This resource is filled during the API invokation, by the API Consumer, + This resource can be filled during the API invokation, by the API Consumer, with the phone number on which the Call Forwarding Service status must be - verified.\ + verified. Anyway the phone number is also detected, by the API Producer, + from the access token.\ \ Before starting to use the Call Forwarding API, the developer needs to know about the below specified details:\ @@ -51,9 +52,11 @@ info: [**https://tim-api.developer.tim.it/callforwardingsignal**](https://tim-api\ .developer.tim.it/callforwarding\signal)\ \ - **PhoneNumber** + **phoneNumber** This is the end user phone number. The CFS API verifies if a call forwarding - service is active on this phone number.\ + service is active on this phone number. Note: the value of this optional + parameter must match the value of the phone number retrieved from the access + token.\ \ **CreateCallForwardingSignal** This is the resource the API Consumer uses to define the phone number to @@ -156,7 +159,7 @@ externalDocs: # Servers # ############################################################################ servers: - - url: "{apiRoot}/call-forwarding-signal/v0.2alpha1" + - url: "{apiRoot}/call-forwarding-signal/v0.2rc1" variables: apiRoot: default: http://localhost:9091 From c5e73a982dc12428934eb36852719d467d4cef1b Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:12:51 +0200 Subject: [PATCH 2/3] Update README.md update to RC according to: https://github.com/camaraproject/CallForwardingSignal/discussions/38#discussioncomment-10082017 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fefa88a..8f12820 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ Repository to describe, develop, document and test the Call Forwarding Signal AP ## Status and released versions * 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**. -* **The latest available release and version of CAMARA CallForwardingSignal API is v0.2.0-Alpha.1. This is the first alpha version of the API.** There are bug fixes to be expected and incompatible changes in upcoming releases. It is suitable for implementors, but it is not recommended to use the API with customers in productive environments. -* Release v0.2.0-Alpha.1 of the API is available within the [release-0.2.0-alpha.1 branch](https://github.com/camaraproject/CallForwardingSignal/tree/release-0.2.0-alpha.1): +* **The latest available release and version of CAMARA CallForwardingSignal API is v0.2.0-rc.1. This is the first (pre) relese candidate version of the API.** There are bug fixes to be expected and incompatible changes in upcoming releases. It is suitable for implementors, but it is not recommended to use the API with customers in productive environments. +* Release v0.2.0-rc.1 of the API is available within the [release-0.2.0-rc.1 branch](https://github.com/camaraproject/CallForwardingSignal/tree/release-0.2.0-rc.1). The Release Tag is [r1.1](https://github.com/camaraproject/CallForwardingSignal/releases/tag/r1.1). - API definition **with inline documentation**: - - OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/release-0.2.0-alpha.1/code/API_definitions/Call_Forwarding_Signal.yaml) - - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/release-0.2.0-alpha.1/code/API_definitions/Call_Forwarding_Signal.yaml&nocors) + - OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/release-0.2.0-rc.1/code/API_definitions/Call_Forwarding_Signal.yaml) + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/release-0.2.0-rc.1/code/API_definitions/Call_Forwarding_Signal.yaml&nocors) - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/release-0.2.0-alpha.1/code/API_definitions/Call_Forwarding_Signal.yaml) ## Contributorship and mailing list * To subscribe / unsubscribe to the mailing list of this Sub Project and thus be / resign as Contributor please visit . From 375bc65b4cf72b7d41c9a95741329686b5ae5639 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:15:53 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md for RC as defined here: https://github.com/camaraproject/CallForwardingSignal/discussions/38#discussioncomment-10082017 --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f873e8..695b8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,22 +3,22 @@ ## Table of Contents -- [v0.2.0-alpha.1](#v0.2.0-alpha.1) +- [v0.2.0-rc.1](#v0.2.0-rc.1) -# v0.2.0-alpha.1 +# v0.2.0-rc.1 **This is the first alpha release of the CAMARA CallForwardingSignal API** - API definition **with inline documentation**: - - OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/release-0.2.0-alpha.1/code/API_definitions/Call_Forwarding_Signal.yaml) - - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/release-0.2.0-alpha.1/code/API_definitions/Call_Forwarding_Signal.yaml&nocors) - - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/release-0.2.0-alpha.1/code/API_definitions/Call_Forwarding_Signal.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/release-0.2.0-rc.1/code/API_definitions/Call_Forwarding_Signal.yaml) + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/release-0.2.0-rc.1/code/API_definitions/Call_Forwarding_Signal.yaml&nocors) + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/release-0.2.0-rc.1/code/API_definitions/Call_Forwarding_Signal.yaml) ## Please note: - This is an alpha 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-alpha.1 were used during the development of this version but not released +- Version numbers before v0.2.0-rc.1 were used during the development of this version but not released ## What's New @@ -34,4 +34,4 @@ * @enlaichu * @chinaunicomyangfan -**Full Changelog**: https://github.com/CallForwardingSignal/SimSwap/commits/v0.2.0-alpha.1 \ No newline at end of file +**Full Changelog**: https://github.com/CallForwardingSignal/CallForwardingSignal/commits/r1.1