You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Notes
Deprecations
Remove MultiMessage#330. See the corresponding tutorial for an alternative.
Validation Stage now does not run user functions #331. It is no longer necessary to use ctx.validation.
Tutorials for PRE_TRANSITION_PROCESSING and PRE_RESPONSE_PROCESSING are removed 08672c0. The support for these keywords will be removed in a later release.
Improvements
Update user function signatures (allow any such function to be async; remove *args, **kwargs; Context is no longer supported as a return argument, modify it in-place instead) #253