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:25 UTC

(solr-site) branch main updated (f234f02d3 -> 18d9b2884)

This is an automated email from the ASF dual-hosted git repository.

gerlowskija pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


    from f234f02d3 Add 8.11.3 CVEs
     new c2c076523 Update version variables for release 9.5.0
     new 06d6407af Update the htaccess.ref-guide-antora for release 9.5.0
     new 18d9b2884 Adding Solr news for release 9.5.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../solr/solr_news/2024-02-12-9-5-0-available.md   | 28 ++++++++++++++++++++++
 pelicanconf.py                                     |  4 ++--
 themes/solr/templates/htaccess.ref-guide-antora    |  2 +-
 3 files changed, 31 insertions(+), 3 deletions(-)
 create mode 100644 content/solr/solr_news/2024-02-12-9-5-0-available.md


(solr-site) 01/03: Update version variables for release 9.5.0

Posted by ge...@apache.org.
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 c2c07652365c28fc37bfd9032d0b4d620259b632
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Mon Feb 12 13:28:52 2024 -0500

    Update version variables for release 9.5.0
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 4747fc4c9..4bb2cad7d 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '9.4.1'
-SOLR_LATEST_RELEASE_DATE = datetime(2024, 1, 18)
+SOLR_LATEST_RELEASE = '9.5.0'
+SOLR_LATEST_RELEASE_DATE = datetime(2024, 2, 12)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.3'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.8.0'


(solr-site) 02/03: Update the htaccess.ref-guide-antora for release 9.5.0

Posted by ge...@apache.org.
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 06d6407af643510751c2e5261229f992b2d9f4e1
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Mon Feb 12 13:29:11 2024 -0500

    Update the htaccess.ref-guide-antora for release 9.5.0
---
 themes/solr/templates/htaccess.ref-guide-antora | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/solr/templates/htaccess.ref-guide-antora b/themes/solr/templates/htaccess.ref-guide-antora
index 31b9a4f47..b896c478b 100644
--- a/themes/solr/templates/htaccess.ref-guide-antora
+++ b/themes/solr/templates/htaccess.ref-guide-antora
@@ -1,2 +1,2 @@
-Redirect 302 /guide/solr/9_4 /guide/solr/latest
+Redirect 302 /guide/solr/9_5 /guide/solr/latest
 Redirect 301 /guide/index.html /guide/solr/latest/index.html


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

Posted by ge...@apache.org.
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>