v0.10.4
·
6 commits
to v0.x.x
since this release
Immutable
release. Only release title and notes can be modified.
Dispatch Highlevel Interface Release Notes
Summary
Upgrading
- The
keyparameter in theDispatcherconstructor is now deprecated. Useauth_keyinstead. Thesign_secretparameter is an additional optional parameter for signing. - The
componentsproperty inDispatchInfois now deprecated. Usetargetinstead.
New Features
dry_runstatus is now considered when merging dispatches. Dispatches with differentdry_runvalues will no longer be merged, ensuring that dry-run and operational dispatches are handled by separate actors.- Two new parameters were added to the
Dispatcherconstructor:sign_secret: A secret key used for signing messages.auth_key: An authentication key for the Dispatch API.
Dispatchernow only fetches ongoing dispatches, excluding completed ones, to optimize performance and relevance.
Bug Fixes
What's Changed
- Bump pytest-asyncio from 1.1.0 to 1.2.0 by @dependabot[bot] in #200
- Bump actions/labeler from 5.0.0 to 6.0.1 by @dependabot[bot] in #196
- Bump the patch group with 4 updates by @dependabot[bot] in #197
- Bump pydoclint from 0.6.11 to 0.7.3 by @dependabot[bot] in #199
- Make
DispatchInfoc'tor acceptcomponentsby @Marenz in #201
Full Changelog: v0.10.3...v0.10.4