Release 11.5.6
dkd-friedrich
released this
29 Feb 07:40
·
14 commits
to release-11.5.x
since this release
This is a maintenance release for TYPO3 11.5 LTS.
What's Changed
Apache Solr support
11.5.6 has been tested with Apache Solr 11.8.1, 11.8.2 and 11.8.3. All of this versions are supported, but it's recommended to use the latest version.
Caution: Apache Solr 8.11.3 contains a breaking change, see security fix "SOLR-14853: Make enableRemoteStreaming option global; not configSet". EXT:solr relies on stream bodies which aren't enabled by default since 8.11.3. EXT:solr 11.5.6 contains all required settings, but if you're updating and not using our Docker image, you have to set "solr.enableRemoteStreaming=true" and "solr.enableStreamBody=true". TYPO3 reports module will print a warning if you have to reconfigure.
List of all changes:
- [TASK] Remove unused field
cookie
in tx_solr_statistics by @dkd-kaehm in #3904 - [BUGFIX:P:11.5] Broken IndexQueueModule.css asset path in backend by @dkd-kaehm in #3911
- [BUGFIX:BP:11.5] Exception in CLI mode when using suggest TS example by @dkd-kaehm in #3933
- [BUGFIX:BP:11.5] Ensure method return value of root-page-UID is an integer by @dkd-kaehm in #3932
- [TASK:BP:11.5] Provide encryptionKey in unit tests by @dkd-friedrich in #3960
- [DOCS] Make values of faceting.urlParameterStyle more clear by @dkd-friedrich in #3964
- [BUGFIX] Handle if some tags are upper-case and strict-comparison by @dkd-friedrich in #3965
- Update PageBrowserRangeViewHelper.php solves #3942 by @fritzdacat in #3943
- [FEATURE:BP:11.5] Power up for magic filter __pageSection by @dkd-friedrich in #3966
- [TASK] Add content stream check by @dkd-friedrich in #3968
- [TASK:BP:11.5] Support several Apache Solr versions by @dkd-friedrich in #3957
- [TASK] Remove scrutinizer static analyse fixes from sources @dkd-kaehm in #3973
New Contributors
- @fritzdacat made their first contribution in #3943
Full Changelog: 11.5.5...11.5.6