Skip to content

Releases: litestar-org/litestar

v1.43.0

29 Nov 12:49
Compare
Choose a tag to compare

What's Changed

New features

Changes

Documentation

Full Changelog: v1.42.0...v1.43.0

v1.42.0

26 Nov 13:51
Compare
Choose a tag to compare

What's Changed

New Features

Bugfixes

Internal changes

Full Changelog: v1.41.0...v1.42.0

v1.41.0

23 Nov 14:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.40.1...v1.41.0

v1.40.1

21 Nov 00:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.40.0...v1.40.1

v1.40.0

20 Nov 08:50
Compare
Choose a tag to compare
  • Add: forward refs resolution to signature models. by @peterschutt in #806
  • Add: OpenTelemetry instrumentation contrib package by @Goldziher in #796
  • Breaking: remove per request caching of dependencies by @Goldziher in #805
  • Breaking: remove QueryMultiDict and replace with simple MultiDict by @Goldziher in #805
  • Breaking: replace Response.encoded_headers with Response.encode_headers by @Goldziher in #805
  • docs: add LonelyVikingMichael as a contributor for doc by @allcontributors in #812
  • Docs: add srikanthccv as a contributor for test, and doc by @allcontributors in #801
  • Docs: add sssssss340 as a contributor for bug by @allcontributors in #817
  • Docs: logging example by @LonelyVikingMichael in #810
  • Docs: update mounting docs and readme by @jtraub in #807
  • Fix: 404 where current trie node has handlers and child route has path param by @peterschutt in #818
  • Fix: flaky SQLA-session-backend tests by @provinzkraut in #797
  • refactor AllowedHosts and CompressionMiddleware by moving them application to handler level by @jtraub in #804
  • Update: request_factory.{_default_route_handler,default_app} to use deferred bootstrap by @peterschutt in #828
  • Update: handling of compressed "body" in logging middleware. by @peterschutt in #822
  • Update: OpenAPI schema generation to hide automatically created OPTIONS routes by @ottermata in #826
  • Update: refactor routing logic and parameter parsing to improve performance by @Goldziher in #805

New Contributors

Full Changelog: v1.39.0...v1.40.0

v1.39.0

12 Nov 08:56
42003f9
Compare
Choose a tag to compare

What's Changed

  • add CORS middleware and support for OPTIONS requests by @Goldziher in #792
  • add send_as_attachment flag to StaticFilesConfig by @provinzkraut in #785
  • add starlette URL, URLPath and Address datastructures by @provinzkraut in #738
  • fix filename parameter for FileResponse in StaticFiles by @peterschutt in #775
  • fix handling of leading whitespaces OpenAPI generation of description from docstrings by @jtraub in #771
  • refactor builtin middlewares to use AbstractMiddleware by @jtraub in #778
  • update docstrings using pydocstyle by @provinzkraut in #777
  • updatecontent-disposition to inline when html_mode is set on StaticFilesConfig by @provinzkraut in #784

Important

  • This version removes starlette as a dependency. See #773 and #792

Full Changelog: v1.38.0...v1.39.0

v1.38.0

07 Nov 18:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.37.0...v1.38.0

v1.37.0

05 Nov 21:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.36.0...v1.37.0

v1.36.0

04 Nov 21:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.35.1...v1.36.0

v1.35.1

30 Oct 12:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.35.0...v1.35.1