Skip to content

Commit 0c36df8

Browse files
authored
Merge pull request #239 from camaraproject/jpengar/icm-release-r2.1
Alpha release r2.1
2 parents 5cf1bfa + a8154b1 commit 0c36df8

File tree

3 files changed

+55
-9
lines changed

3 files changed

+55
-9
lines changed

CHANGELOG.md

+47-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,53 @@
22

33
## Table of Contents
44

5-
- [r0.2.1](#r021)
6-
- [r0.2.0](#r020)
7-
- [r0.2.0-rc.2](#r020-rc2)
8-
- [v0.2.0-rc.1](#v020-rc1)
9-
- [v0.1.0 - Initial version](#v010---initial-version)
5+
- **[r2.1](#r21)**
6+
- **[r0.2.1](#r021)**
7+
- **[r0.2.0](#r020)**
8+
- **[r0.2.0-rc.2](#r020-rc2)**
9+
- **[v0.2.0-rc.1](#v020-rc1)**
10+
- **[v0.1.0 - Initial version](#v010---initial-version)**
11+
12+
**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.**
13+
14+
The below sections record the changes in each release as follows:
15+
16+
* for an alpha release, the delta with respect to the previous release
17+
* for the first release-candidate, all changes since the last public release
18+
* for subsequent release-candidate(s), only the delta to the previous release-candidate
19+
* for a public release, the consolidated changes since the previous public release
20+
21+
# r2.1
22+
23+
## Release Notes
24+
25+
This pre-release contains the definition and documentation of:
26+
27+
* "Identity and Consent Management" v0.3.0-alpha.1
28+
29+
NOTE: The Working Group release numbering has been updated to adopt the same release notation as is used for API sub-projects.
30+
31+
### Added
32+
33+
* Recommend signed authentication requests for CIBA by @eric-murray in https://github.com/camaraproject/IdentityAndConsentManagement/pull/217
34+
* Operator token login_hint format by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/218
35+
36+
### Changed
37+
38+
* 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
39+
* 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
40+
* 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
41+
42+
### Fixed
43+
44+
* Fixed error description for missing openid scope in the `CAMARA-Security-Interoperability.md` document by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/210
45+
* 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
46+
47+
### Removed
48+
49+
N/A
50+
51+
**Full Changelog**: https://github.com/camaraproject/IdentityAndConsentManagement/compare/r0.2.1...r2.1
1052

1153
# r0.2.1
1254

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ Repository to describe, develop, document and test the Identity And Consent Mana
1616

1717
## Release Information
1818

19-
* `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:
19+
* `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:
20+
* [CAMARA APIs access and user consent management](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r2.1/documentation/CAMARA-API-access-and-user-consent.md)
21+
* [CAMARA Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r2.1/documentation/CAMARA-Security-Interoperability.md)
22+
>NOTE: the Working Group release numbering has been updated to adopt the same release notation as is used for API sub-projects.
23+
* 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:
2024
* [CAMARA APIs access and user consent management](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.1/documentation/CAMARA-API-access-and-user-consent.md)
21-
* [Camara Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.1/documentation/CAMARA-Security-Interoperability.md)
25+
* [CAMARA Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.1/documentation/CAMARA-Security-Interoperability.md)
2226
* The latest **public release** of guidelines and documentation for CAMARA APIs is available [here](https://github.com/camaraproject/IdentityAndConsentManagement/releases/latest).
23-
* For previous releases and changes see [CHANGELOG.md](https://github.com/camaraproject/IdentityAndConsentManagement/blob/main/CHANGELOG.md)
27+
* For previous releases and changes see [CHANGELOG.md](/CHANGELOG.md)
2428

2529
## Contributing
2630
* Meetings

VERSION.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: wip
1+
version: 0.3.0-alpha.1

0 commit comments

Comments
 (0)