Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions CHANGELOG/CHANGELOG-r4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Changelog CallForwardingSignal

<!-- TOC:START -->
## Table of Contents
- [r4.1](#r41)
<!-- TOC:END -->

**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 r4.3 (0.8.0)
* Identity and Consent Management r4.2 (0.5.0)

<!-- BEGIN:AUTOGENERATED:CANDIDATE_CHANGES -->
> **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.

<details>
<summary>Candidate changes (auto-generated from merged PRs)</summary>

## What's Changed



## 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

</details>
<!-- END:AUTOGENERATED:CANDIDATE_CHANGES -->

## 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

* renamed endpoints to comply with Commonalities r4.3 (issue #235) by @rartych in https://github.com/camaraproject/CallForwardingSignal/pull/236 - changes applied:

| | Old | New |
|---|---|---|
| Path | `POST /unconditional-call-forwardings` | `POST /check-unconditional-forwarding` |
| operationId | `retrieveUnconditionalCallForwarding` | `checkUnconditionalCallForwarding` |
| Scope | `call-forwarding-signal:unconditional-call-forwardings:read` | `call-forwarding-signal:unconditional-forwarding:check` |
| Path | `POST /call-forwardings` | `POST /retrieve-forwardings` |
| operationId | `retrieveCallForwarding` | `retrieveCallForwardings` |
| Scope | `call-forwarding-signal:call-forwardings:read` | `call-forwarding-signal:forwardings:retrieve` |

### Added

* N/A

### Changed

* renamed endpoints to comply with Commonalities r4.3 (issue #235) by @rartych in https://github.com/camaraproject/CallForwardingSignal/pull/236 - see **Breaking changes**

### Fixed

* resolved CAMARA validation warnings by @rartych in https://github.com/camaraproject/CallForwardingSignal/pull/229
* 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

## New Contributors
* @mohdfarhanakram made their first contribution in https://github.com/camaraproject/CallForwardingSignal/pull/221

**Full Changelog**: https://github.com/camaraproject/CallForwardingSignal/compare/r3.3...r4.1