Skip to content

v0.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Nov 15:08
· 4 commits to v0.x.x since this release
Immutable release. Only release title and notes can be modified.
v0.15.0
5e67eba

Frequenz Electricity Trading API Client Release Notes

Summary

Upgrading

  • DeliveryPeriod instances now require a DeliveryDuration as an argument in their constructors, and can't be instantiated from timedeltas any more. Instead, DeliveryDurations can be created from timedelta instances with DeliveryDuration.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