This is an automated email from the ASF dual-hosted git repository. gerlowskija pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit 3fa8359baad2e74470e70cad9f11c1d62d4ed49e Author: Jason Gerlowski <[email protected]> AuthorDate: Tue Jan 20 10:13:30 2026 -0500 Adding Solr news for release 9.10.1 --- .../solr/solr_news/2026-01-20-9-10-1-available.md | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/content/solr/solr_news/2026-01-20-9-10-1-available.md b/content/solr/solr_news/2026-01-20-9-10-1-available.md new file mode 100644 index 000000000..f937179d0 --- /dev/null +++ b/content/solr/solr_news/2026-01-20-9-10-1-available.md @@ -0,0 +1,28 @@ +Title: Apache Solr™ 9.10.1 available +category: solr/news +save_as: + +The Solr PMC is pleased to announce the release of Apache Solr 9.10.1. + +Solr is the blazing-fast, open source, multi-modal search platform built on Apache Lucene. It powers full-text, vector, analytics, and geospatial search at many of the world's largest organizations. Other major features include Kubernetes and docker integration, streaming, highlighting, faceting, and spellchecking. + +Solr 9.10.1 is available for immediate download at: + + <https://solr.apache.org/downloads.html> + +### Solr 9.10.1 Release Highlights: + +Solr 9.10.1 contains a number of bugfixes and quality-of-life improvements, including: + * Reversing a performance regression impacting "no rows" Solr queries. + * Fixing an error previously triggered when sorting on spatial field types. + * Preventing a deadlock that caused "hanging" / "orphaning" for distributed request threads when using ParallelHttpShardHandler + +Solr 9.10.1 also includes fixes for two recently published security issues, CVE-2026-22444 and CVE-2026-22022. Administrators should either upgrade their deployments to Solr 9.10.1 to include these fixes and/or ensure that adequate remediation is in place as described in the CVE descriptions. + +Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions: + + <https://solr.apache.org/guide/solr/9_10/upgrade-notes/solr-upgrade-notes.html> + +Please read CHANGELOG.md for a full list of bugfixes: + + <https://solr.apache.org/9_10_1/changes/Changes.html>
