From 70b300f539778243a3fb3e41d10a070fb18c0a91 Mon Sep 17 00:00:00 2001 From: Andrzej Bialecki Date: Wed, 23 Jan 2019 13:57:07 +0100 Subject: [PATCH] SOLR-9735: Update CHANGES and the ref guide. --- solr/CHANGES.txt | 2 ++ solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 03786eec362..2580023c5ff 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -272,6 +272,8 @@ Bug Fixes * SOLR-11998: RebalanceLeaders API broken response format with wt=JSON (Erick Erickson) +* SOLR-9735: Fix v2 API for AutoscalingHistoryHandler. (ab) + Improvements ---------------------- diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc index edb6bd9cd3c..d91ddc290c8 100644 --- a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc +++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc @@ -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.