From 4aad5c74545a4bb75df9c771fb32e21327a273d4 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Mon, 24 Apr 2023 21:44:21 +0800 Subject: [PATCH 1/2] chore: improve changes --- changes/ce/feat-10457.en.md | 4 ++-- changes/ce/fix-10420.zh.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 changes/ce/fix-10420.zh.md diff --git a/changes/ce/feat-10457.en.md b/changes/ce/feat-10457.en.md index d6a44bd53..a11e9b424 100644 --- a/changes/ce/feat-10457.en.md +++ b/changes/ce/feat-10457.en.md @@ -1,4 +1,4 @@ Deprecates the integration with StatsD. -Since StatsD is not used a lot. So we will deprecate it in the next release -and plan to remove it in 5.1 +There seemd to be no user using StatsD integration, so we have decided to hide this feature +for now. We will either remove it based on requirements in the future. diff --git a/changes/ce/fix-10420.zh.md b/changes/ce/fix-10420.zh.md deleted file mode 100644 index e69de29bb..000000000 From 09b17000c843a87c1e442701a26fb0a3becbed7d Mon Sep 17 00:00:00 2001 From: JianBo He Date: Tue, 25 Apr 2023 09:56:40 +0800 Subject: [PATCH 2/2] chore: update changes/ce/feat-10457.en.md Co-authored-by: Zaiming (Stone) Shi --- changes/ce/feat-10457.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ce/feat-10457.en.md b/changes/ce/feat-10457.en.md index a11e9b424..966569a1c 100644 --- a/changes/ce/feat-10457.en.md +++ b/changes/ce/feat-10457.en.md @@ -1,4 +1,4 @@ Deprecates the integration with StatsD. There seemd to be no user using StatsD integration, so we have decided to hide this feature -for now. We will either remove it based on requirements in the future. +for now. We will either remove or revive it based on requirements in the future.