Skip to content

Commit 193edab

Browse files
authored
Merge pull request #46 from rdkcentral/topic/metrics
feat: Metrics API
2 parents 1476f22 + 13af13f commit 193edab

25 files changed

+6102
-119
lines changed

CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
## [Unreleased](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.5.0...main)
2-
3-
### Changed
4-
- **Breaking**: Aligned types with the latest specification updates:
5-
- `integer` changed to unsigned (`uint32_t`)
6-
- `float` changed to `double`
7-
- Specify the build version and ABI version
8-
9-
## [0.5.0](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.4.0...v0.5.0)
1+
## [Unreleased](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.4.0...main)
102

113
### Added
124
- New APIs
135
- Device.hdr
146
- Display.edid
7+
- Metrics
158
- Network
169
- TextToSpeech
1710

11+
### Changed
12+
- **Breaking**: Aligned types with the latest specification updates:
13+
- `integer` changed to unsigned (`uint32_t`)
14+
- `float` changed to `double`
15+
- Specify the build version and ABI version
16+
1817
## [0.4.0](https://github.com/rdkcentral/firebolt-cpp-client/compare/v0.3.0...v0.4.0)
1918

2019
### Changed

0 commit comments

Comments
 (0)