Skip to content

Release 4.0.1

Choose a tag to compare

@paolo-rossi paolo-rossi released this 24 Oct 09:50
· 217 commits to master since this release

πŸ’₯ Major features (since the πŸ”– 4.0.0 release)

Core features

  • ✨ Delphi 11 (Alexandria) support!
  • ✨ Authorization-check algorithm refactoring. Now PermitAll checks against the presence and validity of the token (⚠️ possible breaking change)
  • ✨ Added FireDAC custom Media Types (application/vnd.embarcadero.firedac*)
  • ✨ New Garbage Collector!
  • ✨ Now it's possible to "assign" objects to the Garbage Collector (injectable via [Context]) and leave the destruction of objects to WiRL

🌟 Minor features, changes and bugfixes

  • ✨ Improved OpenAPI 3 support
  • πŸ› οΈ Updated swagger-ui bundle
  • πŸ› οΈ Now it's possible to have different OpenAPI configuration for different Apps

πŸ› Bugfixes

  • πŸ› οΈ Removed RESTComponents package dependency
  • πŸ› Fixed a bug in the MatchPath routine