Releases: cobwebch/svconnector_json
Releases · cobwebch/svconnector_json
4.2.0
This release comes with two new features:
- 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.
4.1.1
Small bugfix release improving handling of JSON decoding return values.
4.1.0
Compatibility with PHP 8.2
4.0.1
This minor release verifies compatibility with TYPO3 12 LTS and updates the example code in the documentation about instantiating a service.
4.0.0
This release adds support for TYPO3 12 and PHP 8.1, while dropping support for TYPO3 10.
It implements the new way of registering Connector Services introduced with "svconnector" version 5.0.0.
3.0.0
Introduce compatibility with TYPO3 11, drop support for TYPO3 8 and 9. Also add support for PHP 8.
2.4.2
Fix handling of request headers for TYPO3 9 and 10.
2.4.1
Updated composer manifest (compatibility with composer 2.0)
2.4.0
Compatibility with TYPO3 10 LTS
Breaking change: the new "headers" property makes for more flexible headers, but configuration needs to be updated (see manual).
2.3.0
Compatibility with TYPO3 7 is removed, compatibility with TYPO3 9 is added.