This is an automated email from the ASF dual-hosted git repository.
gerlowskija pushed a commit to branch branch_9_5
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_5 by this push:
new ec5a327a21a Upgrade notes for 9.5.0
ec5a327a21a is described below
commit ec5a327a21a9204535454de8dee55ff601a278f3
Author: Jason Gerlowski <[email protected]>
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 ee63315aefb..79941bb4f6e 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,