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/04/15 07:42:21 UTC

[skywalking-website] branch master updated: Release Java agent 8.10.0 (#425)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1730e207c5 Release Java agent 8.10.0 (#425)
1730e207c5 is described below

commit 1730e207c59f7f5cb027aa0aa3a4c0fdc050398f
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Apr 15 15:42:16 2022 +0800

    Release Java agent 8.10.0 (#425)
---
 .../index.md                                       | 54 ++++++++++++++++++++++
 data/docs.yml                                      |  3 ++
 data/releases.yml                                  | 30 +++++++++---
 3 files changed, 81 insertions(+), 6 deletions(-)

diff --git a/content/events/release-apache-skywalking-java-agent-8-10-0/index.md b/content/events/release-apache-skywalking-java-agent-8-10-0/index.md
new file mode 100644
index 0000000000..0b40f0ccbd
--- /dev/null
+++ b/content/events/release-apache-skywalking-java-agent-8-10-0/index.md
@@ -0,0 +1,54 @@
+---
+title: Release Apache SkyWalking Java Agent 8.10.0
+date: 2022-04-15
+author: SkyWalking Team
+description: "Release Apache SkyWalking Java Agent 8.10.0."
+---
+
+SkyWalking Java Agent 8.9.0 is released. Go to [downloads](/downloads) page to find release tars.
+Changes by Version
+
+8.10.0
+------------------
+
+* [Important] Namespace represents a subnet, such as kubernetes namespace, or 172.10.*.*. Make namespace concept as a
+  part of service naming format.
+* [Important] Add cluster concept, also as a part of service naming format. The cluster name would be
+    1. Add as {@link #SERVICE_NAME} suffix.
+    2. Add as exit span's peer, ${CLUSTER} / original peer
+    3. Cross Process Propagation Header's value addressUsedAtClient[index=8] (Target address of this request used on the
+       client end).
+* Support Undertow thread pool metrics collecting.
+* Support Tomcat thread pool metric collect.
+* Remove plugin for ServiceComb Java Chassis 0.x
+* Add Guava EventBus plugin.
+* Fix Dubbo 3.x plugin's tracing problem.
+* Fix the bug that maybe generate multiple trace when invoke http request by spring webflux webclient.
+* Support Druid Connection pool metrics collecting.
+* Support HikariCP Connection pool metrics collecting.
+* Support Dbcp2 Connection pool metrics collecting.
+* Ignore the synthetic constructor created by the agent in the Spring patch plugin.
+* Add witness class for vertx-core-3.x plugin.
+* Add witness class for graphql plugin.
+* Add vertx-core-4.x plugin.
+* Renamed graphql-12.x-plugin to graphql-12.x-15.x-plugin and graphql-12.x-scenario to graphql-12.x-15.x-scenario.
+* Add graphql-16plus plugin.
+* [Test] Support to configure plugin test base images.
+* [Breaking Change] Remove deprecated `agent.instance_properties` configuration.
+  Recommend `agent.instance_properties_json`.
+* The namespace and cluster would be reported as instance properties, keys are `namespace` and `cluster`. Notice, if
+  instance_properties_json includes these two keys, they would be overrided by the agent core.
+* [Breaking Change] Remove the namespace from `cross process propagation` key.
+* Make sure the parent endpoint in tracing context from existing first ENTRY span, rather than first span only.
+* Fix the bug that maybe causing memory leak and repeated traceId when use gateway-2.1.x-plugin or gateway-3.x-plugin.
+* Fix Grpc 1.x plugin could leak context due to gRPC cancelled.
+* Add JDK ThreadPoolExecutor Plugin.
+* Support default database(not set through JDBC URL) in mysql-5.x plugin.
+
+#### Documentation
+
+* Add link about java agent injector.
+* Update configurations doc, remove `agent.instance_properties[key]=value`.
+* Update configurations doc, add `agent.cluster` and update `agent.namespace`.
+
+All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/120?closed=1)
\ No newline at end of file
diff --git a/data/docs.yml b/data/docs.yml
index e053fb8868..21c6dcc4de 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -77,6 +77,9 @@
       docs:
         - version: latest
           link: /docs/skywalking-java/latest/readme/
+        - version: v8.10.0
+          link: /docs/skywalking-java/v8.10.0/readme/
+          commitId: bc729c3788aa47c7eb0c0f4b29370ece68f52f86
         - version: v8.9.0
           link: /docs/skywalking-java/v8.9.0/readme/
           commitId: 8b49c1d935fa22e73f8b7395527ef069f5476b6a
diff --git a/data/releases.yml b/data/releases.yml
index 0de47985c2..85c9acc7b3 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -202,15 +202,24 @@
       icon: java-agent
       description: The Java Agent for Apache SkyWalking, which provides the native tracing/metrics/logging abilities for Java projects.
       source:
+        - version: v8.10.0
+          date: Apr. 15th, 2022
+          downloadLink:
+            - name: src
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/java-agent/8.10.0/apache-skywalking-java-agent-8.10.0-src.tgz
+            - name: asc
+              link: https://downloads.apache.org/skywalking/java-agent/8.10.0/apache-skywalking-java-agent-8.10.0-src.tgz.asc
+            - name: sha512
+              link: https://downloads.apache.org/skywalking/java-agent/8.10.0/apache-skywalking-java-agent-8.10.0-src.tgz.sha512
         - version: v8.9.0
           date: Jan. 30th, 2022
           downloadLink:
             - name: src
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0-src.tgz
+              link: ttps://archive.apache.org/dist/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0-src.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0-src.tgz.asc
+              link: ttps://archive.apache.org/dist/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0-src.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0-src.tgz.sha512
+              link: ttps://archive.apache.org/dist/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0-src.tgz.sha512
         - version: v8.8.0
           date: Oct. 31th, 2021
           downloadLink:
@@ -221,15 +230,24 @@
             - name: sha512
               link: https://archive.apache.org/dist/skywalking/java-agent/8.8.0/apache-skywalking-java-agent-8.8.0-src.tgz.sha512
       distribution:
+        - version: v8.10.0
+          date: Apr. 15th, 2022
+          downloadLink:
+            - name: tar
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/java-agent/8.10.0/apache-skywalking-java-agent-8.10.0.tgz
+            - name: asc
+              link: https://downloads.apache.org/skywalking/java-agent/8.10.0/apache-skywalking-java-agent-8.10.0.tgz.asc
+            - name: sha512
+              link: https://downloads.apache.org/skywalking/java-agent/8.10.0/apache-skywalking-java-agent-8.10.0.tgz.sha512
         - version: v8.9.0
           date: Jan. 30th, 2022
           downloadLink:
             - name: tar
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0.tgz
+              link: https://archive.apache.org/dist/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0.tgz.asc
+              link: https://archive.apache.org/dist/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0.tgz.sha512
+              link: https://archive.apache.org/dist/skywalking/java-agent/8.9.0/apache-skywalking-java-agent-8.9.0.tgz.sha512
         - version: v8.8.0
           date: Oct. 31th, 2021
           downloadLink: