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.git


The following commit(s) were added to refs/heads/main by this push:
     new 606fedc1046 SOLR-17705: Undo Changelog removals - #3270
606fedc1046 is described below

commit 606fedc1046b94bcc08512f744f71e3adbdfa104
Author: Houston Putman <[email protected]>
AuthorDate: Thu Apr 10 10:23:03 2025 -0500

    SOLR-17705: Undo Changelog removals - #3270
---
 solr/CHANGES.txt | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 8036ecc3d89..61a4b241703 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -115,6 +115,10 @@ Deprecation Removals
 
 * SOLR-17518: Removed deprecated methods `getXml()` and `writeXml()` from 
`UpdateRequest`. (Pierre Salagnac)
 
+* SOLR-17655: Removed deprecated ExternalFileField field type. (Eric Pugh)
+
+* SOLR-17683: Removed deprecated CurrencyField field type. (Eric Pugh)
+
 Dependency Upgrades
 ---------------------
 (No changes)
@@ -168,6 +172,14 @@ Other Changes
 * SOLR-17706: SolrJ DocumentObjectBinder is now a global singleton via an 
INSTANCE field and that
   which is pluggable via Java SPI/ServiceLoader.  SolrClient.getBinder is 
gone.  (David Smiley)
 
+* SOLR-17584: There is no longer a distinction between trusted and untrusted 
configSets; all are now trusted.
+  To ensure security, Solr should enforce authentication and authorization,
+  allowing only authorized admins to publish them. (Abhishek Umarjikar)
+
+* SOLR-14070: Deprecate CloudSolrClient's ZooKeeper Hosts constructor. 
(Abhishek Umarjikar)
+
+* SOLR-17703: SolrJ - Rename BinaryResponseParser and BinaryRequestWriter 
including StreamingBinaryResponseParser to "JavaBin.." equivalent. (Abhishek 
Umarjikar)
+
 ==================  9.9.0 ==================
 New Features
 ---------------------
@@ -183,6 +195,10 @@ New Features
 
 * SOLR-17632: Added update request processor to encode text to vector at 
indexing time through external LLM services. (Alessandro Benedetti)
 
+* SOLR-17714: Added a FuzzyQParser to enable all FuzzyQuery customizations. 
(Houston Putman, Siju Varghese)
+
+* SOLR-17678: ReRank queries can now return the matchScore (original score) in 
addition to the re-ranked score. (Siju Varghese, Houston Putman)
+
 Improvements
 ---------------------
 * SOLR-15751: The v2 API now has parity with the v1 "COLSTATUS" and "segments" 
APIs, which can be used to fetch detailed information about 
@@ -205,6 +221,8 @@ Improvements
 * SOLR-10998: v2 APIs now obey the "Accept" request header for 
content-negotiation if 'wt' is unspecified.  JSON is still used as a default 
when
   neither 'Accept' or 'wt' are specified. (Jason Gerlowski)
 
+* SOLR-17732: Score-based return fields other than "score" can now be returned 
in distributed queries. (Houston Putman)
+
 Optimizations
 ---------------------
 * SOLR-17578: Remove ZkController internal core supplier, for slightly faster 
reconnection after Zookeeper session loss. (Pierre Salagnac)
@@ -228,10 +246,15 @@ Bug Fixes
 
 * SOLR-17709: Fix race condition when checking distrib async cmd status 
(Houston Putman)
 
+* SOLR-17692: Core unload/deletion now preempts all forms of ongoing 
"recovery", rather than inadvertently waiting for
+  completion in some cases. (Jason Gerlowski)
+
 Dependency Upgrades
 ---------------------
 * SOLR-17471: Upgrade Lucene to 9.12.1. (Pierre Salagnac, Christine Poerschke)
 
+* Upgrade forbiddenapis to 3.9. (Uwe Schindler)
+
 Other Changes
 ---------------------
 * SOLR-17579: Remove unused code and other refactorings in ReplicationHandler 
and tests.  Removed unused public 
@@ -267,6 +290,10 @@ Other Changes
 
 * SOLR-17518: Deprecate UpdateRequest.getXml() and replace it with 
XMLRequestWriter. (Pierre Salagnac)
 
+* SOLR-17716: Handle interrupted exception in SolrCores.waitAddPendingCoreOps. 
(Bruno Roustant)
+
+* SOLR-17651: Add System.exit() in forbidden APIs, and make sure CLI unit 
tests never call it. (Pierre Salagnac)
+
 ==================  9.8.1 ==================
 Bug Fixes
 ---------------------

Reply via email to