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/01/28 12:49:04 UTC

[skywalking-java] branch 8.9.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.9.0-release
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


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

commit 9965777281eb4c45bee11eb06115b0c313ebdaf1
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Jan 28 20:48:59 2022 +0800

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

diff --git a/CHANGES.md b/CHANGES.md
index ba46245..9f95257 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,37 +2,15 @@ Changes by Version
 ==================
 Release Notes.
 
-8.9.0
+8.10.0
 ------------------
 
-* Support `Transaction` and fix duplicated methods enhancements for `jedis-2.x` plugin.
-* Add ConsumerWrapper/FunctionWrapper to support CompletableFuture.x.thenAcceptAsync/thenApplyAsync.
-* Build CLI from Docker instead of source codes, add alpine based Docker image.
-* Support set instance properties in json format.
-* Upgrade grpc-java to 1.42.1 and protoc to 3.17.3 to allow using native Mac osx-aarch_64 artifacts.
-* Add doc about system environment variables to configurations.md
-* Avoid `ProfileTaskChannelService.addProfilingSnapshot` throw IllegalStateException(Queue full)
-* Increase `ProfileTaskChannelService.snapshotQueue` default size from 50 to 4500
-* Support 2.8 and 2.9 of pulsar client.
-* Add dubbo 3.x plugin.
-* Fix TracePathMatcher should match pattern "**" with paths end by "/"
-* Add support `returnedObj` expression for apm-customize-enhance-plugin
-* Fix the bug that httpasyncclient-4.x-plugin puts the dirty tracing context in the connection context
-* Compatible with the versions after dubbo-2.7.14
-* Follow protocol grammar fix `GCPhrase -> GCPhase`.
-* Support ZGC GC time and count metric collect. (Require 9.0.0 OAP)
-* Support configuration for collecting redis parameters for jedis-2.x and redisson-3.x plugin.
-* Migrate base images to Temurin and add images for ARM.
-* (Plugin Test) Fix compiling issues in many plugin tests due to they didn't lock the Spring version, and Spring 3 is
-  incompatible with 2.x APIs and JDK8 compiling.
-* Support ShardingSphere 5.0.0
-* Bump up gRPC to 1.44.0, fix relative CVEs.
+
 
 #### Documentation
 
-* Add a FAQ, `Why is `-Djava.ext.dirs` not supported?`.
 
-All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/99?closed=1)
+All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/120?closed=1)
 
 ------------------
 Find change logs of all versions [here](changes).