Skip to content

REST 5.0.0

Compare
Choose a tag to compare
@cundd cundd released this 12 Jun 09:36
· 35 commits to v5 since this release

This release brings compatibility with the latest TYPO3 LTS version (v10) while keeping support for version 9.

Breaking changes

  • Drop support for TYPO3 v8 (#f928a64)
  • Fall back to getParsedBody() if the payload could not be decoded as JSON (#50fdf83)
  • Add return and parameter types (#cb7ce21)
  • Add return and parameter types, const visibility and format code (#bc7035d)
  • Raise minimum required PHP version to 7.2 (#0e909f0)
  • Remove deprecated configureObjectManager() (#719254f)
  • Remove support for deprecated class-based and deprecated vendor-less overwrites (#e6449fb)
  • Remove deprecated Bootstrap class (#cd90455)