Skip to content

v1.21.0

Compare
Choose a tag to compare
@peterschutt peterschutt released this 23 Sep 12:34
· 1802 commits to main since this release

What's Changed

  • Replace Starlette HTTPConnection, Request and WebSocket with Starlite classes by @Goldziher in #494
  • updated the state object by @Goldziher in #496
  • Create RequestFactory to eventually replace create_test_request by @seladb in #497
  • Reduce cognitive complexity by @jonadaly in #501
  • Add CI cache versioning and restore-keys by @jonadaly in #507
  • Update init return typing to be consistent by @Harshal6927 in #506
  • Cleanup logging config and fix default handlers by @Goldziher in #509
  • Refactor create_test_request to use RequestFactory by @seladb in #510
  • Feature: Implements on_app_init hook by @peterschutt in #499

New Contributors

Full Changelog: v1.20.0...v1.21.0