- The
keyparameter in theDispatcherconstructor is now deprecated. Useauth_keyinstead. Thesign_secretparameter is an additional optional parameter for signing. - The
componentsproperty inDispatchInfois now 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.