Skip to content

r1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fernandopradocabrillo fernandopradocabrillo released this 09 Aug 07:45
· 163 commits to main since this release
63b6981

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.

Added

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

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

Full Changelog: v0.4.0...r1.1