From 187da9862fc007d101b004fb53f51049e82fef52 Mon Sep 17 00:00:00 2001 From: Daming Date: Fri, 21 May 2021 15:22:55 +0800 Subject: [PATCH] Update CHANGES.md (#6991) --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f1efebd685..36d368503d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,7 +29,7 @@ Release Notes. * Fix possible NullPointerException in agent's ES plugin. * Fix the conversion problem of float type in ConfigInitializer. * Fixed part of the dynamic configuration of ConfigurationDiscoveryService that does not take effect under certain circumstances. -* Support `native-json` format log in kafka-fetcher-plugin. +* Introduce method interceptor API v2 #### OAP-Backend * BugFix: filter invalid Envoy access logs whose socket address is empty. @@ -49,6 +49,7 @@ Release Notes. * Fix: Dynamic Configuration key `slowTraceSegmentThreshold` not work * Fix: `!=` is not supported in oal when parameters are numbers. * Include events of the entity(s) in the alarm. +* Support `native-json` format log in kafka-fetcher-plugin. #### UI * Add logo for kong plugin. -- GitLab