Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release r1.3 #216

Merged
merged 29 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
02738d1
Update device-reachability-status-subscriptions.yaml
akoshunyadi Oct 5, 2024
8956352
Update device-reachability-status.yaml
akoshunyadi Oct 5, 2024
8e4afa3
Update device-roaming-status-subscriptions.yaml
akoshunyadi Oct 5, 2024
35d4a1e
Update device-roaming-status.yaml
akoshunyadi Oct 5, 2024
8beaf1b
Update CHANGELOG.md
akoshunyadi Oct 5, 2024
4c782ce
Update CHANGELOG.md
akoshunyadi Oct 10, 2024
8b981e2
Update CHANGELOG.md
akoshunyadi Oct 10, 2024
66fb17e
Update device-reachability-status-subscriptions-API-Readiness-Checkli…
akoshunyadi Oct 10, 2024
b137d0a
Update device-reachability-status-API-Readiness-Checklist.md
akoshunyadi Oct 10, 2024
12be6b7
Update device-roaming-status-subscriptions-API-Readiness-Checklist.md
akoshunyadi Oct 10, 2024
4294b42
update ICM version
akoshunyadi Oct 30, 2024
9ed4215
Update device-roaming-status-subscriptions.yaml
akoshunyadi Oct 30, 2024
a8fbd25
Update device-reachability-status-subscriptions.yaml
akoshunyadi Oct 30, 2024
af97185
Update device-reachability-status.yaml
akoshunyadi Oct 30, 2024
5c61f79
Update device-roaming-status.yaml
akoshunyadi Oct 30, 2024
da7bd6b
Update device-roaming-status-API-Readiness-Checklist.md
akoshunyadi Oct 30, 2024
cd4340f
Update README.md
akoshunyadi Oct 30, 2024
b7ffa80
Update README.md
akoshunyadi Oct 30, 2024
3b0d5b1
Update CHANGELOG.md
akoshunyadi Oct 30, 2024
382bec8
Update device-reachability-status-subscriptions.yaml
akoshunyadi Oct 30, 2024
25e4dd7
Update device-reachability-status.yaml
akoshunyadi Oct 30, 2024
eb7fde9
Update device-roaming-status-subscriptions.yaml
akoshunyadi Oct 30, 2024
d58b217
Update device-roaming-status.yaml
akoshunyadi Oct 30, 2024
f2f2021
Update device-reachability-status-subscriptions.yaml
akoshunyadi Oct 30, 2024
633d073
Update device-reachability-status.yaml
akoshunyadi Oct 30, 2024
be2f5c5
Update device-roaming-status.yaml
akoshunyadi Oct 30, 2024
32d08d1
Update device-roaming-status-subscriptions.yaml
akoshunyadi Oct 30, 2024
960ccec
Update device-roaming-status-subscriptions.yaml
akoshunyadi Oct 30, 2024
798a0eb
Update CHANGELOG.md
akoshunyadi Oct 31, 2024
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
84 changes: 84 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog DeviceStatus
## Table of Contents
- [r1.3](#r13)
- [r1.2](#r12)
- [r1.1](#r11)
- [r0.6](#r06)
Expand All @@ -17,6 +18,89 @@ The below sections record the changes for each API version in each release as fo
* for subsequent alpha or release-candidate API versions, the delta with respect to the previous pre-release
* for a public API version, the consolidated changes since the release of the previous public API version

# r1.3
## Release Notes

This patch release contains the definition and documentation of
* device-roaming-status v0.6.0
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved
* device-roaming-status-subscriptions v0.6.1
* device-reachability-status v0.6.1
* device-reachability-status-subscriptions v0.6.1

The API definition(s) are based on
* Commonalities v0.4.0
* Identity and Consent Management v0.2.0
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved

Note: these patch release notes are listing only the change compared to the [r1.2](https://github.com/camaraproject/DeviceStatus/releases/tag/r1.2) release. For the full list of changes of the 0.6.0 API versions compared to 0.5.x see [r1.2](#r12).

## device-roaming-status v0.6.0

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

### Added

### Changed

### Fixed

### Removed

## device-roaming-status-subscriptions v0.6.1

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

### Added

### Changed

### Fixed
* Add missing `protocol`-components for device-roaming-status-subscriptions by @maxl2287 in https://github.com/camaraproject/DeviceStatus/pull/208
* Correct the examples for sub - initialEvent and error MULTIEVENT_SUBSCRIPTION_NOT_SUPPORTED by @dfischer-tech in https://github.com/camaraproject/DeviceStatus/pull/210

### Removed


## device-reachability-status v0.6.1

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

### Added

### Changed
* Update description of the reachability types by @akoshunyadi in https://github.com/camaraproject/DeviceStatus/pull/215

### Fixed

### Removed

## device-reachability-status-subscriptions v0.6.1

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

### Added

### Changed
* Update description of the reachability types by @akoshunyadi in https://github.com/camaraproject/DeviceStatus/pull/215

### Fixed
* Correct the examples for sub - initialEvent and error MULTIEVENT_SUBSCRIPTION_NOT_SUPPORTED by @dfischer-tech in https://github.com/camaraproject/DeviceStatus/pull/210

### Removed

**Full Changelog**: https://github.com/camaraproject/DeviceStatus/compare/r1.2...r1.3

# r1.2
## Release Notes

Expand Down
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip
version: 0.6.1
x-camara-commonalities: 0.4.0
externalDocs:
description: Product documentation at CAMARA
Expand Down
2 changes: 1 addition & 1 deletion code/API_definitions/device-reachability-status.yaml
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip
version: 0.6.1
x-camara-commonalities: 0.4.0
externalDocs:
description: Product documentation at CAMARA
Expand Down
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip
version: 0.6.1
x-camara-commonalities: 0.4.0
externalDocs:
description: Product documentation at CAMARA
Expand Down
2 changes: 1 addition & 1 deletion code/API_definitions/device-roaming-status.yaml
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip
version: 0.6.0
x-camara-commonalities: 0.4.0
externalDocs:
description: Product documentation at CAMARA
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Readiness Checklist

Checklist for device-reachability-status 0.6.0 in r1.2.
Checklist for device-reachability-status 0.6.1 in r1.3.
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved

| Nr | API release assets | alpha | release-candidate | initial<br>public | stable<br> public | Status | Comments |
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|:----:|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Readiness Checklist

Checklist for device-reachability-status-subscriptions 0.6.0 in r1.2.
Checklist for device-reachability-status-subscriptions 0.6.1 in r1.3.
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved

| Nr | API release assets | alpha | release-candidate | initial<br>public | stable<br> public | Status | Comments |
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|:----:|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Readiness Checklist

Checklist for device-roaming-status-subscriptions 0.6.0 in r1.2.
Checklist for device-roaming-status-subscriptions 0.6.1 in r1.3.
akoshunyadi marked this conversation as resolved.
Show resolved Hide resolved

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