Releases: litestar-org/litestar
Releases · litestar-org/litestar
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
v1.3.5
v1.3.4
What's Changed
- Use correct name for Starlette's BaseHTTPMiddleware by @garyd203 in #110
- DTOFactory.call():
...
equivalent toPydanticUndefined
in checking for default by @peterschutt in #114 - Pass
FieldInfo
straight through tocreate_model()
if no need to change by @peterschutt in #116
New Contributors
- @garyd203 made their first contribution in #110
- @peterschutt made their first contribution in #114
Full Changelog: v1.3.3...v1.3.4