Skip to content

v0.10.4

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Oct 10:25
· 2 commits to v0.x.x since this release
Immutable release. Only release title and notes can be modified.
v0.10.4
4cea8eb

Dispatch Highlevel Interface Release Notes

Summary

Upgrading

  • The key parameter in the Dispatcher constructor is now deprecated. Use auth_key instead. The sign_secret parameter is an additional optional parameter for signing.
  • The components property in DispatchInfo is now deprecated. Use target instead.

New Features

  • dry_run status is now considered when merging dispatches. Dispatches with different dry_run values will no longer be merged, ensuring that dry-run and operational dispatches are handled by separate actors.
  • Two new parameters were added to the Dispatcher constructor:
    • sign_secret: A secret key used for signing messages.
    • auth_key: An authentication key for the Dispatch API.
  • Dispatcher now only fetches ongoing dispatches, excluding completed ones, to optimize performance and relevance.

Bug Fixes

What's Changed

Full Changelog: v0.10.3...v0.10.4