Skip to content

Commit

Permalink
[DOC] Fix changelogs and add hints about outdated state on branches
Browse files Browse the repository at this point in the history
The changelog is a single file, each major version. 
This change allows us to avoid porting of changelog files across release-zz.y branches.
Most probably we'll introduce single file - each commit changelog approach to avoid 
all the problems related to our current approach.

Relates: #3854
  • Loading branch information
dkd-kaehm committed Nov 3, 2023
1 parent ed211e4 commit 742634a
Show file tree
Hide file tree
Showing 19 changed files with 408 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
- TYPO3 Version: [e.g. 12.4.0]
- Browser: [e.g. chrome, safari]
- EXT:solr Version: [e.g. 12.0.0]
- Used Apache Solr Version: [e.g. 9.3.0]
- Used Apache Solr Version: [e.g. 9.3.1]
- PHP Version: [e.g. 8.2.0]
- MySQL Version: [e.g. 8.0.0]

Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/ci-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,5 @@
"main": {
"PHP": [ "8.1", "8.2", "8.3" ],
"TYPO3": [ "12", "12.4.x-dev" ]
},

"release-12.0.x": {
"PHP": [ "8.1", "8.2" ],
"TYPO3": [ "12", "12.4.x-dev" ]
},

"release-11.5.x": {
"PHP": [ "7.4", "8.0", "8.1", "8.2" ],
"TYPO3": [ "11", "11.5.x-dev" ]
},

"release-11.2.x": {
"PHP": [ "7.2", "7.3", "7.4" ],
"TYPO3": [ "10", "10.4.x-dev" ]
}
}
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: build

on:
push:
branches: [ main, release-12.0.x, release-11.5.x, release-11.2.x, task/*_compatibility ]
branches: [ main, release-12.0.x, release-11.6.x, release-11.5.x, task/*_compatibility ]
tags:
- "**"
pull_request:
branches: [ main, release-12.0.x, release-11.5.x, release-11.2.x, task/*_compatibility ]
branches: [ main, release-12.0.x, release-11.6.x, release-11.5.x, task/*_compatibility ]

env:
CI_BUILD_DIRECTORY: '/home/runner/work/ext-solr/ext-solr/.Build'
Expand Down Expand Up @@ -70,8 +70,6 @@ jobs:
echo -e "matrix : "
echo $matrix
echo "matrix=$(echo $matrix)" >> $GITHUB_OUTPUT
>&2 echo -e "Example Annotation on error. Is visible in Actions workflow view."
>&2 echo -e "Non-stable releases can not be published to TER. The tags containing beta-1 is invalid for TER."
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
5 changes: 0 additions & 5 deletions Documentation/Appendix/VersionMatrix.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.. include:: /Includes.rst.txt


.. _appendix-version-matrix:

Appendix - Version Matrix
Expand All @@ -9,9 +7,6 @@ Appendix - Version Matrix
Supported versions
------------------

Supported versions
------------------

List of EXT:solr versions and the matching versions of Apache Solr and TYPO3 that are supported:

========= ========== ========== =========== =============== ================== ================================ =============== =============== =================
Expand Down
136 changes: 87 additions & 49 deletions Documentation/FAQ/Index.rst

Large diffs are not rendered by default.

File renamed without changes.
5 changes: 5 additions & 0 deletions Documentation/Releases/HintAboutOutdatedChangelog.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. attention::

You are on docs for EXT:solr |release| version.
This file may be outdated if you are on wrong release "branch" version.
To get the most recent changelog, please choose on the top left dropdown menu the version you are looking for.
29 changes: 14 additions & 15 deletions Documentation/Releases/Index.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
.. include:: /Includes.rst.txt


.. include:: /Includes.rst.txt
.. index:: Releases
.. _releases:

********
Releases
========
********


|
.. toctree::
:maxdepth: 5
:titlesonly:
:glob:

solr-release-7-0
solr-release-8-0
solr-release-8-1
solr-release-9-0
solr-release-10-0
solr-release-11-0
solr-release-11-1
solr-release-11-2
solr-release-11-5
solr-release-12-0
solr-release-12-0
solr-release-11-5
solr-release-11-2
solr-release-11-0
archive
21 changes: 21 additions & 0 deletions Documentation/Releases/archive.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. include:: /Includes.rst.txt
.. index:: Archive
.. _releases_archive:

*******
Archive
*******


|
.. toctree::
:titlesonly:
:glob:

solr-release-11-1
solr-release-10-0
solr-release-9-0
solr-release-8-1
solr-release-8-0
solr-release-7-0
10 changes: 6 additions & 4 deletions Documentation/Releases/solr-release-10-0.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
.. include:: /Includes.rst.txt
.. index:: Archive
.. _releases-10:

=============
Releases 10.0
=============

.. _releases-10:
.. include:: HintAboutOutdatedChangelog.rst.txt

============================
Apache Solr for TYPO3 10.0.0
============================

We are happy to release EXT:solr 10.0.0.
The focus of EXT:solr 10.0.0 was, to support the `site handling <https://docs.typo3.org/m/typo3/reference-coreapi/9.5/en-us/ApiOverview/SiteHandling/Index.html />`_ that was introduced in TYPO3 9 LTS .
Expand Down
192 changes: 181 additions & 11 deletions Documentation/Releases/solr-release-11-0.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,184 @@
.. include:: /Includes.rst.txt
.. include:: /Includes.rst.txt
.. index:: Releases
.. _releases-11:

=============
Releases 11.0
=============

.. _releases-11:
.. include:: HintAboutOutdatedChangelog.rst.txt

Release 11.0.8
--------------

We are happy to release EXT:solr 11.0.8 maintenance release, this release is a non-public ELTS release.

Support of Apache Solr 9.2.0
----------------------------

Apache Solr 8.5.1 is outdated, thus we now provide support of Apache Solr 9.2. Technically an update is not required, but recommended to avoid possible
security issues in no longer supported Apache Solr versions. If you can't update your Apache Solr server right now, EXT:solr 11.0.8 should still work with 8.5,
but you'll see warnings in the reports module.

Note: With Apache Solr 9 the following components are no longer available and you have to adapt the configuration if needed. No longer available components are:

1) Data Import Handler (DIH)
DIH is an independent project now; it is no longer a part of Solr

============================
Apache Solr for TYPO3 11.0.0
============================
2) VelocityResponseWriter
VelocityResponseWriter is an independent project now; it is no longer a part of Solr. This encompasses all previously included /browse and wt=velocity examples.

Small improvements and bugfixes
-------------------------------

- [TASK:Security:P:ELTS_9.5] Update jQuery and its plugin libs by @dkd-kaehm in #3
- [BUGFIX:BP:11.0] Respect indexingPriority in QueueItemRepository by @dkd-friedrich in #5
- [TASK] Integrate in packagist.com : conflict with non ELTS EXTsolr by @dkd-kaehm in #4
- [BUGFIX:BP:11.0] Sanitize frequent and last searches output by @dkd-friedrich in #6
- [BUGFIX] Fix TypeError in StatisticsWriterProcessor by @dkd-friedrich in #6
- [TASK] Remove unneeded GitHub actions by @dkd-friedrich in #6
- [TASK] Remove unneeded TYPO3 version from matrix by @dkd-friedrich in #6
- [BUGFIX] Try to solve conflicts issue on composer on CI by @dkd-kaehm in #7
- [TASK] Prepare configsets for 11.0 ELTS by @dkd-friedrich in #8
- [BUGFIX:BP:11.0] Fix expected variant results by @dkd-friedrich in #8
- [TASK] Update version matrix by @dkd-friedrich in #8



Release 11.0.7
--------------

TYPO3 9 LTS reached the ELTS stage: free community support for TYPO3 9 LTS ended on 30 sept. 2021.
We'll join the TYPO3s ELTS regiment and provide EXT:solr support for TYPO3 9 ELTS upwardly via our EB program.
Therefore the EXT:solr release-11.0.x will not be maintained in TYPO3-Solr/ext-solr repository any more. The maintenance and builds will be moved to other place.
The new EXT:solr 11.0.8+ for TYPO3 9 ELTS versions will be provided via dkds EB program.


Release 11.0.6
--------------

This is a bugfix-only release that contains only bugfixes

This is a bugfix-only release that contains:

- [BUGFIX:BP:11-0] Respect TCA setting of 'tstamp' field (#3037)
- [BUGFIX:BP:11.0] Update SolrNotAvailable.html (#3020)
- [BUGFIX] Recursive constants (#3048)
- [BUGFIX] Follow up to recursive constants (#3058)
- [BUGFIX:BP:11.0] Don't use jQuery.ajaxSetup (#2503)
- [TASK:11.0] Replace mirrors for Apache Solr binaries on install-solr.sh (#3094)


Release 11.0.5
--------------

This is a bugfix-only release that contains only bugfixes


- [TASK] 2021.12.13 Rebuild Docker images due of(CVE-2021-44228)
- [BUGFIX] Delete documents for valid connections only b99d7ad (#2940)
- [TASK] Make Apache Solr v8.6+ compatible 12b9483 (#2938)
- [TASK] Bump Chart.js to v2.9.4 4eacf89 (#2946)
- [BUGFIX] use pages configuration as default #issue-2742 d05f77e (#2742)
- [BUGFIX] ENV vars not handled correctly in site management module d83c7d1 (#2576)
- [BUGFIX] Delete synonyms with URL special chars 5905fdb (#2336)
- [BUGFIX] Fix typo in CoreOptimizationModule/Index.html 3163d25 (#2965)
- [BUGFIX] Use correct html tags in templates 31e2d2c (#2970)
- [BUGFIX] Add missing applicationType to faked request 19baedc (#2932)
- [TASK] Add language cache to SiteUtility 6f7e4d1 (#2908)
- [BUGFIX] writing errorHandling of site configuration 1ff6ca3 (#2913)
- [TASK] Make language cache work with multi site setups b7a39c1 (#2986)
- [BUGFIX] set base uri to face frontend request 2c34ae9 (#2914)
- [BUGFIX] getRangeString(): check type before format() - call a99275a (#2942)
- [BUGFIX] Fix type error in UrlHelper 17f1653 (#2756)


Release 11.0.4
--------------

This is a bugfix-only release that contains

- [BUGFIX] Removes secondary parameter c6a9dcc (#2746)
- [DOCS] Use \*_PORT variable for setting the port fca6f68 (#2759)
- [BUGFIX] Correct Content-Type header for suggest response e843b44 (#2783)
- [TASK] Change configuration files to TYPO3 file extensions 6d513e6 (#2813)
- [BUGFIX] garbage collector on translations 9adcc40 (#2797)
- [BUGFIX] Quote field within score calculation 3969340 (#2824)
- [BUGFIX] disabled Solr Sites e7bc3ab (#2795)
- [BUGFIX] Enable unicode when fetching pages eb33376 (#2810)
- [TASK] Disable cache time information for ajax request f54213f (#2834)
- [TASK] Adjust composer TYPO3 version constrains for EXT:Solr 11.0.4+ 50df86a (#2844)
- [FEATURE] Allow stdWrap on sorting label 5f2cee2 (#2339)
- [BUGFIX] Fix handling of case sensitive variant ids (#2865)
- [FEATURE] Store number of existing variants 9c88401 (#2870)
- [BUGFIX] Function call with non existing variable 0a69d45 (#2842 / #2520)
- [BUGFIX:BACKPORT:11] Fix missing variant field value 8e0c648 (#2878)
- [BUGFIX] Exception on Cached state of TranslateViewHelper 1765751 (#2830)
- [BUGFIX] Check if $recordUid is non-numeric before substitution a9cf555 (#2836)
- [TASK] Remove usages of Prophet by all occurrences within TYPO3 API 3bbf25a, 45b1703, 4f2b37a (#2862)
- [TASK] Remove TYPO3 long time ago deprecated cache class 79cafe9 (#2782)
- [BUGFIX] Change filter for workspace 5408889 (#2847)
- [BUGFIX] Use Iconfactory to retrieve record icons fa77962 (#2900)
- [BUGFIX] Language overlay for records is not retrieved since solr Version 11.x (#2788)
- [BUGFIX] Temporary free mode fix d5e936b
- [BUGFIX] Content id in language aspect c84ce1b
- [BUGFIX] Language aspect for indexer 9af09f3
- [BUGFIX] remove escaping on suggestion prefix f70829e (#2917)
- [FEATURE] Exclude sub entries of page/storage recursively 4151a25 (#2934)
- [BUGFIX] Make relevance sorting option markable as active bc813c8 (#2922)


Release 11.0.3
--------------

This is a bugfix-only release that contains only a few bugfixes

- [TASK] Use minor version of solr docker image (#2740)
- [BUGFIX] Make sure HtmlContentExtractor::cleanContent() is UTF-8 safe (#2514)
- [BUGFIX] Database exception in RecordMonitor for records no-"enable" columns (#2512)
- [BUGFIX] Indexing of records fails with solr 10.x (#2521)
- [BUGFIX] Hard codes plugin namespace (#2732)
- [BUGFIX] Restricted pages are not being indexed in Typo3 10 (#2695)
- [BUGFIX] Prevent duplicate urls for page 0 (#2718)
- [BUGFIX] Fix assignment for page uid variable (#2664)
- [BUGFIX] Use num_found in static db table (#2668)
- [BUGFIX] Build core base path right, when path is slash only (#2692)
- [BUGFIX] Fix missing renderType attribute in flexform for search plugin (#2669)
- [BUGFIX] Add option to override 'port' in frontend indexing URL (#2618)
- [BUGFIX] Reset uriBuilder before building a new uri (#2658)
- [DOCS] Multiple improvements to the docs


Release 11.0.2
--------------

This is a bugfix-only release that contains only a few bugfixes

- [TASK] Add warning in the docs that a fqdn is required for the sitehandling
- [BUGFIX] Re-enable Integration Tests for TYPO3 v10
- [BUGFIX] Fix unit tests with new controller context check
- [BUGFIX] Fix tests and add groups for tests
- [BUGFIX] Remove mocks in TYPO3 v10 Integration tests
- [BUGFIX] Remove unneeded constant
- [BUGFIX] Fix travis.yml to use correct stable versions
- [BUGFIX] Ensure to hand in PSR-7 Request to TSFE->getPageAndRootlineWithDomain
- [BUGFIX] Remove unneeded is_siteroot flag in nested storage folder
- [BUGFIX] Always return array on non-mounted sites
- [BUGFIX] Fix multiple rootpages in nested sites
- [BUGFIX] Prevent SiteNotFoundException in reports module


Release 11.0.1
--------------

This is a bugfix-only release that contains only a few bugfixes

- [BUGFIX] Fix documentation and Versionmatrix
- [BUGFIX] Fix failing build on docker hub


Release 11.0.0
--------------

We are happy to release EXT:solr 11.0.0.
The focus of this release was the support of TYPO3 10 LTS.
Expand All @@ -15,24 +188,21 @@ EXT:solr 11 requires the usage of the TYPO3 site handling for the configuration

The ```legacyMode``` that allows the usage of domain records and configuration of Solr cores in TypoScript was dropped with EXT:solr 11.


New in this release
===================

Support of TYPO3 10 LTS
-----------------------

With EXT:solr 11 we provide the support of TYPO3 10 LTS. If you update to EXT:solr 11, make sure, that you are using the TYPO3 site management to manage your Apache Solr endpoints.

Thanks to: Achim Fritz & b13 for the support on that topic


Support of Apache Solr 8.5.1
----------------------------

With EXT:solr 11 we support Apache Solr 8.5.1, the latest release of Apache Solr.

To see what was changed in Apache Solr 8.5.x please read the release notes of Apache Solr:
To see what was changed in Apache Solr 8.5.x please read the `release notes of Apache Solr <https://archive.apache.org/dist/lucene/solr/8.5.1/changes/Changes.html>`_

https://archive.apache.org/dist/lucene/solr/8.5.1/changes/Changes.html

Small improvements and bugfixes
-------------------------------
Expand Down
9 changes: 4 additions & 5 deletions Documentation/Releases/solr-release-11-1.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
.. include:: /Includes.rst.txt


.. index:: Archive
.. _releases-11-1:

============================
Apache Solr for TYPO3 11.1.0
============================
==============
Release 11.1.0
==============

We are happy to release EXT:solr 11.1.0.
The focus of this release has been on URL and SEO optimizations.
Expand Down
Loading

0 comments on commit 742634a

Please sign in to comment.