You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by jp...@apache.org on 2021/11/16 09:45:31 UTC

[solr-site] branch main updated (34f5af6 -> adfdc90)

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

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


    from 34f5af6  Merge pull request #41 from cominvent/solr15773-download
     new 0af9da8  Update version variables for release 8.10.1.
     new adfdc90  Adding Solr news for release 8.11.0.

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:
 ...available.md => 2021-11-16-8-11-0-available.md} | 26 ++++++++--------------
 pelicanconf.py                                     |  4 ++--
 2 files changed, 11 insertions(+), 19 deletions(-)
 copy content/solr/solr_news/{2021-10-18-8-10-1-available.md => 2021-11-16-8-11-0-available.md} (58%)

[solr-site] 02/02: Adding Solr news for release 8.11.0.

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

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

commit adfdc901ddef572fbbac71ab60cf5d912a0c643a
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 16 10:41:26 2021 +0100

    Adding Solr news for release 8.11.0.
---
 .../solr/solr_news/2021-11-16-8-11-0-available.md  | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/content/solr/solr_news/2021-11-16-8-11-0-available.md b/content/solr/solr_news/2021-11-16-8-11-0-available.md
new file mode 100644
index 0000000..6d7cf65
--- /dev/null
+++ b/content/solr/solr_news/2021-11-16-8-11-0-available.md
@@ -0,0 +1,23 @@
+Title: Apache Solr™ 8.11.0 available
+category: solr/news
+save_as:
+
+The Solr PMC is pleased to announce the release of Apache Solr 8.11.0.
+
+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.11.0 is available for immediate download at:
+
+  <https://solr.apache.org/downloads.html>
+
+### Solr 8.11.0 Release Highlights:
+
+#### Security
+
+MultiAuthPlugin (for authentication) and MultiAuthRuleBasedAuthorizationPlugin (for authorization) classes to support multiple authentication schemes, such as Bearer and Basic. This allows the Admin UI to use OIDC (JWTAuthPlugin) to authenticate users while still supporting Basic authentication for command-line tools and the Prometheus exporter.
+
+A summary of important changes is published in the Solr Reference Guide at <https://solr.apache.org/guide/8_11_0/solr-upgrade-notes.html>.
+
+For the most exhaustive list, see the full release notes at <https://solr.apache.org/8_11_0/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_11_0/changes/Changes.html>

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

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

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

commit 0af9da809b33068c9a833b289a12e827d0d2324d
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 16 10:38:56 2021 +0100

    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 f12a37c..6d2ddb6 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '8.10.1'
-SOLR_LATEST_RELEASE_DATE = datetime(2021, 10, 18)
+SOLR_LATEST_RELEASE = '8.11.0'
+SOLR_LATEST_RELEASE_DATE = datetime(2021, 11, 16)
 SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.4.0'