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:13:42 UTC

[skywalking-java] branch 8.13.0-release updated: Create changes-8.13.0.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 bb7d631a99 Create changes-8.13.0.md
bb7d631a99 is described below

commit bb7d631a995fa1f92abdfb2b5883bb3f53013aa2
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Nov 6 21:13:38 2022 +0800

    Create changes-8.13.0.md
---
 changes/changes-8.13.0.md | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/changes/changes-8.13.0.md b/changes/changes-8.13.0.md
new file mode 100644
index 0000000000..04391442a3
--- /dev/null
+++ b/changes/changes-8.13.0.md
@@ -0,0 +1,44 @@
+Changes by Version
+==================
+Release Notes.
+
+8.13.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)