Changelog CAMARA SimSwap

May 11, 2026 ยท View on GitHub

Starting with release automation, new release changelogs are maintained in the CHANGELOG/ directory with per-cycle files.

Changelog CAMARA SimSwap

Table of contents

Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.

The below sections record the changes for each API version in each release as follows:

  • for an alpha release, the delta with respect to the previous release
  • for the first release-candidate, all changes since the last public release
  • for subsequent release-candidate(s), only the delta to the previous release-candidate
  • for a public release, the consolidated changes since the previous public release

r3.3

This maintenance release contains the definition and documentation of

  • sim-swap 2.1.0
  • sim-swap-subscriptions 0.3.0

The API definition(s) are based on

  • Commonalities v0.6.0
  • Identity and Consent Management v0.4.0

sim-swap 2.1.0

sim-swap v2.1.0 is the public release of the Sim Swap API

Main changes

  • There are no changes in the spec file since the release r3.2, just an update in the test plan

Changed

Sim Swap Subscriptions v0.3.0

sim-swap-subscriptions v0.3.0 is the public release of the Sim Swap Subscriptions API

Main changes

  • There are no changes since the last release r3.2

Full Changelog: https://github.com/camaraproject/SimSwap/compare/r3.2...r3.3

r3.2

This release contains the definition and documentation of

  • sim-swap 2.1.0
  • sim-swap-subscriptions 0.3.0

The API definition(s) are based on

  • Commonalities v0.6.0
  • Identity and Consent Management v0.4.0

sim-swap 2.1.0

sim-swap v2.1.0 is the public release of the Sim Swap API

Added

Changed

Removed

Sim Swap Subscriptions v0.3.0

sim-swap-subscriptions v0.3.0 is the public release of the Sim Swap Subscriptions API

Added

Changed

Removed

Fixed

New Contributors

Full Changelog: https://github.com/camaraproject/SimSwap/compare/r2.2...r3.2

r3.1

This release contains the definition and documentation of

  • sim-swap 2.1.0-rc.2
  • sim-swap-subscriptions 0.3.0-rc.1

The API definition(s) are based on

  • Commonalities v0.6.0-rc.1
  • Identity and Consent Management v0.4.0-rc.1

sim-swap 2.1.0-rc.2

sim-swap v2.1.0-rc.2 is the first release candidate of the Sim Swap API v2.1.0

*Note: the release candidate version is -rc.2 to avoid version collisions in the url path with the previous release candidate of v2, since both v2.0.0-rc.1 and v2.1.0-rc.1 would have the same number (v2rc1)

Added

Changed

Removed

Sim Swap Subscriptions v0.3.0-rc.1

sim-swap-subscriptions v0.3.0-rc.1 is the first release candidate of the Sim Swap Subscriptions API v0.3.0

Added

Changed

Removed

Fixed

New Contributors

Full Changelog: https://github.com/camaraproject/SimSwap/compare/r2.2...r3.2

r2.2

Release Notes

This release contains the definition and documentation of

  • sim-swap 2.0.0
  • sim-swap-subscriptions 0.2

The API definition(s) are based on

  • Commonalities v0.5.0
  • Identity and Consent Management v0.3.0

sim-swap 2.0.0

sim-swap 2.0.0 is the public release of the Sim Swap API.

Added

Changed

Sim Swap Subscriptions v0.2.0

Added

Changed

Removed

New Contributors

Full Changelog: https://github.com/camaraproject/SimSwap/compare/r1.3...r2.2

r2.1

Release Notes

This release contains the definition and documentation of

  • sim-swap 2.0.0-rc.1
  • sim-swap-subscriptions 0.2-rc.1

The API definition(s) are based on

  • Commonalities v0.5.0-rc.1
  • Identity and Consent Management v0.3.0-rc.1

sim-swap 2.0.0-rc.1

sim-swap 2.0.0-rc.1 is the pre-release for v2.0.0 of the Sim Swap API.

Added

Changed

Sim Swap Subscriptions v0.2.0-rc.1

Added

Changed

Removed

New Contributors

Full Changelog: https://github.com/camaraproject/SimSwap/compare/r1.3...r2.1

r1.3

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: https://github.com/camaraproject/SimSwap/compare/r1.2...r1.3

r1.2

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

  • 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 https://github.com/camaraproject/SimSwap/pull/103

Changed

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

  • 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: https://github.com/camaraproject/SimSwap/compare/v0.4.0...r1.2

r1.1

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

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:

  • 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: https://github.com/camaraproject/SimSwap/compare/v0.4.0...r1.1

v0.4.0

This is the first alpha release of the CAMARA SimSwap API

Please note:

  • This is an alpha version, 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

What's New

New Contributors

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