Changelog BlockchainPublicAddress

May 11, 2026 ยท View on GitHub

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

Changelog BlockchainPublicAddress

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

r2.2

Release Notes

This public release contains the definition and documentation of

  • Blockchain Public Address v0.3.0
  • Blockchain Public Address Validation v0.1.0

The API definition(s) are based on

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

Blockchain Public Address v0.3.0

Blockchain Public Address v0.3.0 is the first public release version for v0.3.0 of the Blockchain Public Address API.

Main changes since r1.2

Added

Changed

Fixed

  • N/A

Removed

New Contributors

  • N/A

Blockchain Public Address Validation v0.1.0

Blockchain Public Address Validation v0.1.0 is the first public release version for v0.1.0 of the Blockchain Public Address Validation API.

  • This version defines a new API:

    • Initial version covering the following functionality and related endpoints:
      • New endpoint createBlockchainPublicAddressValidationNonce, to generate a nonce (one-time challenge) in order to be able to perform binding enforcement in binding process defined in Blockchain Public Address API.
  • API definition with inline documentation:

Added

Changed

  • N/A

Fixed

  • N/A

Removed

  • N/A

New Contributors

  • N/A

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

r2.1 - rc

Release Notes

This pre-release contains the definition and documentation of

  • Blockchain Public Address v0.3.0-rc.1
  • Blockchain Public Address Validation v0.1.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

Blockchain Public Address v0.3.0-rc.1

Blockchain Public Address v0.3.0-rc.1 is the first release-candidate version for v0.3.0 of the Blockchain Public Address API.

  • This version contains changes compared to v0.2.0, and it is not backward compatible:

    • Removal of 401 - AUTHENTICATION_REQUIRED
    • New pattern for x-correlator
    • Addition of a new section # Additional CAMARA error responses in info.description field
    • Addition of 422 - BLOCKCHAIN_PUBLIC_ADDRESS.UNSUPPORTED_ENHANCED_VALIDATION
    • Addition of 400 - BLOCKCHAIN_PUBLIC_ADDRESS.INVALID_NONCE
    • Addition of 400 - BLOCKCHAIN_PUBLIC_ADDRESS.INVALID_SIGNATURE
    • Addition of 400 - BLOCKCHAIN_PUBLIC_ADDRESS.BOTH_NONCE_SIGNATURE_REQUIRED
  • API definition with inline documentation:

Main changes since r1.2

Added

Changed

Fixed

  • N/A

Removed

New Contributors

  • N/A

Blockchain Public Address Validation v0.1.0-rc.1

Blockchain Public Address Validation v0.1.0-rc.1 is the first release-candidate version for v0.1.0 of the Blockchain Public Address Validation API.

  • This version defines a new API:

    • Initial version covering the following functionality and related endpoints:
      • New endpoint createBlockchainPublicAddressValidationNonce, to generate a nonce (one-time challenge) in order to be able to perform binding enforcement in binding process defined in Blockchain Public Address API.
  • API definition with inline documentation:

Added

Changed

  • N/A

Fixed

  • N/A

Removed

  • N/A

New Contributors

  • N/A

Full Changelog: https://github.com/camaraproject/BlockchainPublicAddress/compare/r1.2...r2.1

r1.2

Release Notes

This release contains the definition and documentation of

  • Blockchain Public Address v0.2.0

The API definition(s) are based on

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

Blockchain Public Address v0.2.0

Blockchain Public Address v0.2.0 is the first public release version for v0.2.0 of the Blockchain Public Address API.

  • This version contains significant changes compared to v0.1.0, and it is not backward compatible:

    • Refactor retrieveBlockchainPublicAddress endpoint to use an HTTP POST request
    • Error model aligment with commonalities, which implies use of normalization values (i.e. enums) for status and code
    • Removal of 5XX errors
  • API definition with inline documentation:

Main changes since r1.1 - rc

Added

  • N/A

Changed

Fixed

  • N/A

Removed

  • N/A

New Contributors

  • N/A

Full Changelog: https://github.com/camaraproject/BlockchainPublicAddress/compare/v0.1.0...r1.2

r1.1 - rc

Release Notes

This pre-release contains the definition and documentation of

  • Blockchain Public Address v0.2.0-rc.1

The API definition(s) are based on

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

Blockchain Public Address v0.2.0-rc.1

Blockchain Public Address v0.2.0-rc.1 is the first release-candidate version for v0.2.0 of the Blockchain Public Address API.

  • This version contains significant changes compared to v0.1.0, and it is not backward compatible:

    • Refactor retrieveBlockchainPublicAddress endpoint to use an HTTP POST request
    • Error model aligment with commonalities, which implies use of normalization values (i.e. enums) for status and code
    • Removal of 5XX errors
  • API definition with inline documentation:

Added

Changed

Fixed

Removed

New Contributors

  • N/A

Full Changelog: https://github.com/camaraproject/BlockchainPublicAddress/compare/v0.1.0...r1.1

0.1.0

Release Notes

Initial baseline contribution

Please note

  • this "release" is tagged to have an initial baseline API contribution to move forward. It is released for early implementations.
  • there are ongoing discussions so API evolution is expected.

Added

  • Initial version with three endpoints:
    • New endpoint retrieveBlockchainPublicAddress
    • New endpoint bindBlockchainPublicAddress
    • New endpoint deleteBlockchainPublicAddress

Changed

  • N/A

Fixed

  • N/A

Removed

  • N/A

New Contributors

  • N/A

Full Changelog: https://github.com/camaraproject/BlockchainPublicAddress/commits/v0.1.0