Releases: litestar-org/litestar
Releases · litestar-org/litestar
v1.5.1
What's Changed
- Dependency validation failures return a 500 response. by @peterschutt in #202
- Raise exception on routes with duplicate path parameters (#204) by @danesolberg in #205
- add gzip middleware support by @Goldziher in #209
New Contributors
- @danesolberg made their first contribution in #205
- @allcontributors made their first contribution in #211
Full Changelog: v1.5.0...v1.5.1
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
v1.4.2
v1.4.1
What's Changed
- Fix
Provide
for@classmethod
by @peterschutt in #149 - Empty response content for 204 status and
None
handler return value by @peterschutt in #155 - Add example of middleware modifying response. by @peterschutt in #156
- Update exception handling by @Goldziher in #160
- Adds
utils.is_async_callable()
tests.test_utils
module. by @peterschutt in #162
New Contributors
- @dependabot made their first contribution in #139
- @vrslev made their first contribution in #152
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Update dependencies
- Selective deduplication of openapi parameters. by @peterschutt in #129
- Improper config when user-defined generic type provided as parameter by @peterschutt in #136
- dependency-function by @peterschutt in #137
Full Changelog: v1.3.9...v1.4.0
v1.3.9
v1.3.8
What's Changed
- Fix
Router.tags
ignored in OpenAPI docs. by @peterschutt in #125
Full Changelog: v1.3.7...v1.3.8
v1.3.7
What's Changed
- Fix logging config hanging in start_up hook by @Goldziher in #122
Full Changelog: v1.3.6...v1.3.7
v1.3.6
What's Changed
- Update error responses to include pydantic errors under the "extra" key by @Goldziher in #121
Resolves #102
Full Changelog: v1.3.5...v1.3.6