mirror of https://github.com/apache/lucene.git
SOLR-12121: Move CHANGES entry from Improvements to New Features section
(cherry picked from commit 9eabaf46a2
)
This commit is contained in:
parent
27aeb11a37
commit
4dfe945ae7
|
@ -43,6 +43,8 @@ New Features
|
|||
* SOLR-13261: Make SortableTextField work with export/streaming. NOTE: requires that the field have
|
||||
useDocValuesAsStored=true (either explicit or as the default).
|
||||
|
||||
* SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI (janhoy)
|
||||
|
||||
* SOLR-10436: Add hashRollup Streaming Expression (Joel Bernstein)
|
||||
|
||||
* SOLR-13276: Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider (Cao Manh Dat)
|
||||
|
@ -88,8 +90,6 @@ Improvements
|
|||
* SOLR-12999: Index replication could delete segments before downloading segments from master if there is not enough
|
||||
disk space (noble)
|
||||
|
||||
* SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI (janhoy)
|
||||
|
||||
* SOLR-12055 introduces async logging by default. There's a small window where log messages may be lost
|
||||
in the event of some hard crash. Switch back to synchronous logging if this is unacceptable, see
|
||||
see commeints in the log4j2 configuration files (log4j2.xml by default).
|
||||
|
|
Loading…
Reference in New Issue