Skip to content

Commit c0dbc8c

Browse files
Merge pull request #47 from chinaunicomyangfan/versionChange
Spring 25 release
2 parents 072c593 + 6bc8945 commit c0dbc8c

7 files changed

+186
-163
lines changed

CHANGELOG.md

+32-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,44 @@
11
# Changelog Region Device Count
22

3-
# r0.1
3+
## Table of Contents
4+
- **[r1.1](#r11)**
45

5-
**Initial contribution of two API definitions for Region Device Count**, including initial documentation and implementation code.
6+
**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.**
7+
8+
9+
# r1.1
10+
## Release Notes
11+
12+
This pre-release contains the definition and documentation of
13+
* region-device-count 0.1.0-rc.1
14+
15+
The API definition(s) are based on
16+
* Commonalities v0.5.0
17+
* Identity and Consent Management v0.3.0
18+
19+
20+
## region-device-count v0.1.0-rc.1
21+
22+
**region-device-count v0.1.0-rc.1 is the first release-candidate version for v0.1.0 of the region-device-count API. The following changes have been made for v0.1.0 through https://github.com/camaraproject/RegionDeviceCount/pull/47**
23+
24+
* Error model aligment with commonalities, which implies use of normalization values (i.e. enums) for `status` and `code`
25+
* Removal of 404,405,406,5xx errors
26+
* Change the validation rule of the `Filter` parameter from `oneOf` to `anyOf`
27+
* Fix MegaLinter error
28+
29+
API definition **with inline documentation**:
30+
[[YAML]](https://github.com/camaraproject/RegionDeviceCount/blob/r1.1/code/API_definitions/region-device-count.yaml)
31+
[[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/RegionDeviceCount/r1.1/code/API_definitions/region-device-count.yaml&nocors)
32+
[[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/RegionDeviceCount/r1.1/code/API_definitions/region-device-count.yaml)
33+
34+
**Initial contribution of API definitions for Region Device Count**, including initial documentation and implementation code.
635

736
## What's Changed
837
* Initial yaml file including regionUserCount api in https://github.com/camaraproject/RegionDeviceCount/pull/5
938
* Change the API name from regionUserCount to regionDeviceCount in https://github.com/camaraproject/RegionDeviceCount/pull/27
1039
* Add startime and endtime parameters to support querying the number of devices within a certain time period in https://github.com/camaraproject/RegionDeviceCount/pull/31
1140
* Added filter parameter in the request parameters to filter the roaming status and type of the device in https://github.com/camaraproject/RegionDeviceCount/pull/38
1241
* Add capability for async response behaviour in https://github.com/camaraproject/RegionDeviceCount/pull/42
42+
* Add test file in https://github.com/camaraproject/RegionDeviceCount/pull/46
1343

1444

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Repository to describe, develop, document and test the RegionDeviceCount API
2424
<!-- The latest public release is available here: https://github.com/camaraproject/§repo_name§/releases/latest -->
2525
<!-- For changes see [CHANGELOG.md](https://github.com/camaraproject/§repo_name§/blob/main/CHANGELOG.md) -->
2626

27+
* **Pre-release r1.1 with region-device-count v0.1.0-rc.1:**
28+
[[YAML]](https://github.com/camaraproject/RegionDeviceCount/blob/r1.1/code/API_definitions/region-device-count.yaml)
29+
[[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/RegionDeviceCount/r1.1/code/API_definitions/region-device-count.yaml&nocors)
30+
[[View it on Swagger Editor]](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/RegionDeviceCount/r1.1/code/API_definitions/region-device-count.yaml)
31+
2732
## Contributing
2833
* Meetings are held virtually <!-- for new API families request a meeting link from the LF admin team or replace the information with the existing meeting information (of the API family) -->
2934
* Schedule: Bi-Weekly on Fridays 11:00 CET/CEST / 09:00 UTC

code/API_definitions/README.MD

-1
This file was deleted.

0 commit comments

Comments
 (0)