Skip to content

Commit 8c989b7

Browse files
authored
Release 8.14.0, begin for 8.15.0 iteration (#440)
1 parent 92b076c commit 8c989b7

File tree

204 files changed

+243
-229
lines changed

Some content is hidden

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

204 files changed

+243
-229
lines changed

CHANGES.md

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

5-
8.14.0
5+
8.15.0
66
------------------
77

8-
* Polish test framework to support `arm64/v8` platforms
9-
* Fix wrong config name `plugin.toolkit.use_qualified_name_as_operation_name`, and system variable name `SW_PLUGIN_TOOLKIT_USE_QUALIFIED_NAME_AS_OPERATION_NAME:false`. They were **toolit**.
10-
* Rename `JDBI` to `JDBC`
11-
* Support collecting dubbo thread pool metrics
12-
* Bump up byte-buddy to 1.12.19
13-
* Upgrade agent test tools
14-
* [Breaking Change] Compatible with 3.x and 4.x RabbitMQ Client, rename `rabbitmq-5.x-plugin` to `rabbitmq-plugin`
15-
* Polish JDBC plugins to make DBType accurate
16-
* Report the agent version to OAP as an instance attribute
17-
* Polish jedis-4.x-plugin to change command to lowercase, which is consistent with jedis-2.x-3.x-plugin
18-
* Add micronauthttpclient,micronauthttpserver,memcached,ehcache,guavacache,jedis,redisson plugin config properties to agent.config
19-
* Add [Micrometer Observation](https://github.com/micrometer-metrics/micrometer/) support
20-
* Add tags `mq.message.keys` and `mq.message.tags` for RocketMQ producer span
21-
* Clean the trace context which injected into Pulsar MessageImpl after the instance recycled
22-
* Fix In the higher version of mysql-connector-java 8x, there is an error in the value of db.instance.
23-
* Add support for KafkaClients 3.x.
24-
* Support to customize the collect period of JVM relative metrics.
25-
* Upgrade netty-codec-http2 to 4.1.86.Final.
26-
* Put `Agent-Version` property reading in the premain stage to avoid deadlock when using `jarsigner`.
27-
* Add a config `agent.enable`(default: true) to support disabling the agent through system property `-Dskywalking.agent.disable=false`
28-
or system environment variable setting `SW_AGENT_ENABLE=false`.
29-
* Enhance redisson plugin to adopt uniform tags.
308

31-
#### Documentation
329

33-
* Update `Plugin-test.md`, support string operators `start with` and `end with`
34-
* Polish agent configurations doc to fix type error
10+
#### Documentation
3511

3612

3713

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

4016
------------------
4117
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.14.0-SNAPSHOT</version>
24+
<version>8.15.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.14.0-SNAPSHOT</version>
24+
<version>8.15.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.14.0-SNAPSHOT</version>
24+
<version>8.15.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.14.0-SNAPSHOT</version>
24+
<version>8.15.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.14.0-SNAPSHOT</version>
23+
<version>8.15.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-application-toolkit/apm-toolkit-micrometer-1.10/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.14.0-SNAPSHOT</version>
23+
<version>8.15.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.14.0-SNAPSHOT</version>
23+
<version>8.15.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.14.0-SNAPSHOT</version>
24+
<version>8.15.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.14.0-SNAPSHOT</version>
23+
<version>8.15.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)