Skip to content

Releases: litestar-org/litestar

v1.21.1

24 Sep 13:13
62816b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.21.0...v1.21.1

v1.21.0

23 Sep 12:34
Compare
Choose a tag to compare

What's Changed

  • Replace Starlette HTTPConnection, Request and WebSocket with Starlite classes by @Goldziher in #494
  • updated the state object by @Goldziher in #496
  • Create RequestFactory to eventually replace create_test_request by @seladb in #497
  • Reduce cognitive complexity by @jonadaly in #501
  • Add CI cache versioning and restore-keys by @jonadaly in #507
  • Update init return typing to be consistent by @Harshal6927 in #506
  • Cleanup logging config and fix default handlers by @Goldziher in #509
  • Refactor create_test_request to use RequestFactory by @seladb in #510
  • Feature: Implements on_app_init hook by @peterschutt in #499

New Contributors

Full Changelog: v1.20.0...v1.21.0

v1.20.0

17 Sep 19:19
5ed67f6
Compare
Choose a tag to compare

What's Changed

  • Access custom serializer in session middleware by @Goldziher in #491
  • Add support for __schema_name__ dunder attribute on pydantic models by @Goldziher in #489
  • Switch to using strong ASGI types derived from asgiref by @Goldziher in #492

New Contributors

Full Changelog: v1.19.0...v1.20.0

v1.19.0

15 Sep 19:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.1...v1.19.0

v1.18.1

14 Sep 19:59
2bc2bc2
Compare
Choose a tag to compare

What's Changed

  • Added Fixture To Create Session Cookies by @infohash in #471
  • Removed Firebird and Sybase for SQL Alchemy 2.0 support by @cofin in #477
  • Fixed ResponseHeaders not being encoded correctly (resolve issue #479) by @Goldziher in #481

Full Changelog: v1.18.0...v1.18.1

v1.18.0

10 Sep 20:03
Compare
Choose a tag to compare

What's Changed

  • Enhancement: Adds SecretStr, Path, and Enum to built in serializer by @cofin in #472
  • Enhancement: Update multipart handling by @Goldziher in #473

Full Changelog: v1.17.2...v1.18.0

v1.17.2

10 Sep 12:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.17.1...v1.17.2

v1.17.1

04 Sep 18:33
Compare
Choose a tag to compare

What's Changed

  • Fix: wrap functions to ensure they remain unbound by @Goldziher in #457
  • Add: url_for method similar to Starlette's by @infohash in #456

Full Changelog: v1.17.0...v1.17.1

v1.17.0

03 Sep 19:30
131b7fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.2...v1.17.0

v1.16.2

02 Sep 15:08
b89ebea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.1...v1.16.2