Skip to content

Commit 70b3e88

Browse files
authored
Release 8.13.0, begin 8.14.0 iteration (#378)
1 parent d4d21ca commit 70b3e88

202 files changed

Lines changed: 249 additions & 238 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGES.md

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,16 @@ Changes by Version
22
==================
33
Release Notes.
44

5-
8.13.0
5+
8.14.0
66
------------------
77

8-
**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/)**
9-
10-
* Support set-type in the agent or plugin configurations
11-
* Optimize ConfigInitializer to output warning messages when the config value is truncated.
12-
* Fix the default value of the Map field would merge rather than override by new values in the config.
13-
* Support to set the value of Map/List field to an empty map/list.
14-
* Add plugin to support [Impala JDBC](https://www.cloudera.com/downloads/connectors/impala/jdbc/2-6-29.html) 2.6.x.
15-
* Update guava-cache, jedis, memcached, ehcache plugins to adopt uniform tags.
16-
* Fix `Apache ShenYu` plugin traceId empty string value.
17-
* Add plugin to support [brpc-java-3.x](https://github.com/baidu/starlight/tree/brpc-java-v3)
18-
* Update `compose-start-script.template` to make compatible with new version docker compose
19-
* Bump up grpc to 1.50.0 to fix CVE-2022-3171
20-
* Polish up nats plugin to unify MQ related tags
21-
* Correct the duration of the transaction span for Neo4J 4.x.
22-
* Plugin-test configuration.yml dependencies support docker service command field
23-
* Polish up rabbitmq-5.x plugin to fix missing broker tag on consumer side
24-
* Polish up activemq plugin to fix missing broker tag on consumer side
25-
* Enhance MQ plugin relative tests to check key tags not blank.
26-
* Add RocketMQ test scenarios for version 4.3 - 4.9. No 4.0 - 4.2 release images for testing.
27-
* Support mannual propagation of tracing context to next operators for webflux.
28-
* Add MQ_TOPIC and MQ_BROKER tags for RocketMQ consumer's span.
29-
* Polish up Pulsar plugins to remove unnecessary dynamic value , set peer at consumer side
30-
* Polish Kafka plugin to set peer at the consumer side.
31-
* Polish NATS plugin to set peer at the consumer side.
32-
* Polish ActiveMQ plugin to set peer at the consumer side.
33-
* Polish RabbitMQ plugin to set peer at the consumer side.
8+
349

3510
#### Documentation
3611

37-
* Update `configuration` doc about overriding default value as empty map/list accordingly.
38-
* Update plugin dev tags for cache relative tags.
39-
* Add plugin dev docs for virtual database tags.
40-
* Add plugin dev docs for virtual MQ tags.
41-
* Add doc about kafka plugin Manual APIs.
4212

4313

44-
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/150?closed=1)
14+
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/161?closed=1)
4515

4616
------------------
4717
Find change logs of all versions [here](changes).

apm-application-toolkit/apm-toolkit-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.13.0-SNAPSHOT</version>
24+
<version>8.14.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-log4j-1.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.13.0-SNAPSHOT</version>
24+
<version>8.14.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-log4j-2.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.13.0-SNAPSHOT</version>
24+
<version>8.14.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-logback-1.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.13.0-SNAPSHOT</version>
24+
<version>8.14.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-meter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-application-toolkit</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.13.0-SNAPSHOT</version>
23+
<version>8.14.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-application-toolkit/apm-toolkit-micrometer-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-application-toolkit</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.13.0-SNAPSHOT</version>
23+
<version>8.14.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-application-toolkit/apm-toolkit-opentracing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.13.0-SNAPSHOT</version>
24+
<version>8.14.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-trace/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-application-toolkit</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.13.0-SNAPSHOT</version>
23+
<version>8.14.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-application-toolkit/apm-toolkit-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-application-toolkit</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.13.0-SNAPSHOT</version>
23+
<version>8.14.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)