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 2023/04/03 08:01:17 UTC

[skywalking-java] branch 8.15.0-release updated: Set changes.md for 8.16.0

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

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


The following commit(s) were added to refs/heads/8.15.0-release by this push:
     new 9361092c01 Set changes.md for 8.16.0
9361092c01 is described below

commit 9361092c012f735e14101d84392f4dd37f39adf7
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Apr 3 16:01:11 2023 +0800

    Set changes.md for 8.16.0
---
 CHANGES.md | 29 +++--------------------------
 1 file changed, 3 insertions(+), 26 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 404e808a34..f3ea698b8b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,37 +2,14 @@ Changes by Version
 ==================
 Release Notes.
 
-8.15.0
+8.16.0
 ------------------
 
-* Enhance lettuce plugin to adopt uniform tags.
-* Expose complete Tracing APIs in the tracing toolkit.
-* Add plugin to trace Spring 6 and Resttemplate 6.
-* Move the baseline to JDK 17 for development, the runtime baseline is still Java 8 compatible.
-* Remove Powermock entirely from the test cases.
-* Fix H2 instrumentation point
-* Refactor pipeline in jedis-plugin.
-* Add plugin to support ClickHouse JDBC driver (0.3.2.*).
-* Refactor kotlin coroutine plugin with CoroutineContext.
-* Fix OracleURLParser ignoring actual port when :SID is absent.
-* Change gRPC instrumentation point to fix plugin not working for server side.
-* Fix servicecomb plugin trace break.
-* Adapt Armeria's plugins to the latest version 1.22.x
-* Fix tomcat-10x-plugin and add test case to support tomcat7.x-8.x-9.x.
-* Fix thrift plugin generate duplicate traceid when `sendBase` error occurs
-* Support keep trace profiling when cross-thread.
-* Fix unexpected whitespace of the command catalogs in several Redis plugins.
-* Fix a thread leak in `SamplingService` when updated sampling policy in the runtime.
-* Support MySQL plugin tracing SQL parameters when useServerPrepStmts 
-* Update the endpoint name of `Undertow` plugin to `Method:Path`.
-* Build a dummy(empty) javadoc of finagle and jdk-http plugins due to incompatibility.
 
 #### Documentation
-* Update docs of Tracing APIs, reorganize the API docs into six parts.
-* Correct missing package name in native manual API docs.
-* Add a FAQ doc about "How to make SkyWalking agent works in `OSGI` environment?"
 
-All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/168?closed=1)
+
+All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/175?closed=1)
 
 ------------------
 Find change logs of all versions [here](changes).