You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2024/02/12 18:37:28 UTC

(solr-site) 03/03: Adding Solr news for release 9.5.0

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 18d9b2884cecc919d53c807b3eecd6cd48d22e66
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Mon Feb 12 13:32:31 2024 -0500

    Adding Solr news for release 9.5.0
---
 .../solr/solr_news/2024-02-12-9-5-0-available.md   | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/content/solr/solr_news/2024-02-12-9-5-0-available.md b/content/solr/solr_news/2024-02-12-9-5-0-available.md
new file mode 100644
index 000000000..8a2be2d8f
--- /dev/null
+++ b/content/solr/solr_news/2024-02-12-9-5-0-available.md
@@ -0,0 +1,28 @@
+Title: Apache Solr™ 9.5.0 available
+category: solr/news
+save_as:
+
+The Solr PMC is pleased to announce the release of Apache Solr 9.5.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.5.0 is available for immediate download at:
+
+  <https://solr.apache.org/downloads.html>
+
+### Solr 9.5.0 Release Highlights:
+
+ * Solr now supports "node-level" Memory and CPU circuit breakers, that serve as a default inherited by all cores on that node.
+ * Collection and Replica Properties may now be used as property substitution variables in configuration files (e.g. solrconfig.xml).
+ * Solr now auto-reloads updated keystore and truststore files when TLS is enabled.
+ * Tracing support has received a number of quality-of-life improvements, including improved tracking of distributed collection commands and increased coverage for internal requests made with the Apache and Jetty HTTP clients.
+ * Solr now offers the `<clusterSingleton>`  solr.xml tag as a means of configuring node-level plugins in an "immutable infrastructure"-friendly way.  This offers an alternative to using the `/cluster/plugins`  API for managing plugins in "live" clusters.
+ * Starting with 9.5.0, Solr releases now produce an OpenAPI specification covering many of their v2 APIs. Consumers may use this spec with an array of OpenAPI-compatible tooling to generate documentation, clients in various programming languages, etc.  See https://www.openapis.org/what-is-openapi for more details.
+
+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_5/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_5_0/changes/Changes.html>