You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2024/02/12 17:14:35 UTC

(solr) branch main updated: Upgrade notes for 9.5.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new cbcd7a2d97d Upgrade notes for 9.5.0
cbcd7a2d97d is described below

commit cbcd7a2d97d030c56904fcfe347fa5b4da9d5637
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Mon Feb 12 12:08:38 2024 -0500

    Upgrade notes for 9.5.0
---
 .../modules/upgrade-notes/pages/major-changes-in-solr-9.adoc   | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
index 687d698f1ce..a2655e75e17 100644
--- a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
+++ b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
@@ -68,15 +68,21 @@ In Solr 8, it was possible to add docValues to a schema without re-indexing via
 Due to changes in Lucene 9, that isn't possible any more.
 
 == Solr 9.5
-=== Curator upgraded to 5.5.0 and requires Zookeeper 3.5.x or higher
+=== Dependency Upgrades
 <<#solr-8-2,Solr 8.2 recommended using Zookeeper 3.5.5>> and now with Curator 5.5.0 requires https://curator.apache.org/docs/breaking-changes/[Zookeeper 3.5.x or higher]. This primarily affects users of `hadoop-auth`, but usage of Curator could affect other parts of Solr.
 
 === Global Circuit Breakers
 * Circuit breakers can now be configured globally, not only per collection. See xref:deployment-guide:circuit-breakers.adoc[Configuring Circuit Breakers] for more information.
 
-=== Environment variables and syste properties
+=== Configuration and Ease-of-Use
 * Solr will now automatically resolve all environment variables with `SOLR_` prefix, and set the corresponding system property. This is useful for configuring more aspects of Solr through environment variables, such as for containers. Underscores are replaced with dots and strings are lowercased. For example, while you earlier had to set the system property `-Dsolr.clustering.enabled=true` to enable clustering, you can now set the equivalent environment variable `SOLR_CLUSTERING_ENABLED= [...]
 
+* Collection and Replica Properties may now be used as property substitution variables in configuration files (e.g. solrconfig.xml).
+
+* Solr now auto-reloads updated keystore and truststore files when TLS is enabled.
+
+* Tracing support has received a number of quality-of-life improvements, including improved tracking of distributed collection commands and increased coverage for internal requests made with the Apache and Jetty HTTP clients.
+
 == Solr 9.4
 === The Built-In Config Sets
 * The build in ConfigSets (`_default` and `sample_techproducts_configs`), now use a default `autoSoftCommit` time of 3 seconds,