SOLR-13375 - CHANGES.txt entry

This commit is contained in:
Gus Heck 2019-07-19 10:11:22 -04:00
parent a7435d9e6e
commit 785b658427
1 changed files with 6 additions and 3 deletions

View File

@ -81,6 +81,9 @@ Improvements
* SOLR-12368: Support InPlace DV updates for a field that does not yet exist in any documents * SOLR-12368: Support InPlace DV updates for a field that does not yet exist in any documents
(hossman, Simon Willnauer, Adrien Grand, Munendra S N) (hossman, Simon Willnauer, Adrien Grand, Munendra S N)
* SOLR-13375: Two dimensional routed aliases are now available for organizing collections based on the data values
of two fields. (Gus Heck)
Bug Fixes Bug Fixes
---------------------- ----------------------
@ -240,10 +243,10 @@ Bug Fixes
* SOLR-12979: Improve error message and change error code to 400 when collapse field is non-docValued and * SOLR-12979: Improve error message and change error code to 400 when collapse field is non-docValued and
non-uninvertible (hossman, Munendra S N) non-uninvertible (hossman, Munendra S N)
* SOLR-13574: Fix many test and test-framework classes to not fail on After/AfterClass cleanup if * SOLR-13574: Fix many test and test-framework classes to not fail on After/AfterClass cleanup if
assumptions fail in Before/BeforeClass setup (hossman) assumptions fail in Before/BeforeClass setup (hossman)
* SOLR-13280: Strengthen ScheduledTrigger's preferredOperation parameter validation. (Christine Poerschke) * SOLR-13280: Strengthen ScheduledTrigger's preferredOperation parameter validation. (Christine Poerschke)
* SOLR-9409: Improve error message for unsupported field types and return 400 error code on * SOLR-9409: Improve error message for unsupported field types and return 400 error code on
@ -278,7 +281,7 @@ Other Changes
* SOLR-13511: Add SearchHandler.newResponseBuilder method to facilitate custom plugins' maintenance * SOLR-13511: Add SearchHandler.newResponseBuilder method to facilitate custom plugins' maintenance
of per-request state in a custom ResponseBuilder. (Ramsey Haddad, Christine Poerschke) of per-request state in a custom ResponseBuilder. (Ramsey Haddad, Christine Poerschke)
* SOLR-12988: SSLTestConfig has been changed to throw AssumptionViolatedException when tests/seeds * SOLR-12988: SSLTestConfig has been changed to throw AssumptionViolatedException when tests/seeds
request SSL but the JVM appears to be an OpenJDK version known to have SSL bugs (hossman, Cao Manh Dat) request SSL but the JVM appears to be an OpenJDK version known to have SSL bugs (hossman, Cao Manh Dat)