Skip to content
Open
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
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,52 @@

## Table of Contents

- **[r2.2](#r22)**
- **[r2.3](#r23)**
- [r2.2](#r22)
- [r2.1](#r21)
- **[r1.2](#r12)**
- [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.**

# r2.3
## Release Notes

This public release contains the definition and documentation of
* device-swap v0.2.0

The API definition(s) are based on
* Commonalities v0.5.0
* Identity and Consent Management v0.3.0

## device-swap v0.2.0

**device-swap v0.2.0 is the public release of the Device Swap API**

- 0.2.0 Device Swap API definition **with inline documentation**:
- OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceSwap/blob/r2.3/code/API_definitions/device-swap.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceSwap/r2.3/code/API_definitions/device-swap.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceSwap/r2.3/code/API_definitions/device-swap.yaml)

Changes included in v0.2.0 in r2.3 compared to r2.2:
### Added
N/A

### Changed
N/A

### Fixed

* fix scenario error code and typos by @fernandopradocabrillo in https://github.com/camaraproject/DeviceSwap/pull/87

### Removed
N/A

## New Contributors
N/A

**Full Changelog**: https://github.com/camaraproject/DeviceSwap/compare/r2.2...r2.3

# r2.2
## Release Notes

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Repository to describe, develop, document and test the Device Swap APIs

## Release Information
* Note: 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 a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**.
* The public release r2.2 contains the version 0.2.0 of the Device Swap API. The release tag is [r2.2](https://github.com/camaraproject/DeviceSwap/tree/r2.2).
* The public release r2.3 contains the version 0.2.0 of the Device Swap API. The release tag is [r2.3](https://github.com/camaraproject/DeviceSwap/tree/r2.3).
- 0.2.0 Device Swap API definition **with inline documentation**:
- OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceSwap/blob/r2.2/code/API_definitions/device-swap.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceSwap/r2.2/code/API_definitions/device-swap.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceSwap/r2.2/code/API_definitions/device-swap.yaml)
- OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceSwap/blob/r2.3/code/API_definitions/device-swap.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceSwap/r2.3/code/API_definitions/device-swap.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceSwap/r2.3/code/API_definitions/device-swap.yaml)
* The latest public release is available here: https://github.com/camaraproject/DeviceSwap/releases/latest
* Other releases of this sub project are available in https://github.com/camaraproject/DeviceSwap/releases
* For changes see [CHANGELOG.md](https://github.com/camaraproject/DeviceSwap/blob/main/CHANGELOG.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Readiness Checklist

Checklist for device-swap 0.2.0 in r2.2
Checklist for device-swap 0.2.0 in r2.3

| Nr | API release assets | alpha | release-candidate | initial<br>public | stable<br> public | Status | Reference information |
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|:----:|
Expand Down