This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 187da98 Update CHANGES.md (#6991)
187da98 is described below
commit 187da9862fc007d101b004fb53f51049e82fef52
Author: Daming <[email protected]>
AuthorDate: Fri May 21 15:22:55 2021 +0800
Update CHANGES.md (#6991)
---
CHANGES.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index f1efebd..36d3685 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.