Skip to content

Releases: cobwebch/svconnector_json

4.2.0

01 Mar 15:14
Compare
Choose a tag to compare

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

27 Dec 10:52
Compare
Choose a tag to compare

Small bugfix release improving handling of JSON decoding return values.

4.1.0

07 Aug 10:21
Compare
Choose a tag to compare

Compatibility with PHP 8.2

4.0.1

02 May 20:32
Compare
Choose a tag to compare

This minor release verifies compatibility with TYPO3 12 LTS and updates the example code in the documentation about instantiating a service.

4.0.0

27 Dec 20:27
Compare
Choose a tag to compare

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

05 Oct 20:48
Compare
Choose a tag to compare

Introduce compatibility with TYPO3 11, drop support for TYPO3 8 and 9. Also add support for PHP 8.

2.4.2

19 Mar 16:37
Compare
Choose a tag to compare

Fix handling of request headers for TYPO3 9 and 10.

2.4.1

22 Feb 20:12
Compare
Choose a tag to compare

Updated composer manifest (compatibility with composer 2.0)

2.4.0

07 May 20:38
Compare
Choose a tag to compare

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

28 Dec 21:34
Compare
Choose a tag to compare

Compatibility with TYPO3 7 is removed, compatibility with TYPO3 9 is added.