v1.5.0
What's Changed
- Import testing dynamically, install requests as extra dependency by @Bobronium in #174
- Discourage testing import from package, fix star import from
starlite
by @Bobronium in #183 - Change to order of exception handler resolution. by @peterschutt in #186
- Provides a callback interface for modifying the instantiated template engine by @peterschutt in #172
- Override
TestClient.__enter__()
to support downstream typing. by @peterschutt in #184 - Add support for layered middleware by @Goldziher in #173
- Fix openapi schema item types by @Goldziher in #198
- update exception handling by @Goldziher in #197
New Contributors
- @mybigman made their first contribution in #171
- @Bobronium made their first contribution in #174
Full Changelog: v1.4.2...v1.5.0