mirror of https://github.com/apache/lucene.git
Update CHANGES.txt to align with release versions
This commit is contained in:
parent
48348aefc1
commit
72a554184b
|
@ -14,7 +14,7 @@ New Features
|
|||
|
||||
* SOLR-14440: Introduce new Certificate Authentication Plugin to load Principal from certificate subject. (Mike Drob)
|
||||
|
||||
* SOLR-14588: Introduce Circuit Breaker Infrastructure and a JVM heap usage memory tracking circuit breaker implementation (Atri Sharma)
|
||||
* SOLR-13528 Rate Limiting in Solr (Atri Sharma, Mike Drob)
|
||||
|
||||
Improvements
|
||||
----------------------
|
||||
|
@ -31,10 +31,6 @@ Improvements
|
|||
|
||||
* SOLR-7683 Introduce support to identify Solr internal request types (Atri Sharma, Hrishikesh Gadre)
|
||||
|
||||
* SOLR-13528 Rate Limiting in Solr (Atri Sharma, Mike Drob)
|
||||
|
||||
* SOLR-14615: CPU Utilization Based Circuit Breaker (Atri Sharma)
|
||||
|
||||
* SOLR-14799: JWT authentication plugin only requires "sub" claim when principalClaim=sub. (Erik Hatcher)
|
||||
|
||||
* SOLR-14878: Report solr.xml's coreRootDirectory property via System Settings API, when set (Alexandre Rafalovitch)
|
||||
|
@ -166,6 +162,10 @@ New Features
|
|||
|
||||
* SOLR-14914: Add option to disable metrics collection. (ab)
|
||||
|
||||
* SOLR-14588: Introduce Circuit Breaker Infrastructure and a JVM heap usage memory tracking circuit breaker implementation (Atri Sharma)
|
||||
|
||||
* SOLR-14615: CPU Utilization Based Circuit Breaker (Atri Sharma)
|
||||
|
||||
Improvements
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue