generated from camaraproject/Template_API_Repository
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from FabrizioMoggio/Changelog
CHANGELOG.md file
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
# Changelog CAMARA CallForwardingSignal | ||
|
||
## Table of Contents | ||
|
||
- [v0.2.0-alpha.1](#v0.2.0-alpha.1) | ||
|
||
# v0.2.0-alpha.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) | ||
|
||
## 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 | ||
|
||
## What's New | ||
|
||
* Support for the following use cases: [Use Cases · camaraproject/CallForwardingSignal · Discussion #3 (github.com)](https://github.com/camaraproject/CallForwardingSignal/discussions/3) | ||
* Phone number retrieved from 3-legs access token: [CAMARA Guidelines: Phone number identification with 3Legs · Issue #51 · camaraproject/CallForwardingSignal (github.com)](https://github.com/camaraproject/CallForwardingSignal/issues/51) | ||
* Optional operation (unconditional-call-forwardings): [Optional operations · Issue #37 · camaraproject/CallForwardingSignal (github.com)](https://github.com/camaraproject/CallForwardingSignal/issues/37) | ||
|
||
## New Contributors | ||
* @FabrizioMoggio | ||
* @bigludo7 | ||
* @rartych | ||
* @StefanoFalsetto-CKHIOD | ||
* @enlaichu | ||
* @chinaunicomyangfan | ||
|
||
**Full Changelog**: https://github.com/CallForwardingSignal/SimSwap/commits/v0.2.0-alpha.1 |