From cb257218542324816379339907609e3028a223ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pe=C3=B1a=20Garc=C3=ADa-Oliva?= Date: Thu, 28 Nov 2024 13:34:07 +0100 Subject: [PATCH 1/4] Alpha release r2.1 --- CHANGELOG.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++----- README.md | 10 +++++++--- VERSION.yaml | 2 +- 3 files changed, 55 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba2662..66d9dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,53 @@ ## Table of Contents -- [r0.2.1](#r021) -- [r0.2.0](#r020) -- [r0.2.0-rc.2](#r020-rc2) -- [v0.2.0-rc.1](#v020-rc1) -- [v0.1.0 - Initial version](#v010---initial-version) +- **[r2.1](#r21)** +- **[r0.2.1](#r021)** +- **[r0.2.0](#r020)** +- **[r0.2.0-rc.2](#r020-rc2)** +- **[v0.2.0-rc.1](#v020-rc1)** +- **[v0.1.0 - Initial version](#v010---initial-version)** + +**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 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 pre-release contains the definition and documentation of: + +* "Identity and Consent Management" v0.3.0-alpha.1 + +NOTE: The Working Group release numbering has been updated to adopt the same release notation as is used for API sub-projects. + +### Added + +* Recommend signed authentication requests for CIBA by @eric-murray in https://github.com/camaraproject/IdentityAndConsentManagement/pull/217 +* Operator token login_hint format by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/218 + +### Changed + +* Updated the `CAMARA-Security-Interoperability.md` document to replace Telco and Operator terms with API Provider by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/201 +* Updated terms and definitions in the `CAMARA-API-access-and-user-consent.md` for better writing and understanding by @jpengar in https://github.com/camaraproject/IdentityAndConsentManagement/pull/212 +* Updated the `CAMARA-API-access-and-user-consent.md` document with editorial and general writing improvements by @jpengar in https://github.com/camaraproject/IdentityAndConsentManagement/pull/213 + +### Fixed + +* Fixed error description for missing openid scope in the `CAMARA-Security-Interoperability.md` document by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/210 +* Clarify case sensitivity of parameter names and values in the `CAMARA-Security-Interoperability.md` document by @eric-murray in https://github.com/camaraproject/IdentityAndConsentManagement/pull/221 + +### Removed + +N/A + +**Full Changelog**: https://github.com/camaraproject/IdentityAndConsentManagement/compare/r0.2.1...r2.1 # r0.2.1 diff --git a/README.md b/README.md index 1a2043d..372b93b 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,15 @@ Repository to describe, develop, document and test the Identity And Consent Mana ## Release Information -* `NEW`: Release 0.2.1 of the "Identity and Consent Management" guidelines and documentation for the CAMARA APIs is available under the tag [r0.2.1](https://github.com/camaraproject/IdentityAndConsentManagement/tree/r0.2.1). It contains the current version of the documents which are relevant for [Fall24 meta-release](https://lf-camaraproject.atlassian.net/wiki/spaces/CAM/pages/14549015/Meta-release+Fall24), including: +* `NEW`: Alpha release of the "Identity and Consent Management" guidelines and documentation for the CAMARA APIs is available under the tag [r2.1](https://github.com/camaraproject/IdentityAndConsentManagement/tree/r2.1). It contains the current [version](/VERSION.yaml) of the documents which are relevant for [Spring25 meta-release](https://lf-camaraproject.atlassian.net/wiki/spaces/CAM/pages/14560849/Meta-release+Spring25), including: + * [CAMARA APIs access and user consent management](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r2.1/documentation/CAMARA-API-access-and-user-consent.md) + * [CAMARA Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r2.1/documentation/CAMARA-Security-Interoperability.md) + >NOTE: the Working Group release numbering has been updated to adopt the same release notation as is used for API sub-projects. +* Release 0.2.1 of the "Identity and Consent Management" guidelines and documentation for the CAMARA APIs is available under the tag [r0.2.1](https://github.com/camaraproject/IdentityAndConsentManagement/tree/r0.2.1). It contains the current version of the documents which are relevant for [Fall24 meta-release](https://lf-camaraproject.atlassian.net/wiki/spaces/CAM/pages/14549015/Meta-release+Fall24), including: * [CAMARA APIs access and user consent management](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.1/documentation/CAMARA-API-access-and-user-consent.md) - * [Camara Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.1/documentation/CAMARA-Security-Interoperability.md) + * [CAMARA Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.1/documentation/CAMARA-Security-Interoperability.md) * The latest **public release** of guidelines and documentation for CAMARA APIs is available [here](https://github.com/camaraproject/IdentityAndConsentManagement/releases/latest). -* For previous releases and changes see [CHANGELOG.md](https://github.com/camaraproject/IdentityAndConsentManagement/blob/main/CHANGELOG.md) +* For previous releases and changes see [CHANGELOG.md](/CHANGELOG.md) ## Contributing * Meetings diff --git a/VERSION.yaml b/VERSION.yaml index b0f22b7..17ed168 100644 --- a/VERSION.yaml +++ b/VERSION.yaml @@ -1 +1 @@ -version: wip +version: v0.3.0-alpha.1 From f289868a83850d1d1d4ade99c0eab1e0377da114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pe=C3=B1a=20Garc=C3=ADa-Oliva?= Date: Fri, 29 Nov 2024 09:18:09 +0100 Subject: [PATCH 2/4] Update VERSION.yaml Co-authored-by: Rafal Artych <121048129+rartych@users.noreply.github.com> --- VERSION.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.yaml b/VERSION.yaml index 17ed168..071e353 100644 --- a/VERSION.yaml +++ b/VERSION.yaml @@ -1 +1 @@ -version: v0.3.0-alpha.1 +version: 0.3.0-alpha.1 From 0e3ab148cf0ca4eb3cb775aab07fa151e30ef124 Mon Sep 17 00:00:00 2001 From: Axel Nennker Date: Sat, 30 Nov 2024 09:21:24 +0100 Subject: [PATCH 3/4] Honor @chrishowell Co-authored-by: Herbert Damker --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d9dbf..a69d098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ NOTE: The Working Group release numbering has been updated to adopt the same rel ### Changed * Updated the `CAMARA-Security-Interoperability.md` document to replace Telco and Operator terms with API Provider by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/201 -* Updated terms and definitions in the `CAMARA-API-access-and-user-consent.md` for better writing and understanding by @jpengar in https://github.com/camaraproject/IdentityAndConsentManagement/pull/212 +* Updated terms and definitions in the `CAMARA-API-access-and-user-consent.md` for better writing and understanding by @jpengar and @chrishowell in https://github.com/camaraproject/IdentityAndConsentManagement/pull/212 * Updated the `CAMARA-API-access-and-user-consent.md` document with editorial and general writing improvements by @jpengar in https://github.com/camaraproject/IdentityAndConsentManagement/pull/213 ### Fixed From a8154b1757c3003fae4b0b3f2445c0663e45d5e7 Mon Sep 17 00:00:00 2001 From: Axel Nennker Date: Sat, 30 Nov 2024 09:21:50 +0100 Subject: [PATCH 4/4] Honor @chrishowell Co-authored-by: Herbert Damker --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a69d098..728b585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ NOTE: The Working Group release numbering has been updated to adopt the same rel * Updated the `CAMARA-Security-Interoperability.md` document to replace Telco and Operator terms with API Provider by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/201 * Updated terms and definitions in the `CAMARA-API-access-and-user-consent.md` for better writing and understanding by @jpengar and @chrishowell in https://github.com/camaraproject/IdentityAndConsentManagement/pull/212 -* Updated the `CAMARA-API-access-and-user-consent.md` document with editorial and general writing improvements by @jpengar in https://github.com/camaraproject/IdentityAndConsentManagement/pull/213 +* Updated the `CAMARA-API-access-and-user-consent.md` document with editorial and general writing improvements by @jpengar and @chrishowell in https://github.com/camaraproject/IdentityAndConsentManagement/pull/213 ### Fixed