Skip to content

Releases: cobwebch/svconnector

5.1.0

07 Aug 10:05
Compare
Choose a tag to compare

Verify compatibility with PHP 8.2. Also fixes a bug with missing reporting about errors reading files from an absolute path.

5.0.1

02 May 20:05
Compare
Choose a tag to compare

This minor release confirms compatibility with TYPO3 12 LTS.

5.0.0

27 Dec 20:06
Compare
Choose a tag to compare

This major release adds support for TYPO3 12 and drops support for TYPO3 10.

Since the Services API was dropped from the TYPO3 Core, it comes with its own Connector Services registry. This is a completely breaking change and all existing services need to be adapted before they can be used again. Please see: https://docs.typo3.org/p/cobweb/svconnector/main/en-us/Installation/Index.html#updating-to-5-0-0.

In general, the code was cleaned up and strict typing is now enforced for most methods. The code base also supports PHP 8.1.

4.0.0

05 Oct 20:35
Compare
Choose a tag to compare

This release introduces compatibility with TYPO3 11, while dropping support for TYPO3 8 and 9.

Under the hood, usage of GeneralUtility::getUrl() was replaced by usage of \TYPO3\CMS\Core\Http\RequestFactory, as GeneralUtility::getUrl() doesn't allow for passing headers anymore. This does not change anything for developers.

The test backend module's icon was improved and, most importantly, an annoying viewport bug was fixed.

3.4.1

22 Feb 20:00
Compare
Choose a tag to compare

Updated composer manifest (compatibility with composer 2.0)

3.4.0

07 May 20:15
Compare
Choose a tag to compare

Compatibility with TYPO3 10 LTS, new API for report configuration errors.
Breaking change: configuration samples moved to JSON format (see manual).

3.3.1

04 Jan 17:23
Compare
Choose a tag to compare

Fixed a crash in the backend test module.

3.3.0

28 Dec 21:08
Compare
Choose a tag to compare

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

A new utility method is introduced to read distant content into a local, temporary file (\Cobweb\Svconnector\Utility\FileUtility::getFileAsTemporaryFile()).

3.2.4

18 Jul 11:17
Compare
Choose a tag to compare

This release fixes two bugs:

  • some method return type were removed to keep compatibility with PHP 7.0
  • the FileUtility can now really read files pointed to by absolute paths that are within the lockRootPath, as advertised in the (updated) documentation

3.2.3

17 Feb 11:47
Compare
Choose a tag to compare

This bugfix release improves the handling of headers by the universal file reading utility. It entails corresponding releases of svconnector_feed and svconnector_json, who need to adapt to new default values for empty request headers.

Trying to create a Swiss army knife is not trivial, hence the rapid sequence of bugfix releases these last few weeks. Sorry for the inconvenience of frequent updates.