v2.6.1
版本发布时间: 2024-02-14 22:36:19
litestar-org/litestar最新发布版本:v2.11.0(2024-08-28 01:55:31)
Sponsors ❤️
GitHub Sponsors: Scalar (@scalar), Telemetry Sports (via @chris-telemetry), Stok (@stok-team), @benjamin-kirkbride, @crisog, @geeshta, @cbscsm, @ruslan-korneev, @iRod3s OpenCollective: Christian Y, Anonymous
New contributors 🎉
- @tuukkamustonen made their first contribution in https://github.com/litestar-org/litestar/pull/3098
- @betaprior made their first contribution in https://github.com/litestar-org/litestar/pull/3095
What's changed
Bugfixes
- SQLAlchemy: Use
IntegrityError
instead of deprecatedConflictError
by @cofin in https://github.com/litestar-org/litestar/pull/3094 - Sessions: Fix cookie naming for short cookies by @betaprior in https://github.com/litestar-org/litestar/pull/3095
- Static files: Fix Path resolution for windows by @provinzkraut in https://github.com/litestar-org/litestar/pull/3102
- Logging: Fix middleware with structlog causes application to return HTTP 500 when request body is malformed by @provinzkraut in https://github.com/litestar-org/litestar/pull/3109
- OpenAPI: Generate correct response schema for
ResponseSpec(None)
(#3069) by @tuukkamustonen in https://github.com/litestar-org/litestar/pull/3098 - CLI:
rich_click.cli.patch
before importingclick
by @guacs in https://github.com/litestar-org/litestar/pull/3089 - Fix exception handlers extracting details from non-litestar exceptions by @provinzkraut in https://github.com/litestar-org/litestar/pull/3106
- Replace usage of deprecated
static_files
property by @cbscsm in https://github.com/litestar-org/litestar/pull/3087
Full Changelog https://github.com/litestar-org/litestar/compare/v2.6.0...v2.6.1