Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 11:11
· 225 commits to v0.x.x since this release
v0.5.0
9bed5b7

Frequenz Microgrid API Client Release Notes

Upgrading

  • This release stops using betterproto and grpclib as backend for gRPC and goes back to using Google's grpcio and protobuf.

    If your code was using betterproto and grpclib, it now needs to be ported to use grpcio and protobuf too. Remember to also remove any betterproto and grpclib dependencies from your project.

  • We are now using base-client v0.6.0.

What's Changed

  • Clear release notes by @llucax in #56
  • Bump the required group with 14 updates by @dependabot in #57
  • Bump docker/build-push-action from 5 to 6 by @dependabot in #58
  • Bump brettcannon/check-for-changed-files from 1.2.0 to 1.2.1 by @dependabot in #59
  • Configure dependabot to have separate minor updates for in-devel deps by @llucax in #61
  • Bump mike from 2.1.1 to 2.1.2 by @dependabot in #65
  • Bump pytest from 8.2.1 to 8.2.2 by @dependabot in #67
  • Bump pydoclint from 0.4.1 to 0.5.3 by @dependabot in #63
  • Fix patterns in dependabot.yml by @llucax in #70
  • Bump the required group with 4 updates by @dependabot in #72
  • Group GitHub action dependabot updates by @llucax in #71
  • Bump the required group across 1 directory with 15 updates by @dependabot in #78
  • Drop betterproto/grpclib (and upgrade client-base) by @llucax in #80
  • Disable pylints no-name-in-module check by @llucax in #81
  • Prepare readme for release by @Marenz in #82

New Contributors

Full Changelog: v0.4.0...v0.5.0