Skip to content

v2.0.7

Compare
Choose a tag to compare
@RobertoPrevato RobertoPrevato released this 17 Feb 08:55
· 1 commit to main since this release
91491f3
  • Fixes bug #38,
    to support properly list[T] and tuple[T] when defining query string
    parameters. Reported by @ranggakd.
  • Passes annotated origin type to build OpenAPI docs (#475), by @tyzhnenko.
  • Fixes #481, disabling signal handling by default to avoid negative side
    effects. Handling signals is now opt-in and can be achieved using the env
    variable APP_SIGNAL_HANDLER=1. The is_stopping function is modified to
    work only when the option is enabled. Issue reported by @netanel-haber.
  • Upgrades black version and format files accordingly.