Skip to content

r1.2

Latest
Compare
Choose a tag to compare
@PedroDiez PedroDiez released this 10 Mar 16:50
· 27 commits to main since this release
85c74ff

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

  • Adapt API specification version and servers.url for public release in #74.
  • Adapt Testing version for public release in #74.

Fixed

  • N/A

Removed

  • N/A

New Contributors

  • N/A

Full Changelog: v0.1.0...r1.2