Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Mar 09:46
Immutable release. Only release title and notes can be modified.
v0.3.0
4cac376

Frequenz Assets API Client Release Notes

New Features

The client methods now accept an optional raise_on_error argument. When set to True, the client will raise a exceptions for any entity that doesn't pass validation instead of filtering out unvalid entities and returning only valid ones (which is still the default).

What's Changed

  • Add repo-config auto-migration workflow by @llucax in #78
  • chore(deps): bump the compatible group across 1 directory with 2 updates by @dependabot[bot] in #76
  • chore(deps-dev): bump the minor group across 1 directory with 5 updates by @dependabot[bot] in #77
  • chore(deps-dev): bump the patch group across 1 directory with 2 updates by @dependabot[bot] in #79
  • chore(deps): bump actions/download-artifact from 5 to 7 by @dependabot[bot] in #62
  • chore(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #61
  • chore(deps-dev): bump mkdocstrings[python] from 0.30.1 to 1.0.3 in the mkdocstrings group by @dependabot[bot] in #81
  • chore(deps-dev): bump the repo-config group with 2 updates by @dependabot[bot] in #80
  • chore(deps-dev): bump mkdocs-gen-files from 0.5.0 to 0.6.0 by @dependabot[bot] in #69
  • chore(deps-dev): bump mkdocstrings-python from 1.18.2 to 2.0.3 by @dependabot[bot] in #82
  • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #60
  • chore(deps-dev): bump pytest-asyncio from 1.2.0 to 1.3.0 by @dependabot[bot] in #67
  • chore(deps-dev): bump pydoclint from 0.7.6 to 0.8.3 by @dependabot[bot] in #70
  • chore(deps-dev): bump asyncclick from 8.3.0.4 to 8.3.0.7 by @dependabot[bot] in #72
  • chore(deps-dev): bump pytest from 8.4.2 to 9.0.2 by @dependabot[bot] in #66
  • chore(deps-dev): bump async-solipsism from 0.8 to 0.9 by @dependabot[bot] in #71
  • chore(deps-dev): bump types-protobuf from 6.32.1.20250918 to 6.32.1.20260221 by @dependabot[bot] in #84
  • chore(deps-dev): bump nox from 2025.5.1 to 2026.2.9 by @dependabot[bot] in #86
  • chore(deps-dev): bump setuptools from 80.9.0 to 82.0.1 by @dependabot[bot] in #87
  • feat: Add raise_on_errors parameter for strict parsing validation by @eduardiazf in #73
  • chore(deps-dev): bump pylint from 3.3.8 to 4.0.5 by @dependabot[bot] in #88
  • chore(deps-dev): bump black from 25.9.0 to 26.3.1 by @dependabot[bot] in #85
  • chore(deps-dev): bump isort from 6.1.0 to 8.0.1 by @dependabot[bot] in #83
  • Prepare release notes for the release by @llucax in #89

Full Changelog: v0.2.0...v0.3.0