You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2021/10/18 14:05:38 UTC

[solr-site] branch main updated (4940207 -> c21ca01)

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

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


    from 4940207  Update latest ref guide link
     new f26a0d3  Adding Solr news for release 8.10.1
     new c21ca01  Update version variables for release 8.10.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:
 .../solr/solr_news/2021-10-18-8-10-1-available.md  | 31 ++++++++++++++++++++++
 pelicanconf.py                                     |  4 +--
 2 files changed, 33 insertions(+), 2 deletions(-)
 create mode 100644 content/solr/solr_news/2021-10-18-8-10-1-available.md

[solr-site] 02/02: Update version variables for release 8.10.1

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

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

commit c21ca01ed8bcfb3975d2aec63c42c65424f593e8
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Oct 18 09:57:21 2021 -0400

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 85bace3..f12a37c 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '8.10.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2021, 9, 27)
+SOLR_LATEST_RELEASE = '8.10.1'
+SOLR_LATEST_RELEASE_DATE = datetime(2021, 10, 18)
 SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.4.0'

[solr-site] 01/02: Adding Solr news for release 8.10.1

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

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

commit f26a0d3f9c9720a3b79d0b2ffa732f532e915fcd
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Oct 18 09:54:14 2021 -0400

    Adding Solr news for release 8.10.1
---
 .../solr/solr_news/2021-10-18-8-10-1-available.md  | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/content/solr/solr_news/2021-10-18-8-10-1-available.md b/content/solr/solr_news/2021-10-18-8-10-1-available.md
new file mode 100644
index 0000000..0413778
--- /dev/null
+++ b/content/solr/solr_news/2021-10-18-8-10-1-available.md
@@ -0,0 +1,31 @@
+Title: Apache Solr™ 8.10.1 available
+category: solr/news
+save_as:
+
+The Solr PMC is pleased to announce the release of Apache Solr 8.10.1.
+
+Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene 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 8.10.1 is available for immediate download at:
+
+  <https://solr.apache.org/downloads.html>
+
+### Solr 8.10.1 Release Highlights:
+
+#### Dependencies upgrades
+
+- Upgrade httpclient and httpmime to 4.5.13 (SOLR-15269)
+- Upgrade the following dependencies with vulnerabilities (SOLR-15677)
+  - jetty: 9.4.44.v20210927
+  - tika: 1.27
+  - commons-compress: 1.21
+  - netty: 4.1.68.Final
+  - fasterxml.jackson: 2.12.3
+  - errorprone: 2.9.0
+  - gcp-client: 1.32.1
+
+A summary of important changes is published in the Solr Reference Guide at <https://solr.apache.org/guide/8_10_1/solr-upgrade-notes.html>.
+
+For the most exhaustive list, see the full release notes at <https://solr.apache.org/8_10_1/changes/Changes.html> or by viewing the CHANGES.txt file accompanying the distribution.
+
+Solr's release notes usually don't include Lucene layer changes.  Lucene's release notes are at <https://lucene.apache.org/core/8_10_1/changes/Changes.html>