From 09d8156886fa4cdbbdb5f5746fdc8e17cdf3058f Mon Sep 17 00:00:00 2001 From: vatsal Date: Sun, 21 Jul 2024 20:56:39 -0700 Subject: [PATCH] Improves ParseError response when server response is an unknown json Signed-off-by: vatsal --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6196d82f..be8313f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Fixes wrong response parsing for security get requests ([#572](https://github.com/opensearch-project/opensearch-go/pull/572)) - Fixes opensearchtransport ignores request context cancellation when `retryBackoff` is configured ([#540](https://github.com/opensearch-project/opensearch-go/pull/540)) - Fixes opensearchtransport sleeps unexpectedly after the last retry ([#540](https://github.com/opensearch-project/opensearch-go/pull/540)) -- Improves ParseError response when server response is an unknown json([#592](https://github.com/opensearch-project/opensearch-go/pull/592)) +- Improves ParseError response when server response is an unknown json ([#592](https://github.com/opensearch-project/opensearch-go/pull/592)) ### Security