Skip to content

r1.2

Compare
Choose a tag to compare
@fernandopradocabrillo fernandopradocabrillo released this 12 Sep 15:07
· 56 commits to main since this release
7ea40de

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.

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

Changed

  • Made response properties latestSimChange and swapped 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

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

Changed

  • N/A

Fixed

  • N/A

Removed

  • N/A

New Contributors

  • N/A

Full Changelog: v0.4.0...r1.2