pypi litestar 2.0.0rc1
v2.0.0rc1

latest releases: 2.12.0, 2.11.0, 2.10.0...
13 months ago

What's Changed

🎉 New Contributors 🎉

New features

Bugfixes

  • SQLAlchemy repository: health_check generates valid statement for oracle by @cofin in #2060
  • Fix serialization of empty strings in multipart form by @Goldziher in #2044
  • Fix #2033 - Server-side session middleware overrides CSRF cookies by @provinzkraut in #2069
  • Fix base path escaping in channels on Windows by @provinzkraut in #2112
  • DTO: Support renamed fields in DTOData and create_instance by @abdulhaq-e in #2065

Other changes

Changes to DTOs

BREAKING

This release introduces significant changes to the DTOs. This was necessary to address some bugs that came about because of some issues with the previous internal design. Unfortunately, these changes could not be made backwards compatible, but they are mostly superficial changes to the interfaces; Functionally DTOs still work the same.

The following breaking changes were introduced:

  • DTOInterface has been removed
  • ForType has been removed
  • AbstractDTOFactory has been renamed to AbstractDTO

Full Changelog: v2.0.0beta4...v2.0.0rc1

Don't miss a new litestar release

NewReleases is sending notifications on new releases.