r1.2
fernandopradocabrillo
released this
12 Sep 15:07
·
56 commits
to main
since this release
Release Notes
This release contains the definition and documentation of
- sim-swap 1.0.0
- sim-swap-subscriptions 0.1.0
The API definition(s) are based on
- Commonalities v0.4.0
- Identity and Consent Management v0.2.0
sim-swap 1.0.0
sim-swap 1.0.0 is the public release for v1.0.0 of the Sim Swap API.
- API definition with inline documentation:
Main Changes
- API and test definitions updated to conform to the Commonalities v0.4.0 and Identity and Consent Management v0.2.0 guidelines included in the CAMARA Fall24 meta-release
- Additional documentation & test cases added.
Added
- User Story in documentation/API_documentation directory by @jgarciahospital PR125
- Test Definition in Test_Definitions directory by @fernandopradocabrillo PR70
- Added the API name
sim-swap
as a scope to request access to both available endpoints by @AxelNennker in #103
Changed
- Made response properties
latestSimChange
andswapped
required since they will always be returned by @fernandopradocabrillo in #97 - Updated pattern to make the '+' mandatory for phoneNumber by @bigludo7 in #100
- Replaced "MSISDN" with "phone number" in descriptions to follow Commonalities guidelines by @gregory1g in #116
- Removed unused errors and align with Commonalities error definitions by @fernandopradocabrillo in #126
Fixed
- N/A
Removed
- N/A
New Contributors
- N/A
Sim Swap Subscriptions v0.1.0
sim-swap-subscriptions v0.1.0 is the first initial version for the CAMARA Sim Swap Subscriptions API
- API definition with inline documentation:
Main Changes
- Initial contribution of the API definition for Sim Swap Subscriptions allowing API consumers to subscribe to get notified when a sim swap occurs on a device.
- API and test definitions updated to conform to the Commonalities v0.4.0 and Identity and Consent Management v0.2.0 guidelines included in the CAMARA Fall24 meta-release
- Test cases added.
Added
- Initial yaml contribution by @bigludo7 PR60
- Test Definition in Test_Definitions directory by @bigludo7 PR147
Changed
- N/A
Fixed
- N/A
Removed
- N/A
New Contributors
- N/A
Full Changelog: v0.4.0...r1.2