From 350d9139297db9eac6b8e504e148dcb524d34270 Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:14:33 +0000 Subject: [PATCH 1/3] Update README Release Information for r2.1 --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cdb7100..6d6b46b 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,20 @@ Sandbox API Repository to describe, develop, document, and test the ApplicationE > [!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 available release**. -* **NEW**: The latest public release is [r1.2](https://github.com/camaraproject/ApplicationEndpointRegistration/releases/tag/r1.2) (Fall25), with the following API versions: - * **application-endpoint-registration v0.1.0** - [[YAML]](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/r1.2/code/API_definitions/application-endpoint-registration.yaml) - [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.2/code/API_definitions/application-endpoint-registration.yaml&nocors) - [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.2/code/API_definitions/application-endpoint-registration.yaml) +* The latest public release is [r1.2](https://github.com/camaraproject/ApplicationEndpointRegistration/releases/tag/r1.2), with the following API versions: + * **application-endpoint-registration 0.1.0** + [[YAML]](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/r1.2/code/API_definitions/application-endpoint-registration.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.2/code/API_definitions/application-endpoint-registration.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.2/code/API_definitions/application-endpoint-registration.yaml) + * The latest public release is always available here: https://github.com/camaraproject/ApplicationEndpointRegistration/releases/latest * Other releases of this repository are available in https://github.com/camaraproject/ApplicationEndpointRegistration/releases -* For changes see [CHANGELOG.md](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/main/CHANGELOG.md) +* For changes see [CHANGELOG](https://github.com/camaraproject/ApplicationEndpointRegistration/tree/main/CHANGELOG) + +### Upcoming Release Preview + +* Pre-release: [r2.1](https://github.com/camaraproject/ApplicationEndpointRegistration/releases/tag/r2.1) (release candidate) + * **application-endpoint-registration 0.2.0-rc.1** + [[YAML]](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/r2.1/code/API_definitions/application-endpoint-registration.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r2.1/code/API_definitions/application-endpoint-registration.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r2.1/code/API_definitions/application-endpoint-registration.yaml) + _The above section is automatically synchronized by CAMARA project-administration._ From 0c9c08086d7b57b18eebe1b98144309cc4922d66 Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:14:35 +0000 Subject: [PATCH 2/3] Add CHANGELOG draft for r2.1 --- CHANGELOG/CHANGELOG-r2.md | 93 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-r2.md diff --git a/CHANGELOG/CHANGELOG-r2.md b/CHANGELOG/CHANGELOG-r2.md new file mode 100644 index 0000000..e065c44 --- /dev/null +++ b/CHANGELOG/CHANGELOG-r2.md @@ -0,0 +1,93 @@ +# Changelog ApplicationEndpointRegistration + + +## Table of Contents +- [r2.1](#r21) + + +**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.1 + +## Release Notes + +This release candidate contains the definition and documentation of +* application-endpoint-registration 0.2.0-rc.1 + +The API definition(s) are based on +* Commonalities r4.3 (0.8.0) +* Identity and Consent Management r4.2 (0.5.0) + + +> **Working area — candidate changes (auto-removed on merge)** +> Copy relevant entries into the Breaking changes/Added/Changed/Fixed/Removed sections below. List breaking changes both in Breaking changes and in their normal change category. +> You may edit this list while triaging; it will be removed on merge. +> This working-area section is removed automatically when the PR is merged. + +
+Candidate changes (auto-generated from merged PRs) + +## What's Changed +* fix: reset versions to wip by @Kevsy in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/23 +* [bulk] Sync Release Information section (2025-12-12-001) by @hdamker-bot in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/24 +* [bulk] Add release-plan.yaml (2026-02-23-001) by @hdamker-bot in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/25 +* Update CODEOWNERS by @JoseMConde in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/26 +* fix: corrected orgs in MAINTAINERS by @Kevsy in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/28 +* Update MAINTAINERS.MD by @JoseMConde in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/29 +* Update MAINTAINERS.MD by @JoseMConde in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/30 +* [bulk] Enable release automation and validation by @camara-release-automation[bot] in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/31 +* Update meeting schedule from Tuesday to Monday by @urvika-v in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/35 +* prepare release plan for rc by @maheshc01 in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/33 +* Sync common files from Commonalities r4.3 by @camara-release-automation[bot] in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/36 +* fix: align API with CAMARA Commonalities r4.3 validation requirements by @maheshc01 in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/40 +* fix: correct schema references in test feature file by @maheshc01 in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/42 +* fix: remove inapplicable error response codes per Commonalities r4.3 by @maheshc01 in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/49 + +## New Contributors +* @JoseMConde made their first contribution in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/26 +* @camara-release-automation[bot] made their first contribution in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/31 +* @maheshc01 made their first contribution in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/33 + +
+ + +## application-endpoint-registration 0.2.0-rc.1 + +**application-endpoint-registration 0.2.0-rc.1 is a release-candidate version of this API.** + +Changes documented below are compared to version 0.1.0. + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r2.1/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/r2.1/code/API_definitions/application-endpoint-registration.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/r2.1/code/API_definitions/application-endpoint-registration.yaml) + +### Breaking changes + +* N/A + +### Added + +* N/A + +### Changed + +* N/A + +### Fixed + +* N/A + +### Removed + +* N/A + +**Full Changelog**: https://github.com/camaraproject/ApplicationEndpointRegistration/compare/r1.2...r2.1 + From 869ecd6acee0c701f10c279d3921d7a749f32a6f Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 11 Aug 2026 12:59:16 +0100 Subject: [PATCH 3/3] Update CHANGELOG with relevant changes --- CHANGELOG/CHANGELOG-r2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-r2.md b/CHANGELOG/CHANGELOG-r2.md index e065c44..d2485ca 100644 --- a/CHANGELOG/CHANGELOG-r2.md +++ b/CHANGELOG/CHANGELOG-r2.md @@ -83,7 +83,9 @@ Changes documented below are compared to version 0.1.0. ### Fixed -* N/A +* fix: align API with CAMARA Commonalities r4.3 validation requirements by @maheshc01 in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/40 +* fix: correct schema references in test feature file by @maheshc01 in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/42 +* fix: remove inapplicable error response codes per Commonalities r4.3 by @maheshc01 in https://github.com/camaraproject/ApplicationEndpointRegistration/pull/49 ### Removed