Releases: litestar-org/litestar
Releases · litestar-org/litestar
v1.16.1
What's Changed
- Add minimal app version tip in docs by @Chaoyingz in #442
- Issue #443: custom state raises validation error by @Goldziher in #445
- Enhancement: use
picologging.dictConfig
by @cofin in #447
New Contributors
- @Chaoyingz made their first contribution in #442
Full Changelog: v1.16.0...v1.16.1
v1.16.0
What's Changed
- Enhancement: Authentication Middleware exclude URLs and error handling improvements by @cofin in #426
- Issue 371 add path type query parameter by @Goldziher in #431
- refactor. simplify KwargsModel by @Alex-CodeLab in #419
- Updated authentication docs by @Goldziher in #433
- docs: Remove Rust bindings text by @odiseo0 in #436
- Complete example and test for Using Application State usage docs. by @peterschutt in #434
- Infrastructure: added minimal install to release by @Goldziher in #438
- Fixes annotation of
**kwargs
across the library by @peterschutt in #439 - Issue #350: Application Instrumentation Hooks by @Goldziher in #435
- Issue #418: Allow disabling openapi documentation sites and schema download endpoints via config by @ingjavierpinilla in #430
- Removes
needs: validate
dependency fromtest_minimal_app
. by @peterschutt in #441
New Contributors
- @Alex-CodeLab made their first contribution in #419
- @odiseo0 made their first contribution in #436
- @ingjavierpinilla made their first contribution in #430
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
- Adds
examples/
andexamples/tests
. by @peterschutt in #392 - Removes import from pydantic-openapi-schema
v3_0_3
subpackage. by @peterschutt in #429
Full Changelog: v1.14.2...v1.15.0
v1.14.2
What's Changed
- Update OpenAPI Controller and Docs by @Goldziher in #417
Full Changelog: v1.14.1...v1.14.2
v1.14.1
What's Changed
- remove empty aliases by @samuelcolvin in #402
- Ref docs by @peterschutt in #405
- Issue 396: updated upload file schema by @Goldziher in #403
- Issue 395 add name kwarg to route handlers and reverse function by @Goldziher in #407
- Issue #400: Add support for OpenAPI Security Scheme by @Goldziher in #410
- Adds Example Applications section to README and index.md by @peterschutt in #413
New Contributors
- @samuelcolvin made their first contribution in #402
Full Changelog: v1.14.0...v1.14.1
v1.14.0
What's Changed
- Refactor: Simplified and improved brotli compression middleware typing. by @cofin in #388
- update: Extended
PluginProtocol
with anon_app_init
method (Issue #398) by @Goldziher in #399
Full Changelog: v1.13.1...v1.14.0
v1.13.1
HOTFIX: Annotated Responses (e.g. Response[Any]
) causing serialization failure.
Full Changelog: v1.13.0...v1.13.1
v1.13.0
What's Changed
- Export starlite cookie to header and use it in CSRF middleware and OpenAPI response by @seladb in #382
- Fix for duplicated detail in http exception str by @peterschutt in #383
- Adds
skip_validation
flag toDependency
function. by @peterschutt in #381 - Issue #289- eager eval of is async by @Goldziher in #384
- Issue #385 cache is not thread safe by @Goldziher in #386
- Fixes missing dependency exception under minimal install for brotli by @peterschutt in #391
New Contributors
- @chicken-teriyaki-cup-rice made their first contribution in #387
Full Changelog: v1.12.0...v1.13.0
v1.12.0
v1.11.1
What's Changed
- Hotfix error raised by
issubclass check
by @peterschutt in #368
New Contributors
- @Aidan-Simard made their first contribution in #366
Full Changelog: v1.11.0...v1.11.1