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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
# Changelog Region Device Count

## Table of Contents
- **[r1.3](#r12)**
- **[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.**

# r1.3

## Release Notes


This release contains the definition and documentation of
* region-device-count 0.1.0

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


### Changed
* This patch release is just correcting the version number in the API definition file in https://github.com/camaraproject/RegionDeviceCount/pull/53.

API definition **with inline documentation**:
[[YAML]](https://github.com/camaraproject/RegionDeviceCount/blob/r1.3/code/API_definitions/region-device-count.yaml)
[[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/RegionDeviceCount/r1.3/code/API_definitions/region-device-count.yaml&nocors)
[[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/RegionDeviceCount/r1.3/code/API_definitions/region-device-count.yaml)

# r1.2

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Repository to describe, develop, document and test the RegionDeviceCount API
<!-- The latest public release is available here: https://github.com/camaraproject/RegionDeviceCount/releases/latest -->

* **This is the first public release with region-device-count v0.1.0:**
[[YAML]](https://github.com/camaraproject/RegionDeviceCount/blob/r1.2/code/API_definitions/region-device-count.yaml)
[[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/RegionDeviceCount/r1.2/code/API_definitions/region-device-count.yaml&nocors)
[[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/RegionDeviceCount/r1.2/code/API_definitions/region-device-count.yaml)
[[YAML]](https://github.com/camaraproject/RegionDeviceCount/blob/r1.3/code/API_definitions/region-device-count.yaml)
[[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/RegionDeviceCount/r1.3/code/API_definitions/region-device-count.yaml&nocors)
[[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/RegionDeviceCount/r1.3/code/API_definitions/region-device-count.yaml)

* For changes see [CHANGELOG.md](https://github.com/camaraproject/RegionDeviceCount/blob/main/CHANGELOG.md)

Expand Down
4 changes: 2 additions & 2 deletions code/API_definitions/region-device-count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ info:

Region Device Count API does not involve the input and output of user personal data.Therefore, the access to Region Device Count APII is defined as `Client Credentials - 2-legged`. Please refer to [Identify and Consent Management](https://github.com/camaraproject/IdentityAndConsentManagement/) for the latest detailed specification of this authentication/authorization flow.

version: 0.1.0-rc.1
version: 0.1.0
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
Expand All @@ -59,7 +59,7 @@ externalDocs:
description: Project documentation at CAMARA
url: https://github.com/camaraproject/RegionDeviceCount
servers:
- url: '{apiRoot}/region-device-count/v0.1rc1'
- url: '{apiRoot}/region-device-count/v0.1'
variables:
apiRoot:
default: http://localhost:9091
Expand Down
1 change: 0 additions & 1 deletion documentation/API_documentation/README.MD

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Readiness Checklist

Checklist for region-device-count v0.1.0 in r1.2
Checklist for region-device-count v0.1.0 in r1.3

| Nr | API release assets | alpha | release-candidate | initial<br>public | stable<br> public | Status | Reference information |
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|:----:|
Expand Down
1 change: 0 additions & 1 deletion documentation/SupportingDocuments/README.MD

This file was deleted.