Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump frequenz-sdk from 1.0.0rc601 to 1.0.0rc700 #38

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps frequenz-sdk from 1.0.0rc601 to 1.0.0rc700.

Release notes

Sourced from frequenz-sdk's releases.

v1.0.0rc700

Frequenz Python SDK Release Notes

Upgrading

  • The frequenz-client-microgrid dependency was bumped to v0.4.0. If you are using the client directly in your code, you will need to upgrade too.

  • Calls to microgrid.*_pool methods now always need to specified a priority value, corresponding to the requirements/priority of the actor making the call.

  • The microgrid.*_pool methods would only accept keyword arguments from now on.

  • The microgrid.initialize() method now takes a server_url instead of a host and port.

    The following format is expected: grpc://hostname{:port}{?ssl=ssl}, where the port should be an int between 0 and 65535 (defaulting to 9090) and ssl should be a boolean (defaulting to false). For example: grpc://localhost or grpc://localhost:1090?ssl=true.

    The default was also removed, so you always need to specify the server URL.

    This applies to the ConnectionManager as well, which also now doesn't expose the host and port attributes, only the server_url. If you need to extract the host or port from the server_url, you can use the standard Python urllib.parse.urlparse() function.

  • The Config class was removed and the ConfigManagingActor now sends a plain dictionary rather than a Config object.

New Features

  • Calls to microgrid.*_pool methods now accept an optional set_operating_point parameter, for setting an operating point for the other actors. This would shift the target power by the operating point before actually applying it to the components.

Bug Fixes

  • When the PowerDistributor receives a zero power request for PV inverters, it now correctly sets zero power to the inverters, and no longer crashes.

What's Changed

... (truncated)

Commits
  • 7563587 Prepare release notes for v1.0.0rc700 (#977)
  • 937f36b Prepare release notes for v1.0.0rc700
  • a8bb343 Make some minor improvements for LastValueCache (#974)
  • 6a54a0b Rename parameter in_shifting_groupset_operating_point (#970)
  • 4c71140 Stop using a deprecated way to replace the event loop in tests (#976)
  • f7e480e Stop using a deprecated way to replace the event loop in tests
  • e9b2e05 Add @override to PowerDistributingActor
  • 8fbaa3a Add __str__ and __repr__ to LatestValueCache
  • 8b2e546 Add a unique_id to LatestValueCache
  • 14eee2d Rename parameter in_shifting_groupset_operating_point
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner July 1, 2024 04:47
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Jul 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/frequenz-sdk-1.0.0rc700 branch from 662a37d to c6d0321 Compare July 11, 2024 11:55
Bumps [frequenz-sdk](https://github.com/frequenz-floss/frequenz-sdk-python) from 1.0.0rc601 to 1.0.0rc700.
- [Release notes](https://github.com/frequenz-floss/frequenz-sdk-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-sdk-python/blob/v1.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-sdk-python@v1.0.0-rc601...v1.0.0rc700)

---
updated-dependencies:
- dependency-name: frequenz-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/frequenz-sdk-1.0.0rc700 branch from c6d0321 to 8153aae Compare July 18, 2024 15:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

Superseded by #44.

@dependabot dependabot bot closed this Aug 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/frequenz-sdk-1.0.0rc700 branch August 1, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants