This is the first major version release with authentication parameter updates and dependency version expansion.
- The
keyparameter in theDispatcherconstructor is deprecated. Useauth_keyinstead. - The
sign_secretparameter is available and should be used for authentication. It will be soon required. - The
componentsproperty inDispatchInfois deprecated. Usetargetinstead.
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.