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

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

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

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

commit 28fe6abfd9449691bf786486b4567ca88bc1e26a
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Thu Dec 16 10:30:35 2021 +0100

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

diff --git a/content/solr/solr_news/2021-12-16-8-11-1-available.md b/content/solr/solr_news/2021-12-16-8-11-1-available.md
new file mode 100644
index 0000000..5647eae
--- /dev/null
+++ b/content/solr/solr_news/2021-12-16-8-11-1-available.md
@@ -0,0 +1,38 @@
+Title: Apache Solr™ 8.11.1 available
+category: solr/news
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Solr 8.11.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.11.1 is available for immediate download at:
+
+  <https://lucene.apache.org/solr/downloads.html>
+
+### Solr 8.11.1 Release Highlights:
+
+Security
+
+ * Updates bundled log4j2 dependencies to address CVE-2021-44228 (SOLR-15843)
+ * Upgrade jaegertracing to 1.6.0 and libthrift to 0.14.1 to address CVE-2020-13949 (SOLR-15324)
+
+Bugfixes
+
+ * Fixes to the new Admin UI Security and Schema Designer screens (SOLR-15825, SOLR-15774 and SOLR-15813)
+ * Fix regression in 8.11.0 for the Admin UI Files screen and Velocity (SOLR-15804)
+ * Admin endpoints for Zookeeper now by default protected by zk_read permission (SOLR-15768)
+ * Better default security.json uploaded by bin/solr tool (SOLR-15828)
+ * Switching a PRS collection from true -> false -> true resulted in INACTIVE replicas (SOLR-15794)
+ * Fix REPLACENODE to not use source node when choosing a target node (SOLR-15795)
+ * Fix NPE in pivot facets, add non-Analyzed query method in FieldType (SOLR-8319)
+ * Upgrade Velocity from to v2.3 and Velocity Tools to v3.1 (SOLR-15844)
+ * ..and more
+
+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_1/changes/Changes.html>