Skip to content

Commit 73a7058

Browse files
Merge pull request #167 from fernandopradocabrillo/r1.4
r1.4
2 parents 048ede2 + 1bf895b commit 73a7058

File tree

4 files changed

+52
-7
lines changed

4 files changed

+52
-7
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Table of Contents
44

5+
- [r1.4](#r14)
56
- [r1.3](#r13)
67
- [r1.2](#r12)
78
- [r1.1](#r11)
@@ -16,6 +17,50 @@ The below sections record the changes for each API version in each release as fo
1617
* for subsequent alpha or release-candidate API versions, the delta with respect to the previous pre-release
1718
* for a public API version, the consolidated changes since the release of the previous public API version
1819

20+
# r1.4
21+
22+
## Release Notes
23+
24+
This release contains the definition and documentation of
25+
* kyc-match v0.2.1
26+
* kyc-fill-in v0.2.0
27+
28+
The API definition(s) are based on
29+
* Commonalities v0.4.0
30+
* Identity and Consent Management v0.2.0
31+
32+
## kyc-match v0.2.1
33+
34+
**kyc-match v0.2.1 is the first initial version for the CAMARA KnowYourCustomer Match API**
35+
36+
- API definition **with inline documentation**:
37+
- OpenAPI [YAML spec file](https://github.com/camaraproject/KnowYourCustomer/blob/r1.4/code/API_definitions/kyc-match.yaml)
38+
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.4/code/API_definitions/kyc-match.yaml&nocors)
39+
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.4/code/API_definitions/kyc-match.yaml&nocors)
40+
41+
**Main changes**
42+
- Update test plan and remove unneeded scenario
43+
- There are no changes to the API definitions and API version numbers compared to r1.3
44+
45+
### Changed
46+
47+
- Update test plan and remove unneeded scenario by @fernandopradocabrillo in https://github.com/camaraproject/KnowYourCustomer/pull/163
48+
49+
## kyc-fill-in v0.2.0
50+
51+
**kyc-fill-in v0.2.0 is the first initial version for the CAMARA KnowYourCustomer Fill-in API**
52+
53+
- API definition **with inline documentation**:
54+
- OpenAPI [YAML spec file](https://github.com/camaraproject/KnowYourCustomer/blob/r1.4/code/API_definitions/kyc-fill-in.yaml)
55+
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.4/code/API_definitions/kyc-fill-in.yaml&nocors)
56+
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.4/code/API_definitions/kyc-fill-in.yaml&nocors)
57+
58+
**Main Changes**
59+
60+
* No changes in kyc-fill-in in this release
61+
62+
**Full Changelog**: https://github.com/camaraproject/KnowYourCustomer/compare/r1.3...r1.4
63+
1964
# r1.3
2065

2166
## Release Notes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Repository to describe, develop, document and test the KnowYourCustomer API fami
2323

2424
* Note: Please be aware that the project will have updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. For best results, use the latest available release
2525

26-
* `NEW`:**The latest release of CAMARA Know Your customer is [r1.3](https://github.com/camaraproject/KnowYourCustomer/tree/r1.3)**. The Release Tag is [r1.3](https://github.com/camaraproject/KnowYourCustomer/releases/tag/r1.3).
26+
* `NEW`:**The latest release of CAMARA Know Your customer is [r1.4](https://github.com/camaraproject/KnowYourCustomer/tree/r1.4)**. The Release Tag is [r1.4](https://github.com/camaraproject/KnowYourCustomer/releases/tag/r1.4).
2727
- Contains the following API definitions **with inline documentation**:
28-
- kyc-match: [YAML spec file](https://github.com/camaraproject/KnowYourCustomer/blob/r1.3/code/API_definitions/kyc-match.yaml) | [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.3/code/API_definitions/kyc-match.yaml&nocors) | [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.3/code/API_definitions/kyc-match.yaml&nocors)
29-
- kyc-fill-in: [YAML spec file](https://github.com/camaraproject/KnowYourCustomer/blob/r1.3/code/API_definitions/kyc-fill-in.yaml) | [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.3/code/API_definitions/kyc-fill-in.yaml&nocors) | [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.3/code/API_definitions/kyc-fill-in.yaml&nocors)
28+
- kyc-match: [YAML spec file](https://github.com/camaraproject/KnowYourCustomer/blob/r1.4/code/API_definitions/kyc-match.yaml) | [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.4/code/API_definitions/kyc-match.yaml&nocors) | [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.4/code/API_definitions/kyc-match.yaml&nocors)
29+
- kyc-fill-in: [YAML spec file](https://github.com/camaraproject/KnowYourCustomer/blob/r1.4/code/API_definitions/kyc-fill-in.yaml) | [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.4/code/API_definitions/kyc-fill-in.yaml&nocors) | [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/KnowYourCustomer/r1.4/code/API_definitions/kyc-fill-in.yaml&nocors)
3030

3131
## Contributing
3232

documentation/API_documentation/kyc-fill-in-API-Readiness-Checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Checklist for kyc-fill-in 0.2.0 in release r1.3
99
| 3 | Guidelines from ICM applied | O | M | M | M | Y | |
1010
| 4 | API versioning convention applied | M | M | M | M | Y | |
1111
| 5 | API documentation | M | M | M | M | Y | Embedded documentation into API spec - [link](/code/API_definitions/kyc-fill-in.yaml) |
12-
| 6 | User stories | O | O | O | M | Y | [link](documentation/API_documentation/KnowYourCustomer_User_Story.md) |
13-
| 7 | Basic API test cases & documentation | O | M | M | M | Y | [link](code/Test_definitions/kyc-fill-in.feature) |
12+
| 6 | User stories | O | O | O | M | Y | [link](/documentation/API_documentation/KnowYourCustomer_User_Story.md) |
13+
| 7 | Basic API test cases & documentation | O | M | M | M | Y | [link](/code/Test_definitions/kyc-fill-in.feature) |
1414
| 8 | Enhanced API test cases & documentation | O | O | O | M | N | |
1515
| 9 | Test result statement | O | O | O | M | N | |
1616
| 10 | API release numbering convention applied | M | M | M | M | Y | |

documentation/API_documentation/kyc-match-API-Readiness-Checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Checklist for kyc-match 0.2.1 in release r1.3
99
| 3 | Guidelines from ICM applied | O | M | M | M | Y | |
1010
| 4 | API versioning convention applied | M | M | M | M | Y | |
1111
| 5 | API documentation | M | M | M | M | Y | Embedded documentation into API spec - [link](/code/API_definitions/kyc-match.yaml) |
12-
| 6 | User stories | O | O | O | M | Y | [link](documentation/API_documentation/KnowYourCustomer_User_Story.md) |
13-
| 7 | Basic API test cases & documentation | O | M | M | M | Y | [link](code/Test_definitions/kyc-match.feature) |
12+
| 6 | User stories | O | O | O | M | Y | [link](/documentation/API_documentation/KnowYourCustomer_User_Story.md) |
13+
| 7 | Basic API test cases & documentation | O | M | M | M | Y | [link](/code/Test_definitions/kyc-match.feature) |
1414
| 8 | Enhanced API test cases & documentation | O | O | O | M | N | |
1515
| 9 | Test result statement | O | O | O | M | N | |
1616
| 10 | API release numbering convention applied | M | M | M | M | Y | |

0 commit comments

Comments
 (0)