Skip to content

Remove support for legacy names and add variables for template rendering

Choose a tag to compare

@amitfin amitfin released this 28 Aug 09:53
  • The legacy retry.call action is no longer supported. It has been deprecated for over a year now. retry.action should be used instead.
  • The legacy parameter service is no longer supported. It has been deprecated for over a year now. action parameter should be used instead.
  • The set of variables provided to backoff and validation special templates was extended, and it includes now: entity_id, action, attempt, and any other parameter provided to the inner action.

Full Changelog: v3.7.0...v3.8.0