From 997483b23cd67051ca05cbfd974e5bcecc0a2c52 Mon Sep 17 00:00:00 2001 From: Himanshu Kaushik <149357328+kaushik-sumo@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:26:45 +0530 Subject: [PATCH 1/2] Added changelog entry of bug fixes for GH-610. Added bug fixes in 2.28.2 unreleased for GH-610. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b59ccd..fba8c0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 2.28.2 (Unreleased) +BUG FIXES: +* Updated logging of Response to print Status instead of Status code. (GH-610) +* Added error handler to log failed request with correct Error code in response. (GH-610) ## 2.28.1 (January 19, 2024) From 83251a99705dac11a7ecf185c2dae774f3df3988 Mon Sep 17 00:00:00 2001 From: Himanshu Kaushik <149357328+kaushik-sumo@users.noreply.github.com> Date: Sat, 27 Jan 2024 03:57:26 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe2f86f..0bc6fd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ BUG FIXES: * Added error handler to log failed request with correct Error code in response. (GH-610) * Uses the recently added API support for `rule_ids` for CSE Rule Tuning Expressions to fix the resource import functionality. (GH-612) - ## 2.28.1 (January 19, 2024) ENHANCEMENTS: