v0.5.0
Frequenz Microgrid API Client Release Notes
Upgrading
-
This release stops using
betterprotoandgrpclibas backend for gRPC and goes back to using Google'sgrpcioandprotobuf.If your code was using
betterprotoandgrpclib, it now needs to be ported to usegrpcioandprotobuftoo. Remember to also remove anybetterprotoandgrpclibdependencies 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 upgradeclient-base) by @llucax in #80 - Disable
pylintsno-name-in-modulecheck by @llucax in #81 - Prepare readme for release by @Marenz in #82
New Contributors
Full Changelog: v0.4.0...v0.5.0