Author: gerlowskija Date: Wed Jan 21 15:12:09 2026 New Revision: 1092087 Log: Fix Solr 9.10.1 CHANGES.html
Modified: sites/solr/docs/9_10_1/changes/Changes.html Modified: sites/solr/docs/9_10_1/changes/Changes.html ============================================================================== --- sites/solr/docs/9_10_1/changes/Changes.html Wed Jan 21 10:47:07 2026 (r1092086) +++ sites/solr/docs/9_10_1/changes/Changes.html Wed Jan 21 15:12:09 2026 (r1092087) @@ -182,8 +182,12 @@ <p>This file lists Solr's raw release notes with details of every change to Solr. Most people will find the solr-upgrade-notes.adoc file more approachable. <a href="https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc">https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc</a></p> -<h2><a id="v9.10.1" href="javascript:toggleList('v9.10.1')">Release 9.10.1 [2026-01-08]</a></h2> +<h2><a id="v9.10.1" href="javascript:toggleList('v9.10.1')">Release 9.10.1 [2026-01-20]</a></h2> <ul id="v9.10.1.list"> + <li><a id="v9.10.1.changed" href="javascript:toggleList('v9.10.1.changed')">Changed</a> (1) + <ul id="v9.10.1.changed.list"> + <li><a href="https://issues.apache.org/jira/browse/SOLR-17947">SOLR-17947</a>: CloudSolrClient now refreshes collection state asynchronously using a dedicated thread pool, reducing ZooKeeper blocking and improving performance under load.<br /><span class="attrib">(Mark Miller)</span></li> + </ul> <li><a id="v9.10.1.fixed" href="javascript:toggleList('v9.10.1.fixed')">Fixed</a> (5) <ul id="v9.10.1.fixed.list"> <li><a href="https://github.com/apache/solr/pull/3926">PR#3926</a>: When using SolrCell with TikaServer, the connection will no longer timeout after 30s idle, such as during OCR processing<br /><span class="attrib">(<a href="https://home.apache.org/phonebook.html?uid=janhoy">Jan Høydahl</a>)</span></li> @@ -201,7 +205,7 @@ <li><a href="https://issues.apache.org/jira/browse/SOLR-17888">SOLR-17888</a>: Mitigate CVE-2025-54988 by disabling XFA parsing in PDF documents when using SolrCell extraction<br /><span class="attrib">(<a href="https://home.apache.org/phonebook.html?uid=janhoy">Jan Høydahl</a>)</span></li> </ul> </ul> -<h2><a id="v9.10.0" href="javascript:toggleList('v9.10.0')">Release 9.10.0</a></h2> +<h2><a id="v9.10.0" href="javascript:toggleList('v9.10.0')">Release 9.10.0 [2025-11-06]</a></h2> <ul id="v9.10.0.list"> <li><a id="v9.10.0.added" href="javascript:toggleList('v9.10.0.added')">Added</a> (4) <ul id="v9.10.0.added.list">
