SOLR-9735: Update CHANGES and the ref guide.

This commit is contained in:
Andrzej Bialecki 2019-01-23 13:57:07 +01:00
parent ea2c8ba38e
commit a3fe51ffac
2 changed files with 2 additions and 6 deletions

View File

@ -292,6 +292,8 @@ Bug Fixes
* SOLR-11998: RebalanceLeaders API broken response format with wt=JSON (Erick Erickson)
* SOLR-9735: Fix v2 API for AutoscalingHistoryHandler. (ab)
Improvements
----------------------

View File

@ -303,12 +303,6 @@ An `afterAction` stage.
}
----
.Broken v2 API support
[WARNING]
====
Due to a bug in Solr 7.1.0, the History API is available only at the path `/admin/autoscaling/history`. Using the `/api/cluster/autoscaling/history` endpoint returns an error.
====
== Write API
The Write API is available at the same `/admin/autoscaling` and `/api/cluster/autoscaling` endpoints as the Read API but can only be used with the *POST* HTTP verb.