You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2021/04/12 17:17:19 UTC

[solr-site] branch main updated (21455d4 -> f02472a)

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

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


    from 21455d4  change "continue your mastery" to "continue to learn" (#15)
     new dae65da  Update version variables for release 8.8.2
     new f02472a  Adding Solr news for 8.8.2

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:
 ...8-1-available.md => 2021-04-12-8-8-2-available.md} | 19 +++++++++++--------
 pelicanconf.py                                        |  4 ++--
 2 files changed, 13 insertions(+), 10 deletions(-)
 copy content/solr/solr_news/{2021-02-22-8-8-1-available.md => 2021-04-12-8-8-2-available.md} (55%)

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

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

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

commit dae65da8d64738771e76d57341ffb55d9eebdc3c
Author: Mike Drob <md...@apple.com>
AuthorDate: Mon Apr 12 11:57:28 2021 -0500

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

diff --git a/pelicanconf.py b/pelicanconf.py
index c0cb44c..8514d60 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '8.8.1'
-SOLR_LATEST_RELEASE_DATE = datetime(2021, 2, 22)
+SOLR_LATEST_RELEASE = '8.8.2'
+SOLR_LATEST_RELEASE_DATE = datetime(2021, 4, 12)
 SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.

[solr-site] 02/02: Adding Solr news for 8.8.2

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

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

commit f02472ae3f14c28742fdbce6152a526fae8ccf41
Author: Mike Drob <md...@apple.com>
AuthorDate: Mon Apr 12 12:12:11 2021 -0500

    Adding Solr news for 8.8.2
---
 .../solr/solr_news/2021-04-12-8-8-2-available.md   | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/content/solr/solr_news/2021-04-12-8-8-2-available.md b/content/solr/solr_news/2021-04-12-8-8-2-available.md
new file mode 100644
index 0000000..a0f2495
--- /dev/null
+++ b/content/solr/solr_news/2021-04-12-8-8-2-available.md
@@ -0,0 +1,30 @@
+Title: Apache Solr™ 8.8.2 available
+category: solr/news
+save_as:
+
+The Solr PMC is pleased to announce the release of Apache Solr 8.8.2.
+
+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.8.2 is available for immediate download at:
+
+  <https://solr.apache.org/downloads.html>
+
+### Solr 8.8.2 Release Highlights:
+
+* SOLR-15249: Properly set ZK ACLs on /security.json
+* SOLR-15233: Set doAs param in ConfigurableInternodeAuthHadoopPlugin
+* SOLR-15217: Use shardsWhitelist in ReplicationHandler
+* SOLR-15288: Hardening NODEDOWN event in collections using PerReplicaStates
+
+Please refer to the Upgrade Notes in the Solr Ref Guide for information on upgrading from previous Solr versions:
+
+  <https://solr.apache.org/guide/8_8/solr-upgrade-notes.html>
+
+Please read CHANGES.txt for a full list of bugfixes:
+
+  <https://solr.apache.org/8_8_2/changes/Changes.html>
+
+Solr 8.8.2 also includes bugfixes in the corresponding Apache Lucene release:
+
+  <https://lucene.apache.org/core/8_8_2/changes/Changes.html>