Skip to content

Commit

Permalink
Merge pull request #133 from akoshunyadi/prepare-release-0.5.1
Browse files Browse the repository at this point in the history
Prepare release 0.5.1
  • Loading branch information
sachinvodafone authored Apr 10, 2024
2 parents 0baa89c + da99921 commit 5628f9a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 5 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,49 @@
# Changelog DeviceStatus
## Table of Contents
- [v0.5.1](#v051)
- [v0.5.0](#v050)
- [v0.5.0-rc](#v050-rc)
- [v0.4.1](#v041)
- [v0.2.0](#v020)

# v0.5.1
**This is a bugfix release for the third alpha version of the CAMARA DeviceStatus API**
- API definition **with inline documentation**:
- OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceStatus/blob/release-0.5.1/code/API_definitions/device-status.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/release-0.5.1/code/API_definitions/device-status.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/release-0.5.1/code/API_definitions/device-status.yaml)

## Please note:
- This is an alpha version, it should be considered as a draft.
- There are bug fixes to be expected and incompatible changes in upcoming versions.
- The release is suitable for implementors, but it is not recommended to use the API with customers in productive environments.

### Main Changes
* Minor bugfixes
* Changes in the inline documentation

### Added
* NA

### Changed
* Change description that subscriptionExpireTime is optional by @maxl2287 in https://github.com/camaraproject/DeviceStatus/pull/120
* Updated in-line documentation for Roaming to clarify that country information can optionally be returned in the response. by @trehman-gsma in https://github.com/camaraproject/DeviceStatus/pull/127

### Fixed
* fix: move "countryCode" out of "device" in ROAMING_CHANGE_COUNTRY-example by @maxl2287 in https://github.com/camaraproject/DeviceStatus/pull/106
* fix: add missing "subscriptionId" in "RoamingStatus"-data for CloudEvent by @maxl2287 in https://github.com/camaraproject/DeviceStatus/pull/109
* fix: change INVALID_INPUT for INVALID_ARGUMENT according to guidelines by @fernandopradocabrillo in https://github.com/camaraproject/DeviceStatus/pull/129

### Removed
* NA

## New Contributors
* @trehman-gsma made their first contribution in https://github.com/camaraproject/DeviceStatus/pull/127
* @fernandopradocabrillo made their first contribution in https://github.com/camaraproject/DeviceStatus/pull/129

**Full Changelog**: https://github.com/camaraproject/DeviceStatus/compare/v0.5.0...v0.5.1


# v0.5.0
**This is the third alpha version of the CAMARA DeviceStatus API**
- API definition **with inline documentation**:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Repository to describe, develop, document and test the DeviceStatus API family
## Status and released versions
* 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 latest available and released version 0.5.0 of the API is available within the [release-0.5.0 branch](https://github.com/camaraproject/DeviceStatus/tree/release-0.5.0)
* The latest available and released version 0.5.1 of the API is available within the [release-0.5.1 branch](https://github.com/camaraproject/DeviceStatus/tree/release-0.5.1)
- API definition with inline documentation:
- OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceStatus/blob/release-0.5.0/code/API_definitions/device-status.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/release-0.5.0/code/API_definitions/device-status.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/release-0.5.0/code/API_definitions/device-status.yaml)
- OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceStatus/blob/release-0.5.1/code/API_definitions/device-status.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/release-0.5.1/code/API_definitions/device-status.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/release-0.5.1/code/API_definitions/device-status.yaml)

## Contributorship and mailing list
* 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-dst>.
Expand Down
2 changes: 1 addition & 1 deletion code/API_definitions/device-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.5.1-wip
version: 0.5.1
externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/
Expand Down

0 comments on commit 5628f9a

Please sign in to comment.