Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
- listed PRs instead of issues
- reference to r2.1
  • Loading branch information
FabrizioMoggio authored Jan 7, 2025
1 parent 414dd70 commit 1a0109e
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The below sections record the changes for each API version in each release as fo
* for subsequent alpha or release-candidate API versions, the delta with respect to the previous pre-release
* for a public API version, the consolidated changes since the release of the previous public API version

# r2.0
# r2.1

## Release Notes

Expand All @@ -29,37 +29,31 @@ The API definition(s) are based on

## call-forwarding-signal v1.0.0-rc.1

This is the first **public release** of the Call Forwarding Signal API, version 0.2.0. It contains mainly alignments with the Commonalities 0.5.0 and the Release Management Guidelines. This version includes improvements from an actual implementation of the API certified by GSMA.
This is the first **public release** of the Call Forwarding Signal API, version v1.0.0-rc.1. It contains mainly alignments with the Commonalities 0.5.0 and the Release Management Guidelines. This version includes improvements from an actual implementation of the API certified by GSMA.

- API definition **with inline documentation**:
- OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/r2.0/code/API_definitions/call-forwarding-signal.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r2.0/code/API_definitions/call-forwarding-signal.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r2.0/code/API_definitions/call-forwarding-signal.yaml)
- OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/r2.1/code/API_definitions/call-forwarding-signal.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r2.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/r2.1/code/API_definitions/call-forwarding-signal.yaml)

In the following there is the list of the modifications with respect to the previous release.

### Added

### Changed
* Call Forwarding Service "state" terminology updated: https://github.com/camaraproject/CallForwardingSignal/issues/111
* Alignment with CAMARA Guidelines in info.description:
* https://github.com/camaraproject/CallForwardingSignal/issues/120
* https://github.com/camaraproject/CallForwardingSignal/issues/122
* https://github.com/camaraproject/CallForwardingSignal/issues/130
* Enhancements and Alignments in Errors: https://github.com/camaraproject/CallForwardingSignal/issues/119
* Align API-Testing with CAMARA Guidelines:
* https://github.com/camaraproject/CallForwardingSignal/issues/123
* https://github.com/camaraproject/CallForwardingSignal/issues/134
* Call Forwarding Service "state" terminology updated: https://github.com/camaraproject/CallForwardingSignal/pull/117
* Alignment with CAMARA Guidelines in info.description: https://github.com/camaraproject/CallForwardingSignal/pull/121
* Enhancements and Alignments in Errors: https://github.com/camaraproject/CallForwardingSignal/pull/121
* Align API-Testing with CAMARA Guidelines: https://github.com/camaraproject/CallForwardingSignal/pull/121

### Fixed

### Removed
* Removed unused Error codes:
* https://github.com/camaraproject/CallForwardingSignal/issues/129
* https://github.com/camaraproject/CallForwardingSignal/issues/132
* https://github.com/camaraproject/CallForwardingSignal/issues/133
* https://github.com/camaraproject/CallForwardingSignal/pull/117
* https://github.com/camaraproject/CallForwardingSignal/pull/121

**Full Changelog**: https://github.com/camaraproject/CallForwardingSignal/commits/r2.0
**Full Changelog**: https://github.com/camaraproject/CallForwardingSignal/commits/r2.1

# r1.3

Expand Down

0 comments on commit 1a0109e

Please sign in to comment.