|
1 | 1 | # Changelog DeviceStatus |
2 | 2 | ## Table of Contents |
| 3 | +- [r2.1](#r21) |
3 | 4 | - [r1.3](#r13) |
4 | 5 | - [r1.2](#r12) |
5 | 6 | - [r1.1](#r11) |
|
14 | 15 |
|
15 | 16 | The below sections record the changes for each API version in each release as follows: |
16 | 17 |
|
17 | | -* for each first alpha or release-candidate API version, all changes since the release of the previous public API version |
18 | | -* for subsequent alpha or release-candidate API versions, the delta with respect to the previous pre-release |
19 | | -* for a public API version, the consolidated changes since the release of the previous public API version |
| 18 | + - for an alpha release, the delta with respect to the previous release |
| 19 | + - for the first release-candidate, all changes since the last public release |
| 20 | + - for subsequent release-candidate(s), only the delta to the previous release-candidate |
| 21 | + - for a public release, the consolidated changes since the previous public release |
| 22 | + |
| 23 | +# r2.1 |
| 24 | +## Release Notes |
| 25 | + |
| 26 | +This pre-release contains the definition and documentation of |
| 27 | +* device-roaming-status v1.0.0-rc.1 |
| 28 | +* device-roaming-status-subscriptions v0.7.0-rc.1 |
| 29 | +* device-reachability-status v1.0.0-rc.1 |
| 30 | +* device-reachability-status-subscriptions v0.7.0-rc.1 |
| 31 | +* connected-network-type 0.1.0-rc.1 |
| 32 | +* connected-network-type-subscriptions 0.1.0-rc.1 |
| 33 | + |
| 34 | +The API definition(s) are based on |
| 35 | +* Commonalities v0.5.0-rc.1 |
| 36 | +* Identity and Consent Management v0.3.0-rc.1 |
| 37 | + |
| 38 | +## device-roaming-status v1.0.0-rc.1 |
| 39 | + |
| 40 | +- API definition **with inline documentation**: |
| 41 | + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/device-roaming-status.yaml&nocors) |
| 42 | + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/device-roaming-status.yaml) |
| 43 | + - OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceStatus/blob/r2.1/code/API_definitions/device-roaming-status.yaml) |
| 44 | + |
| 45 | +### Added |
| 46 | + |
| 47 | +### Changed |
| 48 | +* Update documentation with handling of access token and multi-SIM scenarios by @eric-murray in https://github.com/camaraproject/DeviceStatus/pull/228 |
| 49 | +* Update device error model by @fernandopradocabrillo in https://github.com/camaraproject/DeviceStatus/pull/232 |
| 50 | + |
| 51 | +### Fixed |
| 52 | + |
| 53 | +### Removed |
| 54 | + |
| 55 | +## device-roaming-status-subscriptions v0.7.0-rc.1 |
| 56 | + |
| 57 | +- API definition **with inline documentation**: |
| 58 | + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/device-roaming-status-subscriptions.yaml&nocors) |
| 59 | + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/device-roaming-status-subscriptions.yaml) |
| 60 | + - OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceStatus/blob/r2.1/code/API_definitions/device-roaming-status-subscriptions.yaml) |
| 61 | + |
| 62 | +### Added |
| 63 | + |
| 64 | +### Changed |
| 65 | +* Update documentation with handling of access token and multi-SIM scenarios by @eric-murray in https://github.com/camaraproject/DeviceStatus/pull/228 |
| 66 | +* Update documentation with clarification for initialEvent by @bigludo7 in https://github.com/camaraproject/DeviceStatus/pull/237 |
| 67 | +* Alignment with Commonalities Subscription Model - APIs Subscription by @sachinvodafone in https://github.com/camaraproject/DeviceStatus/pull/250 |
| 68 | + |
| 69 | +### Fixed |
| 70 | +* Fix example for SUBSCRIPTION_ACTIVE by @sachinvodafone in https://github.com/camaraproject/DeviceStatus/pull/231 |
| 71 | +* Fix dateTime literals by @sachinvodafone in https://github.com/camaraproject/DeviceStatus/pull/240 |
| 72 | + |
| 73 | +### Removed |
| 74 | +* remove `allOf` in `sinkCredential` by @dfischer-tech in https://github.com/camaraproject/DeviceStatus/pull/226 |
| 75 | + |
| 76 | +## device-reachability-status v1.0.0-rc.1 |
| 77 | + |
| 78 | +- API definition **with inline documentation**: |
| 79 | + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/device-reachability-status.yaml&nocors) |
| 80 | + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/device-reachability-status.yaml) |
| 81 | + - OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceStatus/blob/r2.1/code/API_definitions/device-reachability-status.yaml) |
| 82 | + |
| 83 | +### Added |
| 84 | + |
| 85 | +### Changed |
| 86 | +* rework reachability-status to support reachability with multiple connectivity-types by @maxl2287 in https://github.com/camaraproject/DeviceStatus/pull/221 |
| 87 | +* Update documentation with handling of access token and multi-SIM scenarios by @eric-murray in https://github.com/camaraproject/DeviceStatus/pull/228 |
| 88 | +* Update device error model by @fernandopradocabrillo in https://github.com/camaraproject/DeviceStatus/pull/232 |
| 89 | + |
| 90 | +### Fixed |
| 91 | + |
| 92 | +### Removed |
| 93 | + |
| 94 | +## device-reachability-status-subscriptions v0.7.0-rc.1 |
| 95 | + |
| 96 | +- API definition **with inline documentation**: |
| 97 | + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/device-reachability-status-subscriptions.yaml&nocors) |
| 98 | + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/device-reachability-status-subscriptions.yaml) |
| 99 | + - OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceStatus/blob/r2.1/code/API_definitions/device-reachability-status-subscriptions.yaml) |
| 100 | + |
| 101 | +### Added |
| 102 | + |
| 103 | +### Changed |
| 104 | +* Update documentation with handling of access token and multi-SIM scenarios by @eric-murray in https://github.com/camaraproject/DeviceStatus/pull/228 |
| 105 | +* Update documentation with clarification for initialEvent by @bigludo7 in https://github.com/camaraproject/DeviceStatus/pull/237 |
| 106 | +* Alignment with Commonalities Subscription Model - APIs Subscription by @sachinvodafone in https://github.com/camaraproject/DeviceStatus/pull/250 |
| 107 | + |
| 108 | +### Fixed |
| 109 | +* Fix example for SUBSCRIPTION_ACTIVE by @sachinvodafone in https://github.com/camaraproject/DeviceStatus/pull/231 |
| 110 | +* Fix dateTime literals by @sachinvodafone in https://github.com/camaraproject/DeviceStatus/pull/240 |
| 111 | + |
| 112 | +### Removed |
| 113 | +* remove `allOf` in `sinkCredential` by @dfischer-tech in https://github.com/camaraproject/DeviceStatus/pull/226 |
| 114 | + |
| 115 | +## connected-network-type v0.1.0-rc.1 |
| 116 | + |
| 117 | +- API definition **with inline documentation**: |
| 118 | + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/connected-network-type.yaml&nocors) |
| 119 | + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/connected-network-type.yaml) |
| 120 | + - OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceStatus/blob/r2.1/code/API_definitions/connected-network-type.yaml) |
| 121 | + |
| 122 | +### Added |
| 123 | +* Create connected-network-type.yaml by @gmuratk in https://github.com/camaraproject/DeviceStatus/pull/158 |
| 124 | + |
| 125 | +### Changed |
| 126 | +* Update documentation with handling of access token and multi-SIM scenarios by @eric-murray in https://github.com/camaraproject/DeviceStatus/pull/228 |
| 127 | +* Update device error model by @fernandopradocabrillo in https://github.com/camaraproject/DeviceStatus/pull/232 |
| 128 | + |
| 129 | +### Fixed |
| 130 | + |
| 131 | +### Removed |
| 132 | + |
| 133 | +## connected-network-type-subscriptions v0.1.0-rc.1 |
| 134 | + |
| 135 | +- API definition **with inline documentation**: |
| 136 | + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/connected-network-type-subscriptions.yaml&nocors) |
| 137 | + - [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/DeviceStatus/r2.1/code/API_definitions/connected-network-type-subscriptions.yaml) |
| 138 | + - OpenAPI [YAML spec file](https://github.com/camaraproject/DeviceStatus/blob/r2.1/code/API_definitions/connected-network-type-subscriptions.yaml) |
| 139 | + |
| 140 | +### Added |
| 141 | +* Create connected-network-type-subscriptions.yaml by @VijayKesharwani in https://github.com/camaraproject/DeviceStatus/pull/171 |
| 142 | + |
| 143 | +### Changed |
| 144 | +* Update documentation with handling of access token and multi-SIM scenarios by @eric-murray in https://github.com/camaraproject/DeviceStatus/pull/228 |
| 145 | +* Update documentation with clarification for initialEvent by @bigludo7 in https://github.com/camaraproject/DeviceStatus/pull/247 |
| 146 | +* Alignment with Commonalities Subscription Model - APIs Subscription by @sachinvodafone in https://github.com/camaraproject/DeviceStatus/pull/250 |
| 147 | + |
| 148 | +### Fixed |
| 149 | +* Fix dateTime literals by @sachinvodafone in https://github.com/camaraproject/DeviceStatus/pull/240 |
| 150 | + |
| 151 | +### Removed |
| 152 | + |
| 153 | +**Full Changelog**: https://github.com/camaraproject/DeviceStatus/compare/r1.3...r2.1 |
| 154 | + |
20 | 155 |
|
21 | 156 | # r1.3 |
22 | 157 | ## Release Notes |
|
0 commit comments