Skip to content

Releases: litestar-org/litestar

v2.8.3

06 May 07:09
Compare
Choose a tag to compare

⚠️ Important ⚠️

This release contains a patch for a vulnerability that would allow path traversal in the static file serving functionality of Litestar. It is highly recommended to update your minor version to this patch release.

You can find more background information in the related discussion #3473 .

Sponsors 🌟

Thanks to these incredible business sponsors:

Scalar (@scalar), Telemetry Sports (via @chris-telemetry), Stok (@stok-team)

A huge 'Thank you!' to all other sponsors across Polar.sh, OpenCollective and GitHub Sponsors!

What's changed

New contributors 🎉

Bugfixes 🐛

Documentation

Full Changelog
v2.8.2...v2.8.3

v2.7.2

06 May 07:18
Compare
Choose a tag to compare

⚠️ Important ⚠️

This release contains a patch for a vulnerability that would allow path traversal in the static file serving functionality of Litestar. It is highly recommended to update your minor version to this patch release.

You can find more background information in the related discussion #3473 .

Sponsors 🌟

Thanks to these incredible business sponsors:

Scalar (@scalar), Telemetry Sports (via @chris-telemetry), Stok (@stok-team)

A huge 'Thank you!' to all other sponsors across Polar.sh, OpenCollective and GitHub Sponsors!

What's changed

v2.6.4

06 May 07:20
Compare
Choose a tag to compare

⚠️ Important ⚠️

This release contains a patch for a vulnerability that would allow path traversal in the static file serving functionality of Litestar. It is highly recommended to update your minor version to this patch release.

You can find more background information in the related discussion #3473 .

Sponsors 🌟

Thanks to these incredible business sponsors:

Scalar (@scalar), Telemetry Sports (via @chris-telemetry), Stok (@stok-team)

A huge 'Thank you!' to all other sponsors across Polar.sh, OpenCollective and GitHub Sponsors!

What's changed

v1.51.16

06 May 07:17
d3e0c04
Compare
Choose a tag to compare

⚠️ Important ⚠️

This release contains a patch for a vulnerability that would allow path traversal in the static file serving functionality of Litestar. It is highly recommended to update your minor version to this patch release.

You can find more background information in the related discussion #3473 .

Sponsors 🌟

Thanks to these incredible business sponsors:

Scalar (@scalar), Telemetry Sports (via @chris-telemetry), Stok (@stok-team)

A huge 'Thank you!' to all other sponsors across Polar.sh, OpenCollective and GitHub Sponsors!

What's changed

v1.51.15

05 May 11:51
e8997c8
Compare
Choose a tag to compare

Maintenance release

Full Changelog: v1.51.14...v1.51.15

v2.8.2

09 Apr 08:14
Compare
Choose a tag to compare

Sponsors 🌟

Thanks to these incredible business sponsors:

What's changed

Bugfixes 🐛

  • fix: pydantic import differentiation for pydantic v1.10.15 by @peterschutt in #3347

Full Changelog
v2.8.1...v2.8.2

v2.8.1

08 Apr 11:23
Compare
Choose a tag to compare

Sponsors 🌟

Thanks to these incredible business sponsors:

What's changed

Bugfixes 🐛

Other changes

Full Changelog
v2.8.0...v2.8.1

v2.8.0

05 Apr 20:31
238b3c4
Compare
Choose a tag to compare

Sponsors 🌟

Thanks to these incredible business sponsors:

Thanks to these incredible personal sponsors:

What's changed

New contributors 🎉

Bugfixes 🐛

  • fix(cli): remove duplicate rich-click config options by @JacobCoffee in #3274
  • fix: pydantic json_schema_extra examples. by @peterschutt in #3281
  • fix(openapi): set default on schema from FieldDefinition by @guacs in #3280
  • fix: Custom types cause serialisation error in exception response with non-JSON media-type by @provinzkraut in #3284
  • fix(OpenAPI): Ensure default values are always represented in schema for dataclasses and msgspec.Structs by @provinzkraut in #3285
  • fix(DTO): Pydantic v2 error handling/serialization when for non-pydantic exceptions by @provinzkraut in #3286
  • fix(OpenAPI): Fix OpenAPI schema generation for paths with path parameters of different types on the same path by @provinzkraut in #3293
  • fix(OpenAPI): Document unconsumed path parameters by @provinzkraut in #3295
  • fix: Unique schema names for nested models (#3134) by @winbornejw in #3136

New features 🚀

Other changes

Full Changelog
v2.7.1...v2.8.0

v2.7.1

27 Mar 06:45
636e917
Compare
Choose a tag to compare

Sponsors 🌟

New contributors 🎉

What's changed

Bugfixes 🐛

Other changes

  • docs: fix included line range from example by @hugovk in #3208
  • docs: fix included line range from example by @hugovk in #3209
  • docs: add missing api docs for plugins by @JacobCoffee in #3169
  • docs: add missing alembic class references by @cofin in #3220
  • docs: Removed double parsing from the codegen backend docs by @kedod in #3216
  • docs: document guards behavior when placed at controller and app level by @guacs in #3230
  • docs: Add missing layered parameters by @kedod in #3245
  • docs: Update test_client fixture documentation by @sherbang in #3258
  • docs(csrf): Add usage example by @Alc-Alc in #3256
  • docs: build develop and v3 branch docs by @JacobCoffee in #3264

Full Changelog
v2.7.0...v2.7.1

v2.7.0

10 Mar 17:07
Compare
Choose a tag to compare

Sponsors ❤️

GitHub Sponsors: Scalar (@scalar), Telemetry Sports (via @chris-telemetry), Stok (@stok-team), @benjamin-kirkbride, @crisog, @geeshta, @cbscsm, @ruslan-korneev, @iRod3s
OpenCollective: Christian Y, Anonymous

What's changed

Bugfixes

  • Fix missing cors headers in response by @crisog in #3179
  • Fix sending empty data in sse in js client by @euri10 in #3176

New features

New contributors

Full Changelog
v2.6.3...v2.7.0