You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/04/12 15:35:18 UTC

[skywalking-java] branch 8.10.0-release updated: Update CHANGES.md

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch 8.10.0-release
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/8.10.0-release by this push:
     new 56506103c Update CHANGES.md
56506103c is described below

commit 56506103c162fc05da8ba42d9dd4d1b518ca932c
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Apr 12 23:35:14 2022 +0800

    Update CHANGES.md
---
 CHANGES.md | 41 +++--------------------------------------
 1 file changed, 3 insertions(+), 38 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 5e97c4172..87666ddbf 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,50 +2,15 @@ Changes by Version
 ==================
 Release Notes.
 
-8.10.0
+8.11.0
 ------------------
 
-* [Important] Namespace represents a subnet, such as kubernetes namespace, or 172.10.*.*. Make namespace concept as a
-  part of service naming format.
-* [Important] Add cluster concept, also as a part of service naming format. The cluster name would be
-    1. Add as {@link #SERVICE_NAME} suffix.
-    2. Add as exit span's peer, ${CLUSTER} / original peer
-    3. Cross Process Propagation Header's value addressUsedAtClient[index=8] (Target address of this request used on the
-       client end).
-* Support Undertow thread pool metrics collecting.
-* Support Tomcat thread pool metric collect.
-* Remove plugin for ServiceComb Java Chassis 0.x
-* Add Guava EventBus plugin.
-* Fix Dubbo 3.x plugin's tracing problem.
-* Fix the bug that maybe generate multiple trace when invoke http request by spring webflux webclient.
-* Support Druid Connection pool metrics collecting.
-* Support HikariCP Connection pool metrics collecting.
-* Support Dbcp2 Connection pool metrics collecting.
-* Ignore the synthetic constructor created by the agent in the Spring patch plugin.
-* Add witness class for vertx-core-3.x plugin.
-* Add witness class for graphql plugin.
-* Add vertx-core-4.x plugin.
-* Renamed graphql-12.x-plugin to graphql-12.x-15.x-plugin and graphql-12.x-scenario to graphql-12.x-15.x-scenario.
-* Add graphql-16plus plugin.
-* [Test] Support to configure plugin test base images.
-* [Breaking Change] Remove deprecated `agent.instance_properties` configuration.
-  Recommend `agent.instance_properties_json`.
-* The namespace and cluster would be reported as instance properties, keys are `namespace` and `cluster`. Notice, if
-  instance_properties_json includes these two keys, they would be overrided by the agent core.
-* [Breaking Change] Remove the namespace from `cross process propagation` key.
-* Make sure the parent endpoint in tracing context from existing first ENTRY span, rather than first span only.
-* Fix the bug that maybe causing memory leak and repeated traceId when use gateway-2.1.x-plugin or gateway-3.x-plugin.
-* Fix Grpc 1.x plugin could leak context due to gRPC cancelled.
-* Add JDK ThreadPoolExecutor Plugin.
-* Support default database(not set through JDBC URL) in mysql-5.x plugin.
+
 
 #### Documentation
 
-* Add link about java agent injector.
-* Update configurations doc, remove `agent.instance_properties[key]=value`.
-* Update configurations doc, add `agent.cluster` and update `agent.namespace`.
 
-All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/120?closed=1)
+All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/130?closed=1)
 
 ------------------
 Find change logs of all versions [here](changes).