From ac8bb41ea866fb22a018977253139afc9d31df8b Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Wed, 23 Mar 2022 18:25:19 +0800 Subject: [PATCH] fix(doc): update CHANGES-4.3.md for #7374 --- CHANGES-4.3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 25760be08..146f29e23 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -31,7 +31,9 @@ File format: * Add load control app for future development. * Change the precision of float to 17 digits after the decimal point when formatting a float using payload templates of rule actions. The old precision is 10 digits before - this change. + this change. [#7336] +* Return the cached resource status when querying a resource using HTTP APIs. + This is to avoid blocking the HTTP request if the resource is unavailable. [#7374] ### Bug fixes