·
4 commits
to v0.x.x
since this release
Immutable
release. Only release title and notes can be modified.
Frequenz Electricity Trading API Client Release Notes
Summary
Upgrading
-
DeliveryPeriodinstances now require aDeliveryDurationas an argument in their constructors, and can't be instantiated fromtimedeltas any more. Instead,DeliveryDurations can be created fromtimedeltainstances withDeliveryDuration.from_timedelta(). -
Timestamps are no-longer automatically converted to UTC. If provided timestamps are not in UTC, the client will raise an exception.
New Features
Bug Fixes
What's Changed
- chore(deps-dev): bump pydoclint from 0.7.3 to 0.7.6 by @dependabot[bot] in #211
- chore(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #205
- chore(deps-dev): bump the patch group with 5 updates by @dependabot[bot] in #207
- chore(deps-dev): bump the minor group across 1 directory with 4 updates by @dependabot[bot] in #215
- chore(deps-dev): bump pylint from 3.3.8 to 4.0.2 by @dependabot[bot] in #212
- Change all client types to be frozen datatypes by @shsms in #214
Full Changelog: v0.14.0...v0.15.0