-
Notifications
You must be signed in to change notification settings - Fork 3
Release r1.1 with 0.1.0-rc.1 version (Fall'25 M3) #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e5fcda0
51a1ce3
3c71b9f
e198b0a
fe54405
b2652b6
9cea715
c436eab
ca6070e
4d72cd4
ade3b28
cd94100
aa5fe17
85f61ee
6a86006
b0f1645
a8181d2
85ea887
89b204b
c11b7b6
3b8b9f2
d6fe895
2ef4a60
f5e780f
aa5d6a8
2c76b7d
9fa65b6
af4a95b
632f2e0
eb56148
4d4bb60
440328a
0962a75
723262e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,40 @@ | ||
| Please see https://github.com/camaraproject/ReleaseManagement/blob/main/documentation/CHANGELOG_TEMPLATE.md when creating your first release and CHANGELOG.md entry. | ||
| # Changelog Application Endpoint Registration | ||
|
|
||
| ## Table of contents | ||
|
|
||
| - **[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.** | ||
|
|
||
| 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 | ||
|
|
||
| <!--Repeat the below release section (header 1 and subsections) at the top of this file for each new (pre-)release--> | ||
|
|
||
| # r1.1 | ||
|
|
||
| ## Release Notes | ||
|
|
||
|
|
||
| This release contains the definition and documentation of | ||
| * application-endpoint-registration v0.1.0-rc.1, a release-candidate pre-release | ||
|
|
||
| The API definition(s) are based on | ||
| * Commonalities r3.2 | ||
| * Identity and Consent Management r3.2 | ||
|
|
||
| ## application-endpoint-registration v0.1.0-rc.1 | ||
|
|
||
| **application-endpoint-registration v0.1.0-rc.1 is the initial release candidate version of this API, including initial documentation and implementation code.** | ||
|
|
||
| - API definition **with inline documentation**: | ||
| - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ApplicationEndpointRegistration/r1.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/r1.1/code/API_definitions/application-endpoint-registration.yaml) | ||
| - OpenAPI [YAML spec file](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/r1.1/code/API_definitions/application-endpoint-registration.yaml) | ||
|
|
||
| ### Added | ||
| * Creation of the application-endpoint-registration API yaml file | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -24,12 +24,13 @@ Sandbox API Repository to describe, develop, document, and test the ApplicationE | |||||
|
|
||||||
| ## Release Information | ||||||
|
urvika-v marked this conversation as resolved.
|
||||||
|
|
||||||
| The repository has no (pre)releases yet, work in progress is within the main branch. | ||||||
| <!--The repository has no (pre)releases yet, work in progress is within the main branch.--> | ||||||
| <!-- Optional: an explicit listing of the latest (pre-)release with additional information, e.g. links to the API definitions --> | ||||||
| <!-- In addition use/uncomment one or multiple the following alternative options when becoming applicable --> | ||||||
| <!-- Pre-releases of this sub project are available in https://github.com/camaraproject/ApplicationEndpointRegistration/releases --> | ||||||
| <!-- The latest public release is available here: https://github.com/camaraproject/ApplicationEndpointRegistration/releases/latest --> | ||||||
| <!-- For changes see [CHANGELOG.md](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/main/CHANGELOG.md) --> | ||||||
| Pre-releases of this sub project are available in https://github.com/camaraproject/ApplicationEndpointRegistration/releases | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Commented out because there are no pre-releases
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually should this line be used, with r1.1 there is a release in this repository. But change it a little bit (template need to be updated):
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Ah yes - I forgot the clarification on the Wiki: " Thanks, and I'll update the text to state "API repository" as suggested above. |
||||||
| <!--The latest public release is available here: https://github.com/camaraproject/ApplicationEndpointRegistration/releases/latest--> | ||||||
|
|
||||||
| For changes see [CHANGELOG.md](https://github.com/camaraproject/ApplicationEndpointRegistration/blob/main/CHANGELOG.md) | ||||||
|
Kevsy marked this conversation as resolved.
|
||||||
|
|
||||||
| ## Contributing | ||||||
|
|
||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.