r1.1
Pre-release
Pre-release
·
163 commits
to main
since this release
Release Notes
This release contains the definition and documentation of
- Sim Swap API 1.0.0-rc.1
- Sim Swap Subscriptions v0.1.0-alpha.1
The API definition(s) are based on
- Commonalities v0.4.0
- Identity and Consent Management v0.2.0
Sim Swap v1.0.0-rc.1
sim-swap 1.0.0-rc.1 is the first release-candidate version for the v1.0.0 of the Sim Swap API
This version contains significant changes compared to v0.4.0, and it is not backward compatible.
- API definition with inline documentation:
Added
- User Story in documentation/API_documentation directory by @jgarciahospital PR125
- Test Definition in Test_Definitions directory by @fernandopradocabrillo PR70
- add API-Name aka wild-card scope by @AxelNennker in #103
Changed
- Make response properties "latestSimChange" and "swapped" required since they will always be returned Issue 96
- Update SIM Swap & SIM Swap notification subscription yaml to make the '+' mandatory for phoneNumber by @bigludo7 in #100
- phone number instead of MSISDN to follow communalities guidelines by @gregory1g in #116
- Remove unused errors and align with commonalities errors by @fernandopradocabrillo in #126
Removed
- n/a
Sim Swap Subscriptions v0.1.0-alpha.1
sim-swap-subscriptions v0.1.0-alpha.1 is the first alpha version for CAMARA Sim Swap subscription API
- API definition with inline documentation:
Please note:
- This is an alpha version, it should be considered as a draft
- There are bug fixes to be expected and incompatible changes in upcoming versions
- The API version is suitable for test implementations and has the purpose to collect feedback for its further development. It should not be used with customers in productive environments.
Added
- Add a new API to manage sim swap notification subscription & notification. by @bigludo7 PR60
- Add subscriptionMaxEvents for maximum number of SIMSwap notifications by @bigludo7 PR91
- Update SIM Swap notification subscription yaml to make the '+' mandatory for phoneNumber by @bigludo7 in PR100
- align subscription model accordingly to the new format defined in Commonalities. This format is aligned with CloudEvents. Fixes examples for phoneNumber by @bigludo7 in PR111
Changed
- n/a
Removed
- n/a
New Contributors
- @trehman-gsma made their first contribution in #62
- @gregory1g made their first contribution in #82
- @rartych made their first contribution in #110
- @AxelNennker made their first contribution in #103
Full Changelog: v0.4.0...r1.1