You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by no...@apache.org on 2023/07/06 06:53:15 UTC

[solr] branch branch_9x updated: CHANGES.txt for SOLR-16812, SOLR-16860, SOLR-16861

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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 4bde8fe3d0f CHANGES.txt for SOLR-16812, SOLR-16860, SOLR-16861
4bde8fe3d0f is described below

commit 4bde8fe3d0f18f03f6ccfc245a842fd0641d6a97
Author: Noble Paul <no...@gmail.com>
AuthorDate: Thu Jul 6 16:52:13 2023 +1000

    CHANGES.txt for SOLR-16812, SOLR-16860, SOLR-16861
---
 solr/CHANGES.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 842ab5738c5..3a4967656bd 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -39,6 +39,8 @@ New Features
 * SOLR-16837: Introducing AffinityPlacementFactory.withCollectionShards to collocate corresponding shards of two collections.
   eg primaryColl.shard1 will be placed to the node where secondaryColl.shard1 resides, etc. (Mikhail Khludnev)
 
+* SOLR-16812: Support CBOR format for update/query (noble)
+
 Improvements
 ---------------------
 
@@ -241,6 +243,12 @@ Bug Fixes
 
 * SOLR-16809: The configuration for hiding sensitive sysProp information has been joined under `-Dsolr.hiddenSysProps` and `SOLR_HIDDEN_SYS_PROPS`. (Houston Putman, David Smiley)
 
+* SOLR-16860: Coordinator ZkStateReader's watch is not removed upon collection deletion (Patson Luk)
+
+* SOLR-16861: Coordinator node does not have the correct collection/core in MDCLoggingContext (Patson Luk)
+
+
+
 Dependency Upgrades
 ---------------------
 * PR#1494: Upgrade forbiddenapis to 3.5 (Uwe Schindler)