Skip to content

Releases: litestar-org/litestar

v1.4.2

23 Jun 19:02
Compare
Choose a tag to compare

What's Changed

  • Conform exceptions to the existing OpenAPI schema by @timwedde in #168

Full Changelog: v1.4.1...v1.4.2

v1.4.1

21 Jun 10:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

14 Jun 09:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.9...v1.4.0

v1.3.9

03 Jun 17:47
Compare
Choose a tag to compare

What's Changed

  • Take resolved dependencies into account when generating OpenAPI schema by @timwedde in #124

New Contributors

Full Changelog: v1.3.8...v1.3.9

v1.3.8

02 Jun 11:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.7...v1.3.8

v1.3.7

29 May 18:38
e41761c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.6...v1.3.7

v1.3.6

29 May 17:19
d448645
Compare
Choose a tag to compare

What's Changed

  • Update error responses to include pydantic errors under the "extra" key by @Goldziher in #121
    Resolves #102

Full Changelog: v1.3.5...v1.3.6

v1.3.5

29 May 15:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v1.3.4

25 May 06:39
Compare
Choose a tag to compare

What's Changed

  • Use correct name for Starlette's BaseHTTPMiddleware by @garyd203 in #110
  • DTOFactory.call(): ... equivalent to PydanticUndefined in checking for default by @peterschutt in #114
  • Pass FieldInfo straight through to create_model() if no need to change by @peterschutt in #116

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3

13 May 19:27
Compare
Choose a tag to compare

What's Changed

  • Add a bound type for the guard type to fix invalid type issue by @Joko013 in #109

Full Changelog: v1.3.2...v1.3.3