Skip to content

Commit 3d966b3

Browse files
committed
[Release] 14.0.0-alpha1
We are happy to release EXT:solr 14.0.0-alpha1 for TYPO3 14 LTS. This is the first alpha release of EXT:solr for TYPO3 14 LTS. Highlights: * [!!!][TASK] Unified Sub-Request Indexing Pipeline — no more HTTP round-trips, significantly faster indexing. (@dkd-kaehm) * [!!!][TASK] RecordInsertedEvent introduced, isNewRecord flag removed from RecordUpdatedEvent (@dkd-friedrich) * [!!!][TASK] Remove deprecated DataUpdateHandler::removeFromIndexAndQueueWhenItemInQueue(), PageIndexer::isPageIndexable(), QueueInitializationServiceAwareInterface and related Queue API (@dkd-friedrich) * [!!!][TASK] Remove site hash strategy flag (@bmack) * [FEATURE] Cascade fe_group changes with extendToSubpages — reindex and cleanup of outdated access variants on permission changes * [TASK] XLIFF 2.0 migration for all language files (@sfroemkenjw) * [TASK] Event listeners migrated to #[AsEventListener] PHP attribute (@sfroemkenjw) * [FEATURE] PHP generator for site processing — improved memory efficiency (@sfroemkenjw) * [TASK] Extensive ViewHelper and DI refactoring: SearchFormViewHelper, facet ViewHelpers (shared trait), Classification handling, FrequentSearchesService, SettingsPreviewOnPlugins (@sfroemkenjw) * [TASK] TYPO3 14 LTS full compatibility Please read the release notes: * https://docs.typo3.org/p/apache-solr-for-typo3/solr/14.0/en-us/Releases/solr-release-14-0.html * https://github.com/TYPO3-Solr/ext-solr/releases/tag/14.0.0-alpha1 Resolves: #4606 --- How to Get Involved There are many ways to get involved with Apache Solr for TYPO3: * Submit bug reports and feature requests on GitHub * Ask or help or answer questions in our Slack channel * Provide patches through pull requests or review and comment on existing pull requests * Go to www.typo3-solr.com or call dkd to sponsor the ongoing development of Apache Solr for TYPO3 Support us by becoming an EB partner: https://shop.dkd.de/Produkte/Apache-Solr-fuer-TYPO3/ or call: +49 (0)69 - 2475218 0
1 parent 88f2f25 commit 3d966b3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Documentation/Appendix/VersionMatrix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ List of EXT:solr versions and the matching versions of Apache Solr and TYPO3 tha
1111
========= ============= ============= ================= ==================== ======================= =============== =================
1212
TYPO3 EXT:solr (↻) EXT:tika (↻) EXT:solrfal ($) EXT:solrconsole ($) EXT:solrdebugtools ($) Apache Solr Configset
1313
========= ============= ============= ================= ==================== ======================= =============== =================
14-
14.3 14.0 Ø Ø Ø Ø 9.10.1¹ ext_solr_14_0_0
14+
14.3 14.0ᾱ Ø Ø Ø Ø 9.10.1¹ ext_solr_14_0_0
1515
13.4 13.1 13.1 13.0 13.0 13.0 9.10.1¹ ext_solr_13_1_0
1616
12.4 12.1 12.1 12.0 12.0 12.0 9.10.1¹ ext_solr_12_1_0
1717
========= ============= ============= ================= ==================== ======================= =============== =================

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/>
2020
<project
2121
title="Apache Solr for TYPO3"
22-
release="14.0.0"
22+
release="14.0.0-alpha1"
2323
version="14.0"
2424
copyright="since 2009 by dkd &amp; contributors"
2525
/>

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "GPL-3.0-or-later",
66
"keywords": ["typo3", "TYPO3 CMS", "solr", "search"],
77
"homepage": "https://www.typo3-solr.com",
8+
"version": "14.0.0-alpha1",
89
"authors": [
910
{
1011
"name": "dkd Internet Service GmbH",

0 commit comments

Comments
 (0)