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 <[email protected]>
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>

Reply via email to