Skip to content

Releases: litestar-org/litestar

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

v1.51.7

13 Mar 16:09
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Fix a regression in path resolution that prevented 404 being raised for some invalid paths by @Goldziher in #1316
  • Fix a DeprecationWarning for the wrong name starlite/middleware/session/__init__.py by @peterschutt in #1286

Full Changelog: v1.51.6...v1.51.7

v2.0.0alpha1

04 Mar 16:57
53b9b69
Compare
Choose a tag to compare
v2.0.0alpha1 Pre-release
Pre-release

Note

2.0.0alpha1 is the first release of Starlite 2.0. This is a pre-release and in the alpha stage. Interfaces have not yet stabilized an public APIs will likely still change before the final release of v2.0.0.

What's Changed

New features

Changes

Non breaking

Breaking

Internal

Bugfixes

Documentation

New Contributors

Full Changelog: v1.51.0...v2.0.0alpha1

v1.51.6

01 Mar 11:48
Compare
Choose a tag to compare

What's Changed

  • Fix #1228: create a new dictionary of values in obfuscate() by @smithk86 in #1229
  • fix(bug): optional parameter OpenAPI schema generation (#1225)

Full Changelog: v1.51.5...v1.51.6

v1.51.5

21 Feb 11:06
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Correctly handle domain configuration value in JWT Auth by @cofin in #1223

Full Changelog: v1.51.4...v1.51.5

v1.51.4

17 Feb 13:06
Compare
Choose a tag to compare

What's Changed

  • support passing type encoders to AbstractSecurityConfig (989a2fc)

Full Changelog: v1.51.3...v1.51.4

v1.51.3

16 Feb 16:24
d6fa5f4
Compare
Choose a tag to compare

What's Changed

Bugfixes

Full Changelog: v1.51.2...v1.51.3

v1.51.2

15 Feb 01:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.51.1...v1.51.2

v1.51.1

11 Feb 09:05
Compare
Choose a tag to compare

What's Changed

Bugfixes

Full Changelog: v1.51.0...v1.51.1

v1.51.0

04 Feb 16:24
Compare
Choose a tag to compare

Note: This is the last regular release of the 1.x branch. The next feature release will be 2.0. The 1.51 branch will enter maintenance mode and receive security updates and bugfixes of high severity until the next major release.

What's Changed

Bugfixes

New features

Docs

Full Changelog: v1.50.2...v1.51.0