Skip to content

Releases: litestar-org/litestar

v2.0.0alpha6

09 May 15:44
44dca8d
Compare
Choose a tag to compare
v2.0.0alpha6 Pre-release
Pre-release

What's Changed

Bugfixes

  • Fix the typing for url_for kwargs unpack by @whiskeyriver in #1610
  • Fix #1615: Using websocket_listener in controller causes TypeError: .handler_fn() got multiple values for argument 'socket' by @provinzkraut in #1627

New features

Other changes

Internal

Documentation

New Contributors

Full Changelog: v2.0.0alpha5...v2.0.0alpha6

v1.51.12

02 May 15:39
6321cc2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.51.11...v1.51.12

v1.51.11

28 Apr 09:43
a8d4e6f
Compare
Choose a tag to compare

What's Changed

Bugfixes

Full Changelog: v1.51.10...v1.51.11

v2.0.0alpha5

26 Apr 13:40
3b5da84
Compare
Choose a tag to compare
v2.0.0alpha5 Pre-release
Pre-release

What's Changed

Bugfixes

New features

Other changes

Internal

Documentation

  • Add basic application tutorial by @provinzkraut in #1515
  • Update installation extras by @patrickarmengol in #1554
  • Correct several litestar.config. imports in migration guide
  • Add documentation for contrib.repository and SQLAlchemy repository by @cofin in #1345

New Contributors

Full Changelog: v2.0.0alpha4...v2.0.0alpha5

v1.51.10

12 Apr 09:15
a8ee567
Compare
Choose a tag to compare

What's Changed

Bugfixes

Full Changelog: v1.51.9...v1.51.10

v2.0.0alpha4

11 Apr 16:08
3248135
Compare
Choose a tag to compare
v2.0.0alpha4 Pre-release
Pre-release

What's Changed

New Features

Bugfixes

Documentation

New Contributors

Full Changelog: v2.0.0alpha3...v2.0.0alpha4

v2.0.0alpha3

07 Apr 17:37
4b82ef8
Compare
Choose a tag to compare
v2.0.0alpha3 Pre-release
Pre-release

Important

This is the first release under the new "Litestar" name. Version number and everything else has been kept the same. For more details see this section about the renaming and the introductory post.

What's Changed

New features

Bugfixes

Changes

  • Modify the InitPluginProtocol to interact with AppConfig. by @peterschutt in #1393
  • Update create_test_client signatures and docstrings to to match Starlite by @provinzkraut in #1417

Internal

New Contributors

Full Changelog: v2.0.0alpha2...v2.0.0alpha3

v1.51.9

30 Mar 17:02
6ad53ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.51.8...v1.51.9

v1.51.8

30 Mar 10:41
57e8b08
Compare
Choose a tag to compare

What's Changed

  • Fix: Wrong value being passed to cache backend when cache=True in route handler by @provinzkraut in #1407

Full Changelog: v1.51.7...v1.51.8

v2.0.0alpha2

25 Mar 14:32
36f337a
Compare
Choose a tag to compare
v2.0.0alpha2 Pre-release
Pre-release

What's Changed

A detailed changelog can be found here: https://docs.starliteproject.dev/2/release-notes/changelog.html

New features

Bugfixes

  • Fix #1292: Allow overwriting default OpenAPI response descriptions by @Nadock in #1293
  • Fix: Regression in path resolution that prevented 404's being raised for false paths by @Goldziher in #1316
  • Fix #1315: after_request hook not being called on responses returned from handlers by @Goldziher in #1344
  • Fix: SQLAlchemyPlugin raises error when using SQLAlchemy UUID type by @cofin in #1355
  • Fix: JSON.parse error in ReDoc and Swagger OpenAPI handlers by @cofin in #1363
  • Fix: CLI prints application info twice by @provinzkraut in #1322

Changes

Internal

Documentation

Other

New Contributors

Full Changelog: v2.0.0alpha1...v2.0.0alpha2