From 7e0400dc00c7c97edc84a9434019e54041ac7b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E7=8E=89=E6=A1=94?= <769213327@qq.com> Date: Mon, 5 Aug 2019 10:50:39 +0800 Subject: [PATCH] Fix change log (#3215) * fix changes.md typo * fix typo --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 36ebdb8cc..4af446693 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Release Notes. * Support backend upgrade without rebooting required. * Open Redefine and Retransform by other agents. * Support Servlet 2.5 in Jetty, Tomcat and SpringMVC plugins. +* Support Spring @Async plugin. * Add new config item to restrict the length of span#peer. * Refactor `ContextManager#stopSpan`. * Add gRPC timeout. @@ -26,6 +27,7 @@ Release Notes. * Fix trace segment service doesn't report `onComplete`. * Fix wrong logger class name. * Fix gRPC plugin bug. +* Fix `ContextManager.activeSpan()` API usage error. #### Backend * Support agent reset command downstream when the storage is erased, mostly because of backend upgrade. @@ -41,7 +43,6 @@ Release Notes. * Add the new OAL runtime engine. * Add gRPC timeout. * Add Charset in the alarm web hook. -* Support Spring @Async plugin. * Fix buffer lost. * Fix dirty read in ElasticSearch storage. * Fix bug of cluster management plugins in un-Mixed mode. @@ -83,7 +84,7 @@ All issues and pull requests are [here](https://github.com/apache/skywalking/mil * Support collect SQL parameter in MySQL plugin.[Optional] * Support SolrJ plugin. * Support RESTEasy plugin. -* Support Spring Gateway plugin for 2.1.x +* Support Spring Gateway plugin for 2.1.x[Optional] * TracingContext performance improvement. * Support Apache ShardingSphere(incubating) plugin. * Support `span#error` in application toolkit.