Skip to content

Releases: camaraproject/SimSwap

r1.3

29 Oct 17:21
dd8c4b9
Compare
Choose a tag to compare

Release Notes

This release contains the definition and documentation of

  • sim-swap 1.0.0
  • sim-swap-subscriptions 0.1.1

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

  • This release only contains and update for the test plan to cover scenarios where no sim swap occurred

Fixed

Sim Swap Subscriptions v0.1.1

Main Changes

  • Fixed an schema reference that prevented the createSimSwapSubscription operation callback request body to render properly

Fixed

New Contributors

Full Changelog: r1.2...r1.3

r1.2

12 Sep 15:07
7ea40de
Compare
Choose a tag to compare

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

r1.1

09 Aug 07:45
63b6981
Compare
Choose a tag to compare
r1.1 Pre-release
Pre-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.

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

v0.4.0

14 Nov 14:10
323fd00
Compare
Choose a tag to compare

Table of Contents

v0.4.0

This is the first alpha release of the CAMARA SimSwap 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 release is suitable for implementors, but it is not recommended to use the API with customers in productive environments
  • Version numbers before v0.4.0 were used during the development of this version but not released
  • GSMA Mobile Connect Account Takeover Protection specification was used as source of input for this API. For more about Mobile Connect, please see Mobile Connect website.

What's Changed

  • SimSwap OAS with 2 endpoints (check & get date) by @bigludo7 in #7
  • Added API documentation for the 2-endpoints SIM Swap API by @bigludo7 in #9
  • Reshaping the content (+readme.md update) by @DT-DawidWroblewski in #13
  • Update README.MD by @jlurien in #17
  • Guidelines alignment regarding errors and camel case by @monamok in #20
  • Glossary alignment by @monamok in #40
  • Cleaning up repo by @DT-DawidWroblewski in #48
  • Created a release branch release-0.4.0 based on commit 6843563
  • Fixed the security schema as agreed to three-legged only within the release branch
  • Created CHANGELOG.md and updated README.md within the release branch

New Contributors

Full Changelog: https://github.com/camaraproject/SimSwap/commits/v0.4.0