Frequenz Common API Release Notes
Update of the PaginationParams
struct.
Upgrading
-
PaginationParams
has been changed so that thepage_size
andpage_token
fields are now mutually exclusive. -
A new component category
COMPONENT_CATEGORY_HVAC
has been added to the API
to represent HVAC (Heating, Ventilation, and Air Conditioning) systems. -
Additional information for energy metric
-
Generalize Energy message documentation for broader market use
-
Add Power message to represent Power in MW
Bug Fixes
- Fix a dependency issue by pinning the
grpcio
version and related libraries. - Fixed a wrong documentation comment for
COMPONENT_CATEGORY_UNSPECIFIED
.
What's Changed
- Bump the required group with 3 updates by @dependabot in #227
- Be a bit more explicit about when some fields can be missing by @llucax in #228
- Bump brettcannon/check-for-changed-files from 1.2.0 to 1.2.1 by @dependabot in #229
- Bump the required group with 6 updates by @dependabot in #230
- Add energy metric information by @flora-hofmann-frequenz in #235
- Change
PaginationParams
to makepage_size
andpage_token
mutually exclusive by @Marenz in #232 - Merge v0.6.2 into v0.x.x by @llucax in #243
- Bump the required group across 1 directory with 10 updates by @dependabot in #247
- Bump the
protobuf
andgrpcio
versions by @llucax in #251 - Fix documentation comment for
COMPONENT_CATEGORY_UNSPECIFIED
by @llucax in #245 - Bump yoheimuta/action-protolint from 1.1.0 to 1.3.0 by @dependabot in #196
- Move
conftest.py
to the python package root by @llucax in #252 - Improve the
Lifetime
message documentation by @llucax in #259 - Bump the required group with 3 updates by @dependabot in #265
- Add
Power
message and makeEnergy
message broader by @camille-bouvy-frequenz in #267
New Contributors
- @flora-hofmann-frequenz made their first contribution in #235
Full Changelog: v0.6.2...v0.6.3