This is an automated email from the ASF dual-hosted git repository.
gerlowskija pushed a commit to branch branch_9_10
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_10 by this push:
new acddbb11cf1 Fix changelog inconsistencies following 9.10.1 release
acddbb11cf1 is described below
commit acddbb11cf1aec683b8ce1d84b605c26ed4fdf25
Author: Jason Gerlowski <[email protected]>
AuthorDate: Wed Jan 21 09:54:14 2026 -0500
Fix changelog inconsistencies following 9.10.1 release
---
CHANGELOG.md | 10 +++++++---
changelog/v9.10.0/version-summary.md | 4 ++--
.../SOLR-17947-cloudsolrclient async state refresh.yml | 0
changelog/v9.10.1/release-date.txt | 2 +-
changelog/v9.10.1/version-summary.md | 6 +++++-
5 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5819c89389..3197c70534c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,9 +10,13 @@
This file lists Solr's raw release notes with details of every change to Solr.
Most people will find the solr-upgrade-notes.adoc file more approachable.
[https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc](https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc)
-[9.10.1] - 2026-01-08
+[9.10.1] - 2026-01-20
---------------------
+### Changed (1 change)
+
+- CloudSolrClient now refreshes collection state asynchronously using a
dedicated thread pool, reducing ZooKeeper blocking and improving performance
under load. [SOLR-17947](https://issues.apache.org/jira/browse/SOLR-17947)
(Mark Miller)
+
### Fixed (5 changes)
- When using SolrCell with TikaServer, the connection will no longer timeout
after 30s idle, such as during OCR processing
[PR#3926](https://github.com/apache/solr/pull/3926) ([Jan
Høydahl](https://home.apache.org/phonebook.html?uid=janhoy))
@@ -30,8 +34,8 @@ This file lists Solr's raw release notes with details of
every change to Solr. M
- Mitigate CVE-2025-54988 by disabling XFA parsing in PDF documents when using
SolrCell extraction
[SOLR-17888](https://issues.apache.org/jira/browse/SOLR-17888) ([Jan
Høydahl](https://home.apache.org/phonebook.html?uid=janhoy))
-[9.10.0]
---------
+[9.10.0] - 2025-11-06
+---------------------
### Added (4 changes)
diff --git a/changelog/v9.10.0/version-summary.md
b/changelog/v9.10.0/version-summary.md
index 2738aea3728..e553aafe878 100644
--- a/changelog/v9.10.0/version-summary.md
+++ b/changelog/v9.10.0/version-summary.md
@@ -7,8 +7,8 @@
<!-- !!! ⚠️ DO NOT MODIFY THIS FILE, YOUR CHANGES WILL BE LOST ⚠️ !!! -->
-[9.10.0]
---------
+[9.10.0] - 2025-11-06
+---------------------
### Added (4 changes)
diff --git a/changelog/unreleased/SOLR-17947-cloudsolrclient async state
refresh.yml b/changelog/v9.10.1/SOLR-17947-cloudsolrclient async state
refresh.yml
similarity index 100%
rename from changelog/unreleased/SOLR-17947-cloudsolrclient async state
refresh.yml
rename to changelog/v9.10.1/SOLR-17947-cloudsolrclient async state refresh.yml
diff --git a/changelog/v9.10.1/release-date.txt
b/changelog/v9.10.1/release-date.txt
index 361e2da5120..c629d61e8f2 100644
--- a/changelog/v9.10.1/release-date.txt
+++ b/changelog/v9.10.1/release-date.txt
@@ -1 +1 @@
-2026-01-08
\ No newline at end of file
+2026-01-20
diff --git a/changelog/v9.10.1/version-summary.md
b/changelog/v9.10.1/version-summary.md
index 17fed63fab2..2256eb7149f 100644
--- a/changelog/v9.10.1/version-summary.md
+++ b/changelog/v9.10.1/version-summary.md
@@ -7,9 +7,13 @@
<!-- !!! ⚠️ DO NOT MODIFY THIS FILE, YOUR CHANGES WILL BE LOST ⚠️ !!! -->
-[9.10.1] - 2026-01-08
+[9.10.1] - 2026-01-20
---------------------
+### Changed (1 change)
+
+- CloudSolrClient now refreshes collection state asynchronously using a
dedicated thread pool, reducing ZooKeeper blocking and improving performance
under load. [SOLR-17947](https://issues.apache.org/jira/browse/SOLR-17947)
(Mark Miller)
+
### Fixed (5 changes)
- When using SolrCell with TikaServer, the connection will no longer timeout
after 30s idle, such as during OCR processing
[PR#3926](https://github.com/apache/solr/pull/3926) ([Jan
Høydahl](https://home.apache.org/phonebook.html?uid=janhoy))