The Solr PMC is pleased to announce the release of Apache Solr 9.4.0.

Solr is the popular, blazing fast, open source NoSQL search platform from
the Apache Solr project. Its major features include powerful full-text
search, hit highlighting, faceted search, dynamic clustering, database
integration, rich document handling, and geospatial search. Solr is highly
scalable, providing fault tolerant distributed search and indexing, and
powers the search and navigation features of many of the world's largest
internet sites.

Solr 9.4.0 is available for immediate download at:

  <https://solr.apache.org/downloads.html>

### Solr 9.4.0 Release Highlights:

 * The Lucene version used by Solr has been upgraded to 9.8 – see its
release notes.
 * The Jetty version has been updated to 10.0.17 to address CVE-2023-44487
 * Added support for node-level caches
 * Circuit Breakers available for Update Requests
 * A new Circuit breaker for percentage of CPU utilization is added. The
former "CPU" circuit breaker is now more correctly named
LoadAverageCircuitBreaker as it trips on system load average which is not a
percentage.
 * Solr now includes an always-on trace id generator. This will inject
trace id headers for every Solr request, propagating the client supplied
value or generating a new id as needed and replaces the existing `rid`
mechanism.
 * Solr now limits the number of concurrent expensive core operations (such
as "backup", "restore", and "split") that are submitted asynchronously by
running them in a dedicated thread pool.
 * Added support of OAuth 2.0/OIDC 'code with PKCE' flow
 * Multiple bug fixes for TLS and mTLS

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_4/upgrade-notes/solr-upgrade-notes.html
>

Please read CHANGES.txt for a full list of new features, changes and
bugfixes:

  <https://solr.apache.org/9_4_0/changes/Changes.html>

Reply via email to