Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions CHANGELOG/CHANGELOG-r3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<!-- TOC:START -->
## Table of Contents
- [r3.2](#r32)
- [r3.1](#r31)
<!-- TOC:END -->

Expand All @@ -14,6 +15,50 @@ The below sections record the changes for each API version in each release as fo
* 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

# r3.2

## Release Notes

This release candidate contains the definition and documentation of
* kyc-tenure 0.3.0-rc.1

The API definition(s) are based on
* Commonalities 0.8.0
* Identity and Consent Management 0.5.0

## kyc-tenure 0.3.0-rc.1

**kyc-tenure 0.3.0-rc.1 is a release-candidate version of this API.**

Changes documented below are compared to version 0.2.0.

- API definition **with inline documentation**:
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.2/code/API_definitions/kyc-tenure.yaml&nocors)
- [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.2/code/API_definitions/kyc-tenure.yaml)
- OpenAPI [YAML spec file](https://github.com/camaraproject/Tenure/blob/r3.2/code/API_definitions/kyc-tenure.yaml)

### Breaking changes

* N/A

### Added

* Management of an optional threshold for tenureDate by @GillesInnov35 in https://github.com/camaraproject/Tenure/pull/56

### Changed

* Update API definition to fix validation warnings and hints by @eric-murray in https://github.com/camaraproject/Tenure/pull/75

### Fixed

* N/A

### Removed

* Delete redundant API-Readiness-Checklist file by @eric-murray in https://github.com/camaraproject/Tenure/pull/78

**Full Changelog**: https://github.com/camaraproject/Tenure/compare/r2.2...r3.2

# r3.1

## Release Notes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Sandbox API Repository to describe, develop, document, and test the Tenure Servi

### Upcoming Release Preview

* Pre-release: [r3.1](https://github.com/camaraproject/Tenure/releases/tag/r3.1) (alpha)
* **kyc-tenure 0.3.0-alpha.1**
[[YAML]](https://github.com/camaraproject/Tenure/blob/r3.1/code/API_definitions/kyc-tenure.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.1/code/API_definitions/kyc-tenure.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.1/code/API_definitions/kyc-tenure.yaml)
* Pre-release: [r3.2](https://github.com/camaraproject/Tenure/releases/tag/r3.2) (release candidate)
* **kyc-tenure 0.3.0-rc.1**
[[YAML]](https://github.com/camaraproject/Tenure/blob/r3.2/code/API_definitions/kyc-tenure.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.2/code/API_definitions/kyc-tenure.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/Tenure/r3.2/code/API_definitions/kyc-tenure.yaml)


_The above section is automatically synchronized by CAMARA project-administration._
Expand Down