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 7c8867bed7 Fix changelog for EventMesh plugin IDs (#9948)
7c8867bed7 is described below
commit 7c8867bed7110c7eac5379dca5119ae6faf68857
Author: heihei180 <[email protected]>
AuthorDate: Fri Nov 11 16:04:11 2022 +0800
Fix changelog for EventMesh plugin IDs (#9948)
---
docs/en/changes/changes.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 606121aca5..5d7bbe0330 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -105,7 +105,8 @@
* Support span attached event concept in Zipkin and SkyWalking trace query.
* Support span attached events on Zipkin lens UI.
* Force UTF-8 encoding in `JsonLogHandler` of `kafka-fetcher-plugin`.
-* Fix max length to 512 of entity, instance and endpoint IDs in trace, log,
profiling, topN tables(JDBC storages). The value was 200 by default.
+* Fix max length to 512 of entity, instance and endpoint IDs in trace, log,
profiling, topN tables(JDBC storages). The value was 200 by default.
+* Add component IDs(135, 136, 137) for EventMesh server and client-side
plugins.
* Bump up Kafka client to 2.8.1 to fix CVE-2021-38153.
#### UI