Releases: litestar-org/litestar
Releases · litestar-org/litestar
v1.7.2
What's Changed
- Allow Partial to annotate fields of nested classes by @Harry-Lees in #288
- OpenAPIConfig.use_handler_docstrings by @peterschutt in #306
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Adds
exceptions.utils.create_exception_response()
. by @peterschutt in #297 orjson
use inWebSocket.{receive,send}_json()
by @peterschutt in #299- Support for SwaggerUI (#302) by @timwedde and @Goldziher in #303
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Enhancement: Tortoise-ORM Plugin by @Goldziher in #283
Full Changelog: v1.6.3...v1.7.0
v1.6.3
What's Changed
- Issue #255: allow single element query param in sequence types by @josepdaniel in #262
New Contributors
- @josepdaniel made their first contribution in #262
Full Changelog: v1.6.2...v1.6.3
v1.6.2
What's Changed
- Issue 188: resolve exceptions swallowing args by @Goldziher in #281
Full Changelog: v1.6.1...v1.6.2
v1.6.1
v1.6.0
What's Changed
- Add support for layered parameters by @Goldziher in #261
Full Changelog: v1.5.4...v1.6.0
v1.5.4
What's Changed
- Add
TYPE_CHECKING
blocks to all required files by @Harry-Lees in #265 - Refactor
Starlite.construct_route_map
by @danesolberg in #263 - Fix typos discovered by codespell by @cclauss in #268
- Add: Brotli compression middleware by @cofin in #252
New Contributors
- @Harry-Lees made their first contribution in #265
- @cclauss made their first contribution in #268
- @cofin made their first contribution in #252
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- Improve path param validation during registration by @danesolberg in #256
- Fixes route exception handler resolution. by @peterschutt in #260
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Route path edge case handling by @danesolberg in #245
New Contributors
- @imbev made their first contribution in #242
- @185504a9 made their first contribution in #244
- @Seon82 made their first contribution in #247
Full Changelog: v1.5.1...v1.5.2