Skip to content

v2.0.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@provinzkraut provinzkraut released this 05 Aug 15:12
· 878 commits to main since this release
2be2309

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