|
2 | 2 |
|
3 | 3 | ## Table of Contents
|
4 | 4 |
|
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 |
10 | 52 |
|
11 | 53 | # r0.2.1
|
12 | 54 |
|
|
0 commit comments