Skip to content

v0.14.5

Choose a tag to compare

@jph00 jph00 released this 09 Jul 05:46

New Features

  • Add cancel_on_disconnect decorator and until_disconnect helper (#900)
  • use mk_getattr from fastcore to unify __getattr__ implementation (#899), thanks to @jackhogan
  • convert CamelCase tags to kebab-case (#896), thanks to @jackhogan

Bugs Squashed

  • Treat an empty application/json body as {} in parse_form (#880), thanks to @linguistic76