Skip to content

Releases: litestar-org/litestar

v1.29.0

18 Oct 05:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.28.1...v1.29.0

v1.28.1

16 Oct 20:30
3556784
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @jab made their first contribution in #607

Full Changelog: v1.28.0...v1.28.1

v1.28.0

16 Oct 06:48
Compare
Choose a tag to compare

What's Changed

  • Add csrf_token template callable, csrf_input context value and allow registering template callables by @Goldziher in #598
  • Add official trio support by @provinzkraut in #586
  • Add support for ConstrainedDate in OpenAPI schema generation by @Goldziher in #589
  • Add tox scripts for common commands by @seladb in #579
  • Fix NoReturn as allowed return typing for delete decorators by @Goldziher in #588
  • Fix documentation warnings by @seladb in #580
  • Fix signature model for dependency with skip_validaiton and `default`` by @peterschutt in #595
  • Update QueueListenerHandler to log to stderr by default by @peterschutt in #594

New Contributors

Full Changelog: v1.27.0...v1.28.0

v1.27.0

12 Oct 15:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.1...v1.27.0

v1.26.1

10 Oct 19:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.0...v1.26.1

v1.26.0

09 Oct 14:39
Compare
Choose a tag to compare

What's Changed

  • Add cache property getter to ASGIConnection by @Goldziher in #552
  • Add support for using custom Request and WebSocket classes. by @Goldziher in #554
  • Update SQLAlchemyConfig connection_string to be optional. by @peterschutt in #556
  • Update RequestFactory to set empty session dict by default by @infohash in #559
  • Update typing of the session_maker_* attributes to protocols in SQLAlchemyConfig`. by @peterschutt in #561
  • Update templating to inject the Request instance into context by @jtraub in #563
  • Update RequestFactory to support session creation from raw session string by @infohash in https ://github.com//pull/568
  • Update OpenAPIController to allow configuring of the JS bundles used (for environments without CDN access etc.) by @nielsvanhooy in #562
  • Fix route handler name indexing by @Goldziher in #569
  • Fix parsing of large file uploads via httpx (starlite-multipart lib)

New Contributors

Full Changelog: v1.25.0...v1.26.0

v1.25.0

06 Oct 17:07
Compare
Choose a tag to compare

What's Changed

  • Add Session Fixture For Test Client by @infohash in #533
  • Updated install groups by @cofin in #543
  • Add route_reverse function by @jtraub in #541
  • Make sessionmaker, engine and before_send_handler configurable in SQLAlchemyPluginConfig by @Goldziher in #551
  • Updates SQLAlchemy plugin type detection. by @peterschutt in #549

Full Changelog: v1.24.0...v1.25.0

v1.24.0

03 Oct 19:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.23.1...v1.24.0

v1.23.1

29 Sep 15:53
Compare
Choose a tag to compare

What's Changed

  • Clean up in Tortoise ORM plugin example by @jtraub in #525
  • Pin starlette to >=0.21 and httpx to >=0.22. by @peterschutt in #530
  • Address pytest warnings by @jonadaly in #529
  • Fix httpx being a required dependency

New Contributors

Full Changelog: v1.23.0...v1.23.1

v1.23.0

28 Sep 19:17
Compare
Choose a tag to compare

What's Changed

  • Refactor to reduce cognitive complexity of code and increase performance by @jonadaly in #523
  • Add LoggingMiddleware by @Goldziher in #514
  • Add support for configurable exclude_from_auth to AbstractAuthenticationMiddleware by @cofin in #517

Full Changelog: v1.22.0...v1.23.0