You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ds...@apache.org on 2024/01/18 19:52:14 UTC

(solr-site) branch main updated (18859f26c -> 87215b438)

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

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


    from 18859f26c Fixup CVE formatting
     new 2a7af0165 Update version variables for release 9.4.1
     new 87215b438 Adding Solr news for release 9.4.1

The 2 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:
 ...1-0-available.md => 2024-01-18-9-4-1-available.md} | 19 ++++++++-----------
 pelicanconf.py                                        |  4 ++--
 2 files changed, 10 insertions(+), 13 deletions(-)
 copy content/solr/solr_news/{2022-11-17-9-1-0-available.md => 2024-01-18-9-4-1-available.md} (55%)


(solr-site) 02/02: Adding Solr news for release 9.4.1

Posted by ds...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 87215b4383d6a9337b6308a707a576fb60fa8477
Author: David Smiley <ds...@apache.org>
AuthorDate: Thu Jan 18 14:50:11 2024 -0500

    Adding Solr news for release 9.4.1
---
 .../solr/solr_news/2024-01-18-9-4-1-available.md   | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/content/solr/solr_news/2024-01-18-9-4-1-available.md b/content/solr/solr_news/2024-01-18-9-4-1-available.md
new file mode 100644
index 000000000..c63d4ee6e
--- /dev/null
+++ b/content/solr/solr_news/2024-01-18-9-4-1-available.md
@@ -0,0 +1,23 @@
+Title: Apache Solr™ 9.4.1 available
+category: solr/news
+save_as:
+
+The Solr PMC is pleased to announce the release of Apache Solr 9.4.1.
+
+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.1 is available for immediate download at:
+
+  <https://solr.apache.org/downloads.html>
+
+### Solr 9.4.1 Release Highlights:
+
+A big regression to the JSON Query API in 9.4 is primarily what prompted this release.  Additionally, some security oriented improvements/fixes have been added, and many transitive dependencies have been upgraded.
+
+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 bugfixes:
+
+  <https://solr.apache.org/9_4_1/changes/Changes.html>
\ No newline at end of file


(solr-site) 01/02: Update version variables for release 9.4.1

Posted by ds...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2a7af01652eaa0513b52b168060d1248a5aa71ad
Author: David Smiley <ds...@apache.org>
AuthorDate: Thu Jan 18 14:35:44 2024 -0500

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

diff --git a/pelicanconf.py b/pelicanconf.py
index b1fc2749f..b14400eed 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '9.4.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2023, 10, 14)
+SOLR_LATEST_RELEASE = '9.4.1'
+SOLR_LATEST_RELEASE_DATE = datetime(2024, 1, 18)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.8.0'