Skip to content

Commit faae1ff

Browse files
authored
Merge pull request #45 from camaraproject/jgarciahospital-patch-5
Prepare release r1.2
2 parents ab5a4d7 + fc990bb commit faae1ff

File tree

5 files changed

+55
-13
lines changed

5 files changed

+55
-13
lines changed

CHANGELOG.md

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,51 @@
22

33
## Table of Contents
44

5+
- **[r1.2](#r12)**
56
- [r1.1](#r11)
67
- [v0.1.0](#v010)
78

89
**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.**
910

11+
# r1.2
12+
## Release Notes
13+
14+
This release contains the definition and documentation of
15+
* population-density-data v0.1.1
16+
17+
The API definition(s) are based on
18+
* Commonalities v0.4.0
19+
* Identity and Consent Management v0.2.0
20+
21+
22+
## population-density-data v0.1.1
23+
24+
**population-density-data v0.1.1 is the public release of the version 0.1.1**
25+
26+
v0.1.1 is a patch release of v0.1.0 which includes only changes of the info object in alignment with Commonalities 0.4.0, completing the alignment with Commonalities v0.4.0 and Consent Management v0.2.0 guidelines included in the CAMARA Fall24 meta-release. Test cases are included for API validation. No new features were included.
27+
28+
- API definition **with inline documentation**:
29+
- OpenAPI [YAML spec file](https://github.com/camaraproject/PopulationDensityData/blob/r1.2/code/API_definitions/population-density-data.yaml)
30+
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/r1.2/code/API_definitions/population-density-data.yaml&nocors)
31+
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/r1.2/code/API_definitions/population-density-data.yaml)
32+
33+
### Added
34+
* Include `x-camara-commonalities` by @jgarciahospital in https://github.com/camaraproject/PopulationDensityData/pull/41
35+
* Include testing definitions in .feature file for Fall24 meta-release by @jgarciahospital in https://github.com/camaraproject/PopulationDensityData/pull/44
36+
* Included documentation for the initial posible implementation algorithm by @jgarciahospital in https://github.com/camaraproject/PopulationDensityData/pull/25
37+
* Included API test plan for Population Density Data by @jgarciahospital in https://github.com/camaraproject/PopulationDensityData/pull/44
38+
39+
### Changed
40+
* Updated Authorization and authentication section according to I&CM latest release by @jgarciahospital in https://github.com/camaraproject/PopulationDensityData/pull/41
41+
* Updated API and error descriptions by @gregory1g in https://github.com/camaraproject/PopulationDensityData/pull/42
42+
43+
### Fixed
44+
* Align with Commonalities subscription-model by using sink and sinkCredentials by @jgarciahospital in https://github.com/camaraproject/PopulationDensityData/pull/47
45+
46+
### Removed
47+
* Remove `terms of service` and `contact` by @jgarciahospital in https://github.com/camaraproject/PopulationDensityData/pull/41
48+
49+
1050
# r1.1
1151
## Release Notes
1252

@@ -24,9 +64,9 @@ The API definition(s) are based on
2464

2565
v0.1.1 will be a patch release of v0.1.0 which includes only changes of the info object in alignment with Commonalities 0.4.0.
2666
- API definition **with inline documentation**:
27-
- OpenAPI [YAML spec file](https://github.com/camaraproject/PopulationDensityData/blob/release-v0.1.1-rc1.1/code/API_definitions/population-density-data.yaml)
28-
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/release-v0.1.1-rc1.1/code/API_definitions/population-density-data.yaml&nocors)
29-
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/release-v0.1.1-rc1.1/code/API_definitions/population-density-data.yaml)
67+
- OpenAPI [YAML spec file](https://github.com/camaraproject/PopulationDensityData/blob/r1.1/code/API_definitions/population-density-data.yaml)
68+
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/r1.1/code/API_definitions/population-density-data.yaml&nocors)
69+
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/r1.1/code/API_definitions/population-density-data.yaml)
3070

3171
### Added
3272
* Include `x-camara-commonalities` by @jgarciahospital in https://github.com/camaraproject/PopulationDensityData/pull/41

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ Repository to describe, develop, document and test the Population Density Data A
3030
## Status and released versions
3131

3232
* 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**.
33-
* The pre-release r1.1 contains the version 0.1.1-rc.1 of the Population Density Data API. It is the first release candidate of the patch release v0.1.1. The release tag is [r1.1](https://github.com/camaraproject/PopulationDensityData/tree/r1.1).
34-
- 0.1.1-rc.1 Population Density Data API definition **with inline documentation**:
35-
- OpenAPI [YAML spec file](https://github.com/camaraproject/PopulationDensityData/blob/r1.1/code/API_definitions/population-density-data.yaml)
36-
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/r1.1/code/API_definitions/population-density-data.yaml&nocors)
37-
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/r1.1/code/API_definitions/population-density-data.yaml)
33+
* The release r1.2 contains the version 0.1.1 of the Population Density Data API. It is the release of the patch release v0.1.1. The release tag is [r1.2](https://github.com/camaraproject/PopulationDensityData/tree/r1.2).
34+
- 0.1.1 Population Density Data API definition **with inline documentation**:
35+
- OpenAPI [YAML spec file](https://github.com/camaraproject/PopulationDensityData/blob/r1.2/code/API_definitions/population-density-data.yaml)
36+
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/r1.2/code/API_definitions/population-density-data.yaml&nocors)
37+
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/r1.2/code/API_definitions/population-density-data.yaml)
38+
* The latest public release is available here: https://github.com/camaraproject/PopulationDensityData/releases/latest
39+
* Other releases of this sub project are available in https://github.com/camaraproject/PopulationDensityData/releases
40+
* For changes see [CHANGELOG.md](https://github.com/camaraproject/PopulationDensityData/blob/main/CHANGELOG.md)
3841

3942
## Contributorship and mailing list
4043
* To subscribe / unsubscribe to the mailing list of this Sub Project and thus be / resign as Contributor please visit <https://lists.camaraproject.org/g/sp-pdd>.

code/API_definitions/population-density-data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ info:
118118
license:
119119
name: Apache 2.0
120120
url: https://www.apache.org/licenses/LICENSE-2.0.html
121-
version: wip
121+
version: 0.1.1
122122

123123
x-camara-commonalities: 0.4.0
124124
externalDocs:
125125
description: Product documentation at Camara.
126126
url: https://github.com/camaraproject/
127127
servers:
128-
- url: '{apiRoot}/population-density-data/vwip'
128+
- url: '{apiRoot}/population-density-data/v0.1'
129129
variables:
130130
apiRoot:
131131
default: http://localhost:9091

documentation/API_documentation/README.MD

Lines changed: 0 additions & 1 deletion
This file was deleted.

documentation/API_documentation/population-density-data-API-Readiness-Checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# API Readiness Checklist
22

3-
Checklist for population-density-data 0.1.1-rc.1 in release r1.1
3+
Checklist for population-density-data 0.1.1 in release r1.2
44

55
| Nr | API release assets | alpha | release-candidate | initial<br>public | stable<br> public | Status | Comments |
6-
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|:----:|
6+
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|------|
77
| 1 | API definition | M | M | M | M | Y | [link](/code/API_definitions/population-density-data.yaml) |
88
| 2 | Design guidelines from Commonalities applied | O | M | M | M | Y | |
99
| 3 | Guidelines from ICM applied | O | M | M | M | Y | |

0 commit comments

Comments
 (0)