Skip to content

v1.2.5

Compare
Choose a tag to compare
@RobertoPrevato RobertoPrevato released this 13 Mar 12:11
· 97 commits to main since this release
be6d340
  • Improves WebSocket to handle built-in exception types: Unauthorized, HTTPException
  • Adds built-in support for Anti Forgery validation to protect against Cross-Site Request Forgery (XSRF/CSRF) attacks
  • Modifies the Request and Response classes to support weak references
  • Adds the possibility to use **kwargs in view functions, returning HTML built
    using Jinja2
  • Adds support for automatic handling of child application events when BlackSheep
    applications are mounted into a parent BlackSheep application
  • Adds support for OpenAPI Documentation generated for children BlackSheep apps,
    when using mounts
  • Corrects bugs that prevented mounted routes to work recursively in descendants
  • Updates dependencies