generated from camaraproject/Template_API_Repository
-
Notifications
You must be signed in to change notification settings - Fork 3
Fall25 - M3 Milestone - r1.1 - version v0.1.0 Release Candidate #14
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
Merged
chinaunicomyangfan
merged 35 commits into
camaraproject:main
from
chinaunicomyangfan:Fall25-M3
Jul 22, 2025
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
352ef81
Create CHANGELOG.MD
chinaunicomyangfan 12e246b
Update CHANGELOG.MD
chinaunicomyangfan 5934d90
Update CHANGELOG.MD
chinaunicomyangfan b193dec
Create subscription-status-API-Readiness-Checklist.md
chinaunicomyangfan 68ddbf0
Update release candidate version number
chinaunicomyangfan 1fb5c32
Update subscription-status.feature rc version number
chinaunicomyangfan 99fab3a
Delete code/Test_definitions/README.md
chinaunicomyangfan 2452381
Delete code/API_definitions/README.MD
chinaunicomyangfan 9ae0de0
Delete documentation/API_documentation/README.MD
chinaunicomyangfan 76adb26
Update README.md
chinaunicomyangfan 9032ffa
Update README.md
chinaunicomyangfan b0d3df0
fix: added text from the release management template CHANGELOG.md
Kevsy 9e33bc6
fix: added `-rc.1` to Commonalities version
Kevsy abf0e00
fix: added -rc.1 to ICM version
Kevsy 399fb33
fix: corrected version syntax
Kevsy bda42f4
Removed mention of 'implementation code'
Kevsy bb96d12
Reformatted 'what's changed' into preferred headings
Kevsy 0df8579
Remove 403 KnowYourCustomer ErrorCode
chinaunicomyangfan 9ae0efb
fix: Moved externalDocs to expected place, changed to template text
Kevsy 33e87de
fix: moved to expected location at start of document
Kevsy 8dfca9f
format: added carriage return
Kevsy c637c91
Update XCorrelator schema in yaml file
chinaunicomyangfan cc032ce
Merge branch 'camaraproject:main' into Fall25-M3
chinaunicomyangfan 3078238
Apply suggestions from code review
chinaunicomyangfan 148f327
Apply suggestions from code review
chinaunicomyangfan 5aab16a
Apply suggestions from code review
chinaunicomyangfan b256767
Apply suggestions from code review
chinaunicomyangfan dc41b4f
Apply suggestions from code review
chinaunicomyangfan b543f39
Apply suggestions from code review
chinaunicomyangfan 5bca4c2
Apply suggestions from code review
chinaunicomyangfan 9ed579e
Add the mandatory Authorization and authentication text
chinaunicomyangfan de57394
Update CHANGELOG.MD
chinaunicomyangfan f1a1df0
Update code/Test_definitions/subscription-status.feature
chinaunicomyangfan 459c115
Add description to the /retrive-subscription-status path
chinaunicomyangfan 89d55ce
Update subscription-status.yaml
chinaunicomyangfan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| # Changelog Subscription Status | ||
|
|
||
| ## Table of Contents | ||
| - **[r1.1](#r11)** | ||
|
|
||
| **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 | ||
|
|
||
|
|
||
| # r1.1 | ||
chinaunicomyangfan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## Release Notes | ||
|
|
||
|
|
||
| This release contains the definition and documentation of | ||
| * subscription-status v0.1.0-rc.1 | ||
|
|
||
| The API definition(s) are based on | ||
| * Commonalities v0.6.0-rc.1 | ||
| * Identity and Consent Management v0.4.0-rc.1 | ||
|
|
||
|
|
||
|
|
||
| ## subscription-status v0.1.0-rc.1 | ||
|
|
||
| **subscription-status v0.1.0-rc.1 is the first release-candidate version for v0.1.0 of the Subscription Status API. | ||
|
|
||
|
|
||
| API definition **with inline documentation**: | ||
| [[YAML]](https://github.com/camaraproject/SubscriptionStatus/blob/r1.1/code/API_definitions/subscription-status.yaml) | ||
| [[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/SubscriptionStatus/r1.1/code/API_definitions/subscription-status.yaml&nocors) | ||
| [[View it on Swagger Editor]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/SubscriptionStatus/r1.1/code/API_definitions/subscription-status.yaml) | ||
|
|
||
| **Initial contribution of API definitions for Subscription Status**, including initial documentation. | ||
|
|
||
| ## Added | ||
| * Initial yaml file including Subscription Status API by @chinaunicomyangfan in https://github.com/camaraproject/SubscriptionStatus/pull/6 | ||
| * Add test file by @chinaunicomyangfan in https://github.com/camaraproject/SubscriptionStatus/pull/9 | ||
| * Add text on undocumented errors to OAS definition by @chinaunicomyangfan in https://github.com/camaraproject/SubscriptionStatus/pull/13 | ||
|
|
||
| ## Removed | ||
| * Remove AUTHENTICATION_REQUIRED error code by @chinaunicomyangfan in https://github.com/camaraproject/SubscriptionStatus/pull/13 | ||
|
|
||
| ## Changed | ||
| * Update x-correlator format by @chinaunicomyangfan in https://github.com/camaraproject/SubscriptionStatus/pull/13 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
documentation/API_documentation/subscription-status-API-Readiness-Checklist.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # API Readiness Checklist | ||
|
|
||
| Checklist for subscription-status v0.1.0-rc.1 in r1.1 | ||
|
|
||
| | Nr | API release assets | alpha | release-candidate | initial<br>public | stable<br> public | Status | Reference information | | ||
| |----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|:----:| | ||
| | 1 | API definition | M | M | M | M | Y | [link](/code/API_definitions/subscription-status.yaml) | | ||
| | 2 | Design guidelines from Commonalities applied | O | M | M | M | Y | [r3.2](https://github.com/camaraproject/Commonalities/releases/tag/r3.2) | | ||
| | 3 | Guidelines from ICM applied | O | M | M | M | Y | [r3.2](https://github.com/camaraproject/IdentityAndConsentManagement/releases/tag/r3.2) | | ||
| | 4 | API versioning convention applied | M | M | M | M | Y | v0.1.0-rc.1 | | ||
| | 5 | API documentation | M | M | M | M | Y | Embed documentation into API spec - [link](/code/subscription-status.yaml) | | ||
| | 6 | User stories | O | O | O | M | N | | | ||
| | 7 | Basic API test cases & documentation | O | M | M | M | Y | [link](/code/Test_definitions/subscription-status.feature) | | ||
| | 8 | Enhanced API test cases & documentation | O | O | O | M | Y | [link](/code/Test_definitions/subscription-status.feature) | | ||
| | 9 | Test result statement | O | O | O | M | N | To be provided | | ||
| | 10 | API release numbering convention applied | M | M | M | M | Y | | | ||
| | 11 | Change log updated | M | M | M | M | Y | [link](/CHANGELOG.md) | | ||
| | 12 | Previous public release was certified | O | O | O | M | N | | | ||
| | 13 | API description (for marketing) | O | O | M | M | | [wiki link](https://lf-camaraproject.atlassian.net/wiki/x/hACbBQ) | |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.