What's changed
Bugfixes
- SQLAlchemy: Use
IntegrityError
instead of deprecatedConflictError
by @cofin in #3094 - Sessions: Fix cookie naming for short cookies by @betaprior in #3095
- Static files: Fix Path resolution for windows by @provinzkraut in #3102
- Logging: Fix middleware with structlog causes application to return HTTP 500 when request body is malformed by @provinzkraut in #3109
- OpenAPI: Generate correct response schema for
ResponseSpec(None)
(#3069) by @tuukkamustonen in #3098 - CLI:
rich_click.cli.patch
before importingclick
by @guacs in #3089 - Fix exception handlers extracting details from non-litestar exceptions by @provinzkraut in #3106
- Replace usage of deprecated
static_files
property by @cbscsm in #3087
New contributors
- @tuukkamustonen made their first contribution in #3098
- @betaprior made their first contribution in #3095
Full Changelog
v2.6.0...v2.6.1