Skip to content

Release v0.7.0

Compare
Choose a tag to compare
@RLKRo RLKRo released this 01 Mar 20:06
· 59 commits to master since this release
224eaf1

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
  • Add more info for the README file #294 #295
  • Allow initializing Message class without specifying the first argument as text (e.g. Message("Hi")) #327
  • More verbose exception logging e968fd0
  • Switch to poetry #132. CONTRIBUTING.md has been updated to reflect the changes in our workflow.
  • Pipeline typing improvements #310