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 replacecreate_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 useRequestFactory
by @seladb in #510 - Feature: Implements
on_app_init
hook by @peterschutt in #499
New Contributors
- @Harshal6927 made their first contribution in #506
Full Changelog: v1.20.0...v1.21.0