From 27775af2c425313b534412993f1aab7bf31e3942 Mon Sep 17 00:00:00 2001 From: urvika-v Date: Wed, 27 Aug 2025 23:06:37 +0530 Subject: [PATCH 1/9] Updated version to 0.1.0 in application-endpoint-registration.yaml --- code/API_definitions/application-endpoint-registration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/application-endpoint-registration.yaml b/code/API_definitions/application-endpoint-registration.yaml index 33a4e04..5c6cd68 100644 --- a/code/API_definitions/application-endpoint-registration.yaml +++ b/code/API_definitions/application-endpoint-registration.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Application Endpoints Registration - version: wip + version: 0.1.0 x-camara-commonalities: 0.6 description: | The Application Endpoints Registration API provides a programmable @@ -119,7 +119,7 @@ externalDocs: url: https://github.com/camaraproject/ApplicationEndpointRegistration servers: - - url: "{apiRoot}/application-endpoint-registration/vwip" + - url: "{apiRoot}/application-endpoint-registration/v0.1" variables: apiRoot: default: http://localhost:9091 From 5fbc1929a98805c781b4035b16dc0c831c8ef3ec Mon Sep 17 00:00:00 2001 From: urvika-v Date: Wed, 27 Aug 2025 23:12:43 +0530 Subject: [PATCH 2/9] Updated version to 0.1.0 in application-endpoint-registration.feature --- .../application-endpoint-registration.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Test_definitions/application-endpoint-registration.feature b/code/Test_definitions/application-endpoint-registration.feature index 33ab14c..12e7b58 100644 --- a/code/Test_definitions/application-endpoint-registration.feature +++ b/code/Test_definitions/application-endpoint-registration.feature @@ -1,5 +1,5 @@ @Application_Endpoint_Registration -Feature: CAMARA Application Endpoint Registration API, vwip - Operations for registering application endpoints +Feature: CAMARA Application Endpoint Registration API, v0.1.0 - Operations for registering application endpoints # Input to be provided by the implementation to the tests # * apiRoot: API root of the server URL @@ -7,7 +7,7 @@ Feature: CAMARA Application Endpoint Registration API, vwip - Operations for reg Background: Common Application Endpoint Registration setup Given an environment at "apiRoot" - And the resource "/application-endpoint-registration/vwip" + And the resource "/application-endpoint-registration/v0.1" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" From 63922b528cffddff0539545c57fa31174a9c8c8f Mon Sep 17 00:00:00 2001 From: urvika-v Date: Wed, 27 Aug 2025 23:24:31 +0530 Subject: [PATCH 3/9] Updated version ICM/Comm Application-Endpoint-Registration-API-Readiness-Checklist.md --- ...ication-Endpoint-Registration-API-Readiness-Checklist.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/API_documentation/Application-Endpoint-Registration-API-Readiness-Checklist.md b/documentation/API_documentation/Application-Endpoint-Registration-API-Readiness-Checklist.md index b134809..c00d953 100644 --- a/documentation/API_documentation/Application-Endpoint-Registration-API-Readiness-Checklist.md +++ b/documentation/API_documentation/Application-Endpoint-Registration-API-Readiness-Checklist.md @@ -1,12 +1,12 @@ # Application Endpoints Registration API Readiness minimum criteria checklist -Checklist for Application-Endpoint-Registration v0.1.0-rc1 in r1.1 +Checklist for Application-Endpoint-Registration v0.1.0 | Nr | API release assets | alpha | release-candidate | initial
public | stable
public | Status | Reference information | |----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|----| | 1 | API definition | M | M | M | M | Y | [link](/code/API_definitions/application-endpoint-registration.yaml) | -| 2 | Design guidelines from Commonalities applied | O | M | M | M | Y | Comm. release r3.2 | -| 3 | Guidelines from ICM applied | O | M | M | M | Y | ICM release r3.2 | +| 2 | Design guidelines from Commonalities applied | O | M | M | M | Y | [r3.3](https://github.com/camaraproject/Commonalities/releases/tag/r3.3) | +| 3 | Guidelines from ICM applied | O | M | M | M | Y | [r3.3](https://github.com/camaraproject/IdentityAndConsentManagement/releases/tag/r3.3) | | 4 | API versioning convention applied | M | M | M | M | Y | | | 5 | API documentation | M | M | M | M | Y | inline in YAML | | 6 | User stories | O | O | O | M | Y | [link](/documentation/API_documentation/application-endpoint-registration-User-Story.md) | From b34dea5f749e13d9e2c8e5580323454044b91e04 Mon Sep 17 00:00:00 2001 From: urvika-v Date: Wed, 27 Aug 2025 23:54:01 +0530 Subject: [PATCH 4/9] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75fd0d5..e4122e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Table of contents +- **[r1.2](#r12---rc)** - **[r1.1 - rc](#r11---rc)** **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.** @@ -15,6 +16,19 @@ The below sections record the changes for each API version in each release as fo +# r1.2 (Fall25 public release) +This public release contains the definition and documentation of +* application-endpoint-registration v0.1.0 + +The API definition(s) are based on +* Commonalities v0.6.0 (r3.3) +* Identity and Consent Management v0.4.0 (r3.3) + +- API definition with inline documentation: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.2/code/API_definitions/application-endpoint-registration.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.2/code/API_definitions/application-endpoint-registration.yaml) + - [OpenAPI YAML spec file](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/r1.2/code/API_definitions/application-endpoint-registration.yaml) + # r1.1 ## Release Notes From da7ab5715d5f2bb7bc0e84bb26bc9e099913face Mon Sep 17 00:00:00 2001 From: urvika-v Date: Thu, 28 Aug 2025 00:06:35 +0530 Subject: [PATCH 5/9] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4122e1..c9b3c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ## Table of contents -- **[r1.2](#r12---rc)** -- **[r1.1 - rc](#r11---rc)** +- **[r1.2](#r12)** +- **[r1.1](#r11)** **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.** @@ -16,7 +16,10 @@ The below sections record the changes for each API version in each release as fo -# r1.2 (Fall25 public release) +# r1.2 + +## Release Notes + This public release contains the definition and documentation of * application-endpoint-registration v0.1.0 @@ -28,7 +31,12 @@ The API definition(s) are based on - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.2/code/API_definitions/application-endpoint-registration.yaml&nocors) - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.2/code/API_definitions/application-endpoint-registration.yaml) - [OpenAPI YAML spec file](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/r1.2/code/API_definitions/application-endpoint-registration.yaml) - + +### Added +* n/a +### Changed +* n/a + # r1.1 ## Release Notes From c6155ae0618429fe4b5255535b947d9250224f33 Mon Sep 17 00:00:00 2001 From: urvika-v Date: Thu, 28 Aug 2025 00:21:18 +0530 Subject: [PATCH 6/9] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4eb93da..b4af29f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ Sandbox API Repository to describe, develop, document, and test the ApplicationE ## Release Information +* Note: 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 a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest public release**. +* **NEW: Latest public release [r1.2](https://github.com/camaraproject/ApplicationEndpointRegistration/releases/tag/r1.2) is available, with the following API version:** + * **application-endpoint-registration v0.1.0** + [[YAML]](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/r1.2/code/API_definitions/application-endpoint-registration.yaml) + [[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.2/code/API_definitions/application-endpoint-registration.yaml&nocors) + [[View it on Swagger Editor]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.2/code/API_definitions/application-endpoint-registration.yaml) + + From af0545e4f05371a64b96fbd8361a2417a95363cb Mon Sep 17 00:00:00 2001 From: urvika-v Date: Tue, 16 Sep 2025 21:53:59 +0530 Subject: [PATCH 7/9] fixed typo in application-endpoint-registration.yaml --- code/API_definitions/application-endpoint-registration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/application-endpoint-registration.yaml b/code/API_definitions/application-endpoint-registration.yaml index 5c6cd68..f75337e 100644 --- a/code/API_definitions/application-endpoint-registration.yaml +++ b/code/API_definitions/application-endpoint-registration.yaml @@ -56,7 +56,7 @@ info: Endpoints. ## Errors - - If the API call contains a formatting or other any other syntatic error, + - If the API call contains a formatting or other any other syntactic error, a `400 INVALID_ARGUMENT` error is returned. - If the API call cannot be authenticated due to missing, invalid, or expired credentials, a `401 UNAUTHENTICATED` error is returned. From 461b6c0d974f5dffdf3204845c47941b9a59a511 Mon Sep 17 00:00:00 2001 From: urvika-v Date: Tue, 16 Sep 2025 21:56:28 +0530 Subject: [PATCH 8/9] Updated release notes in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b3c72..0fecba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ The API definition(s) are based on - [OpenAPI YAML spec file](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/r1.2/code/API_definitions/application-endpoint-registration.yaml) ### Added -* n/a +* Creation of the application-endpoint-registration API yaml file ### Changed * n/a From 6b51e6204dcd042a93b944eb2e52e4b2b42e7f31 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Wed, 17 Sep 2025 10:02:04 +0100 Subject: [PATCH 9/9] docs: typo fix --- code/API_definitions/application-endpoint-registration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/application-endpoint-registration.yaml b/code/API_definitions/application-endpoint-registration.yaml index f75337e..d3f4231 100644 --- a/code/API_definitions/application-endpoint-registration.yaml +++ b/code/API_definitions/application-endpoint-registration.yaml @@ -56,7 +56,7 @@ info: Endpoints. ## Errors - - If the API call contains a formatting or other any other syntactic error, + - If the API call contains a formatting or any other syntactic error, a `400 INVALID_ARGUMENT` error is returned. - If the API call cannot be authenticated due to missing, invalid, or expired credentials, a `401 UNAUTHENTICATED` error is returned.