Releases: camaraproject/OTPValidation
r2.2
Release Notes
This pre-release contains the definition and documentation of
- one-time-password-sms 1.1.0-rc.2
The API definition(s) are based on
- Commonalities v0.5.0-rc.1
- Identity and Consent Management v0.3.0-rc.1
one-time-password-sms 1.1.0-rc.2
This is the second pre-release of the one-time-password-sms API version 1.1.0-rc.2. Main purpose of the rc.2 version is to address https://github.com/camaraproject/OTPValidation/issue/96 (alignment of server.url with current guideline).
- API definition with inline documentation:
In the following there is the list of the modifications with respect to the previous release r2.1.
Added
N/A
Changed
- servers.url format aligned with current guidelines (
'{apiRoot}/one-time-password-sms/v1rc2'
) by @hdamker in #97
Fixed
N/A
Removed
N/A
Full Changelog: r2.1...r2.2
r2.1
This release contains the definition and documentation of
- one-time-password-sms 1.1.0-rc.1
The API definition(s) are based on
- Commonalities v0.5.0
- Identity and Consent Management v0.3.0
one-time-password-sms 1.1.0-rc1
This is the first pre-release of the one-time-password-sms API version 1.1.0-rc.1. It contains mainly alignments with the Commonalities 0.5.0.
- API definition with inline documentation:
In the following there is the list of the modifications with respect to the previous release r1.2.
Added
N/A
Changed
- Align x-correlator definition with Commonalities 0.5.0, added pattern and example (no change for the consumer): #89 and #92
- Restructure test cases (no change for the consumer): #89
- Change error structure as defined in commonalities 0.5.0 (no change for the consumer): #89
- Update 429 error message: #92
Fixed
- Fix test cases @OTPvalidationAPI_02_send_code_success_scenario_without_x-correlator and @OTPvalidationAPI_02_validate_code_sucess_scenario_without_x-correlator (no change for the consumer): #89
Removed
- Remove from the yaml the errors 406, 415, 500, 503 & 504 (no change for the consumer): #89
- Remove test cases for 406 & 415 (no change for the consumer): #89
Full Changelog: r1.2...r2.1
r1.2
Release Notes
This release contains the definition and documentation of
- one-time-password-sms 1.0.0
The API definition(s) are based on
- Commonalities v0.4.0
- Identity and Consent Management v0.2.0
one-time-password-sms 1.0.0
one-time-password-sms 1.0.0 is the public release for v1.0.0 of the OTPValidation API.
- API definition with inline documentation:
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 @bigludo7 PR71
- Test Definition in Test_Definitions directory by @bigludo7 PR61
Changed
- Aligned with CAMARA design guidelines & Identity Consent management
- Make the '+' mandatory for the phone number by @bigludo7 PR50
- Cosmetic change following megalinter integration by @bigludo7 PR53
- Update Authorization and authentication part accordingly to ICM by @bigludo7 PR65
- Align securitySchemes with ICM by @fernandopradocabrillo PR68
Fixed
- N/A
Removed
New Contributors
- N/A
r1.1
Release Notes
This release of OTPValidation contains the definition and documentation of
- one-time-password-sms 1.0.0-rc.1
The API definition(s) are based on
- Commonalities v0.4.0
- Identity and Consent Management v0.2.0
OTPValidation v1.0.0-rc.1
one-time-password-sms 1.0.0-rc.1 is the first release-candidate version for the v1.0.0 of the one-time-password-sms API.
This version contains significant changes compared to v0.5.0, and it is not backward compatible.
- API definition with inline documentation:
Added
- User Story in documentation/API_documentation directory by @bigludo7 PR71
- Test Definition in Test_Definitions directory by @bigludo7 PR61
Changed
- Aligned with CAMARA design guidelines & Identity Consent management
- Make the '+' mandatory for the phone number by @bigludo7 PR50
- Cosmetic change following megalinter integration by @bigludo7 PR53
- Update Authorization and authentication part accordingly to ICM by @bigludo7 PR65
- Align securitySchemes with ICM by @fernandopradocabrillo PR68
Fixed
- n/a
Removed
- n/a
New Contributors
- @fernandopradocabrillo made their first contribution in Fernando replaces Mona as maintainer #37
- @rartych made their first contribution in GitHub workflows #60
v0.5.0
This is the first alpha release of the OTPValidation API