Skip to content

v2.0.0alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@provinzkraut provinzkraut released this 25 Mar 14:32
· 1160 commits to main since this release
36f337a

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