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/11/06 13:14:23 UTC

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


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

commit 9e1a5bdaf9230783cb25090c5b8bc46780eb34bf
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Nov 6 21:14:20 2022 +0800

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

diff --git a/CHANGES.md b/CHANGES.md
index 8169be3311..45489342e7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,46 +2,16 @@ Changes by Version
 ==================
 Release Notes.
 
-8.13.0
+8.14.0
 ------------------
 
-**This release begins to adopt SkyWalking 9.3.0+ [Virtual Cache Analysis](https://skywalking.apache.org/docs/main/next/en/setup/service-agent/virtual-cache/),[Virtual MQ Analysis](https://skywalking.apache.org/docs/main/next/en/setup/service-agent/virtual-mq/)**
-
-* Support set-type in the agent or plugin configurations
-* Optimize ConfigInitializer to output warning messages when the config value is truncated.
-* Fix the default value of the Map field would merge rather than override by new values in the config.
-* Support to set the value of Map/List field to an empty map/list.
-* Add plugin to support [Impala JDBC](https://www.cloudera.com/downloads/connectors/impala/jdbc/2-6-29.html) 2.6.x.
-* Update guava-cache, jedis, memcached, ehcache plugins to adopt uniform tags.
-* Fix `Apache ShenYu` plugin traceId empty string value. 
-* Add plugin to support [brpc-java-3.x](https://github.com/baidu/starlight/tree/brpc-java-v3)
-* Update `compose-start-script.template` to make compatible with new version docker compose
-* Bump up grpc to 1.50.0 to fix CVE-2022-3171
-* Polish up nats plugin to unify MQ related tags  
-* Correct the duration of the transaction span for Neo4J 4.x.
-* Plugin-test configuration.yml dependencies support docker service command field
-* Polish up rabbitmq-5.x plugin to fix missing broker tag on consumer side
-* Polish up activemq plugin to fix missing broker tag on consumer side
-* Enhance MQ plugin relative tests to check key tags not blank.
-* Add RocketMQ test scenarios for version 4.3 - 4.9. No 4.0 - 4.2 release images for testing.
-* Support mannual propagation of tracing context to next operators for webflux.
-* Add MQ_TOPIC and MQ_BROKER tags for RocketMQ consumer's span. 
-* Polish up Pulsar plugins to remove unnecessary dynamic value , set peer at consumer side 
-* Polish Kafka plugin to set peer at the consumer side.
-* Polish NATS plugin to set peer at the consumer side.
-* Polish ActiveMQ plugin to set peer at the consumer side.
-* Polish RabbitMQ plugin to set peer at the consumer side.
+
 
 #### Documentation
 
-* Update `configuration` doc about overriding default value as empty map/list accordingly.
-* Update plugin dev tags for cache relative tags.
-* Add plugin dev docs for virtual database tags.
-* Add plugin dev docs for virtual MQ tags.
-* Add doc about kafka plugin Manual APIs.
 
 
-All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/150?closed=1)
+All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/161?closed=1)
 
 ------------------
 Find change logs of all versions [here](changes).