From 5668a9f26438bb2aed597f220bfc9d442a60d87c Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 5 Dec 2024 13:34:53 -0600 Subject: [PATCH] Update changelog for 9.0.0 body param removal --- docs/changelog.asciidoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 86998f309..02745171c 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,17 @@ [[changelog-client]] == Release notes +[discrete] +=== 9.0.0 + +[discrete] +==== Breaking changes + +[discrete] +===== Drop support for deprecated `body` parameter + +In 8.0, the top-level `body` parameter that was available on all API functions <>. In 9.0 this property is completely removed. + [discrete] === 8.16.2 @@ -645,6 +656,7 @@ ac.abort() ---- [discrete] +[[remove-body-key]] ===== Remove the body key from the request *Breaking: Yes* | *Migration effort: Small*