CHANGES.txt: separate improvements to dedicated section

This commit is contained in:
David Smiley 2019-07-10 22:47:04 -04:00
parent f85a78c441
commit aab166d830
1 changed files with 8 additions and 8 deletions

View File

@ -105,18 +105,10 @@ New Features
* SOLR-13445: Preferred replicas on nodes with same system properties as the query master (Cao Manh Dat)
* SOLR-13049: Make contrib/ltr Feature.defaultValue configurable. (Stanislav Livotov, Christine Poerschke)
* SOLR-13047: Add facet2D Streaming Expression (Nazerke Seidan, Joel Bernstein)
* SOLR-13494: Add DeepRandomStream implementation (Joel Bernstein)
* SOLR-13504: In autoscaling policies, use an explicit 'nodeset' attribute for filtering
nodes instead of using them directly at the toplevel (noble)
* SOLR-13329: In autoscaling policies, use an explicit 'put : on-each-node'
to specify the the rules is applied on each node (noble)
* SOLR-13434: OpenTracing support for Solr (Cao Manh Dat)
* SOLR-13512: Raw index data analysis tool (extension of COLSTATUS collection command). (ab)
@ -136,6 +128,8 @@ New Features
Improvements
----------------------
* SOLR-13049: Make contrib/ltr Feature.defaultValue configurable. (Stanislav Livotov, Christine Poerschke)
* SOLR-13306: Add a request parameter to execute a streaming expression locally
* SOLR-13440: Support saving/restoring autoscaling state for repeatable simulations. (ab)
@ -152,6 +146,12 @@ Improvements
* SOLR-13493: /autoscaling/suggestions to be able to filter by type (noble)
* SOLR-13504: In autoscaling policies, use an explicit 'nodeset' attribute for filtering
nodes instead of using them directly at the toplevel (noble)
* SOLR-13329: In autoscaling policies, use an explicit 'put : on-each-node'
to specify the the rules is applied on each node (noble)
* SOLR-13347: Transaction log to natively support UUID types (Thomas Wöckinger via noble)
* SOLR-13367: Highlighting: Range queries will now highlight in hl.method=unified mode. (David Smiley)