From 08360a2997f434b7bcd591b230e4f424454e1a07 Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Thu, 14 May 2020 10:52:55 -0400 Subject: [PATCH] SOLR-14407, SOLR-14478: Update CHANGES.txt --- solr/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 36fbb8062cc..b75ebde0a7c 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -86,6 +86,8 @@ New Features * SOLR-12131: ExternalRoleRuleBasedAuthorizationPlugin which gets user's roles from request (janhoy) +* SOLR-14478: Allow the diff Stream Evaluator to operate on the rows of a matrix (Joel Bernstein) + Improvements --------------------- * SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method @@ -112,6 +114,8 @@ Improvements * SOLR-14423: Move static SolrClientCache from StreamHandler to CoreContainer for wider reuse and better life-cycle management. (ab) +* SOLR-14407: Handle shards.purpose in the postlogs tool (Joel Bernstein) + Optimizations --------------------- * SOLR-8306: Do not collect expand documents when expand.rows=0 (Marshall Sanders, Amelia Henderson)