You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds compatibility with TYPO3 13, while dropping support for TYPO3 11. It also adds support for PHP 8.4, and removes it for PHP 7.4 and 8.0.
It also contains the following features:
all hooks have been deprecated and replaced by events
connector parameters are now passed when fetching the service from the registry
it is possible to choose the method for fetching data (default is still "GET")
The documentation was also cleaned up and restructured.
query parameters can be defined as separate parameters, rather than being directly in the URI
the connector is now able to handle paginated results and return the whole result set in one go. This is implemented out of the box for JSON-Hydra structures and can be done for any other structure with custom paginator classes.
It also comes with minor cleanup of very old things and improvements to the documentation.
Compatibility with TYPO3 10 LTS
Breaking change: the new "headers" property makes for more flexible headers, but configuration needs to be updated (see manual).