You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2024/02/08 23:40:02 UTC

(solr-site) branch main updated (87215b438 -> 2ca4a4d99)

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

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


    from 87215b438 Adding Solr news for release 9.4.1
     new 89d46288b Update version variables for release 8.11.3
     new 2ca4a4d99 Adding Solr news for release 8.11.3

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:
 .../solr/solr_news/2024-02-08-8-11-3-available.md  | 48 ++++++++++++++++++++++
 pelicanconf.py                                     |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 content/solr/solr_news/2024-02-08-8-11-3-available.md


(solr-site) 02/02: Adding Solr news for release 8.11.3

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

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

commit 2ca4a4d99bd25268690d925b13d8e5c946471ee7
Author: Houston Putman <ho...@apache.org>
AuthorDate: Thu Feb 8 17:37:57 2024 -0600

    Adding Solr news for release 8.11.3
---
 .../solr/solr_news/2024-02-08-8-11-3-available.md  | 48 ++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/content/solr/solr_news/2024-02-08-8-11-3-available.md b/content/solr/solr_news/2024-02-08-8-11-3-available.md
new file mode 100644
index 000000000..9517e0f6d
--- /dev/null
+++ b/content/solr/solr_news/2024-02-08-8-11-3-available.md
@@ -0,0 +1,48 @@
+Title: Apache Solr™ 8.11.3 available
+category: solr/news
+save_as:
+
+The Lucene and Solr PMCs are pleased to announce the release of Apache Solr 8.11.3.
+
+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.3 is available for immediate download at:
+
+  <https://lucene.apache.org/solr/downloads.html>
+
+### Solr 8.11.3 Release Highlights:
+
+#### Security
+
+* Converted enableRemoteStreaming and enableStreamBody solrconfig options into system properties and env vars.
+* Restrict certain file types from being uploaded to or downloaded from Config Sets
+* ZK Credentials and ACLs are no longer sent to all ZK Servers when using Streaming Expressions. They will only be used when sent to the default ZK Host.
+* Schema Designer now correctly manages trust of the ConfigSets it is managing.
+* More sysProps are redacted in the UI by default.
+* Upgrades of various client libraries, including Jetty, Tika, Netty and Calcite.
+
+#### Bugfixes
+
+* TLOGs on TLOG replicas no longer grow continuously.
+* Various fixes for clusters using PRS.
+* Collection RENAME api no longer creates broken alias.
+* Using Schema/Config API no longer breaks the File-Upload of Config Set File.
+* Fixed NPE in FieldLengthFeature with non-stored/missing fields.
+* HEAD request for managed resource no longer returns 500 Server Error.
+
+#### Features
+
+* AWS STS support has been added for the s3-repository module.
+* Node roles and dedicated query coordinator nodes have been added.
+
+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_3/changes/Changes.html>
+
+Solr 8.11.3 also includes bugfixes in the corresponding Apache Lucene release:
+
+  <https://lucene.apache.org/core/8_11_3/changes/Changes.html>


(solr-site) 01/02: Update version variables for release 8.11.3

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

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

commit 89d46288b822170c593f23e01429ec54d2c78489
Author: Houston Putman <ho...@apache.org>
AuthorDate: Thu Feb 8 17:29:24 2024 -0600

    Update version variables for release 8.11.3
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index b14400eed..4747fc4c9 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -12,7 +12,7 @@ CURRENTYEAR = date.today().year
 
 SOLR_LATEST_RELEASE = '9.4.1'
 SOLR_LATEST_RELEASE_DATE = datetime(2024, 1, 18)
-SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
+SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.3'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.8.0'
 SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2023, 10, 20)