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 853e2e7b6b01518224d9bb71f07a95bdcacdd7d4
Author: Mike Drob <[email protected]>
AuthorDate: Tue Jun 21 09:33:31 2022 -0700

    Adding Solr news for release 8.11.2
---
 .../solr/solr_news/2022-06-17-8-11-2-available.md  | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/content/solr/solr_news/2022-06-17-8-11-2-available.md 
b/content/solr/solr_news/2022-06-17-8-11-2-available.md
new file mode 100644
index 000000000..39cba4378
--- /dev/null
+++ b/content/solr/solr_news/2022-06-17-8-11-2-available.md
@@ -0,0 +1,39 @@
+Title: Apache Solr™ 8.11.2 available
+category: solr/news
+save_as:
+
+The Lucene and Solr PMCs are pleased to announce the release of Apache Solr 
8.11.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.11.2 is available for immediate download at:
+
+  <https://solr.apache.org/downloads.html>
+
+### Solr 8.11.2 Release Highlights:
+
+Security
+
+* SOLR-15871: Update Log4J to 2.17.1
+* SOLR-15961: Fix bug in PKIAuthenticationPlugin that can cause a request to 
fail with 401 Unauthorized instead of re-fetching expired remote keys from 
other nodes.
+* SOLR-14569: Configuring a shardHandlerFactory on the /select requestHandler 
results in HTTP 401 when searching on alias in secured Solr.
+* SOLR-16022: Enforce special character requirements on passwords with length 
less than 15
+* SOLR-16075: ShowFileHandler path parameter is now validated to be relative 
to instance conf dir in standalone mode
+
+Bugfixes
+
+* SOLR-15849: Fix the connection reset problem caused by the incorrect use of 
4LW with \n when monitoring zooKeeper status
+* SOLR-16199: Improve query syntax construction for SQL LIKE clause with 
phrases and wildcards
+* SOLR-16143: SolrConfig can miss updates from ZooKeeper when deleting and 
recreating file items
+
+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_11/solr-upgrade-notes.html>
+
+Please read CHANGES.txt for a full list of bugfixes:
+
+  <https://solr.apache.org/docs/8_11_2/changes/Changes.html>
+
+Solr 8.11.2 also includes bugfixes in the corresponding Apache Lucene release:
+
+  <https://lucene.apache.org/core/8_11_2/changes/Changes.html>
\ No newline at end of file

Reply via email to