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 2021/04/12 13:33:19 UTC

[skywalking-website] branch master updated: Release 8.5.0 (#253)

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 2bafb5f  Release 8.5.0 (#253)
2bafb5f is described below

commit 2bafb5f0cbadd332f6aa626035794d5248628856
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Apr 12 21:33:11 2021 +0800

    Release 8.5.0 (#253)
---
 .../release-apache-skywalking-apm-8-5-0/index.md   | 112 +++++++++++++++++++++
 data/docs.yml                                      |   3 +
 data/releases.yml                                  |  45 +++++++--
 3 files changed, 151 insertions(+), 9 deletions(-)

diff --git a/content/events/release-apache-skywalking-apm-8-5-0/index.md b/content/events/release-apache-skywalking-apm-8-5-0/index.md
new file mode 100644
index 0000000..e1ade08
--- /dev/null
+++ b/content/events/release-apache-skywalking-apm-8-5-0/index.md
@@ -0,0 +1,112 @@
+---
+title: Release Apache SkyWalking APM 8.5.0
+date: 2021-04-12
+author: SkyWalking Team
+description: "Release Apache SkyWalking 8.5.0."
+---
+
+SkyWalking 8.5.0 is released. Go to [downloads](/downloads) page to find release tars.
+Changes by Version
+
+#### Project
+* **Incompatible Change**. Indices and templates of ElasticSearch(6/7, including zipkin-elasticsearch7) storage option have been changed.
+* Update frontend-maven-plugin to 1.11.0, for Download node x64 binary on Apple Silicon.
+* Add E2E test for VM monitoring that metrics from Prometheus node-exporter.
+* Upgrade lombok to 1.18.16.
+* Add Java agent Dockerfile to build Docker image for Java agent.
+
+#### Java Agent
+* Remove invalid mysql configuration in agent.config.
+* Add net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener to show detail message when redefine errors occur.
+* Fix ClassCastException of log4j gRPC reporter.
+* Fix NPE when Kafka reporter activated.
+* Enhance gRPC log appender to allow layout pattern.
+* Fix apm-dubbo-2.7.x-plugin memory leak due to some Dubbo RpcExceptions.
+* Fix lettuce-5.x-plugin get null host in redis sentinel mode.
+* Fix ClassCastException by making CallbackAdapterInterceptor to implement EnhancedInstance interface in the spring-kafka plugin.
+* Fix NullPointerException with KafkaProducer.send(record).
+* Support config `agent.span_limit_per_segment` can be changed in the runtime.
+* Collect and report agent starting / shutdown events.
+* Support jedis pipeline in jedis-2.x-plugin.
+* Fix apm-toolkit-log4j-2.x-activation no trace Id in async log.
+* Replace hbase-1.x-plugin with hbase-1.x-2.x-plugin to adapt hbase client 2.x
+* Remove the close_before_method and close_after_method parameters of custom-enhance-plugin to avoid memory leaks.
+* Fix bug that springmvc-annotation-4.x-plugin, witness class does not exist in some versions.
+* Add Redis command parameters to 'db.statement' field on Lettuce span UI for displaying more info.
+* Fix NullPointerException with `ReactiveRequestHolder.getHeaders`.
+* Fix springmvc reactive api can't collect HTTP statusCode.
+* Fix bug that asynchttpclient plugin does not record the response status code.
+* Fix spanLayer is null in optional plugin(gateway-2.0.x-plugin gateway-2.1.x-plugin).
+* Support @Trace, @Tag and @Tags work for static methods.
+
+#### OAP-Backend
+* Allow user-defined `JAVA_OPTS` in the startup script.
+* Metrics combination API supports abandoning results.
+* Add a new concept "Event" and its implementations to collect events.
+* Add some defensive codes for NPE and bump up Kubernetes client version to expose exception stack trace.
+* Update the `timestamp` field type for `LogQuery`.
+* Support Zabbix protocol to receive agent metrics.
+* Update the Apdex metric combine calculator.
+* Enhance `MeterSystem` to allow creating metrics with same `metricName` / `function` / `scope`.
+* Storage plugin supports postgresql.
+* Fix kubernetes.client.openapi.ApiException.
+* Remove filename suffix in the meter active file config.
+* Introduce log analysis language (LAL).
+* Fix alarm httpclient connection leak.
+* Add `sum` function in meter system.
+* Remove Jaeger receiver.
+* Remove the experimental Zipkin span analyzer.
+* Upgrade the Zipkin Elasticsearch storage from 6 to 7.
+* Require Zipkin receiver must work with `zipkin-elasticsearch7` storage option.
+* Fix `DatabaseSlowStatementBuilder` statement maybe null.
+* Remove fields of parent entity in the relation sources.
+* Save Envoy http access logs when error occurs.
+* Fix wrong `service_instance_sla` setting in the `topology-instance.yml`.
+* Fix wrong metrics name setting in the `self-observability.yml`.
+* Add telemetry data about metrics in, metrics scraping, mesh error and trace in metrics to zipkin receiver.
+* Fix tags store of log and trace on h2/mysql/pg storage.
+* Merge indices by Metrics Function and Meter Function in Elasticsearch Storage.
+* Fix receiver don't need to get itself when healthCheck
+* Remove group concept from AvgHistogramFunction. Heatmap(function result) doesn't support labels.
+* Support metrics grouped by scope labelValue in MAL, no need global same labelValue as before.
+* Add functions in MAL to filter metrics according to the metric value.
+* Optimize the self monitoring grafana dashboard.
+* Enhance the export service.
+* Add function `retagByK8sMeta` and opt type `K8sRetagType.Pod2Service` in MAL for k8s to relate pods and services.
+* Using "service.istio.io/canonical-name" to replace "app" label to resolve Envoy ALS service name.
+* Support k8s monitoring.
+* Make the flushing metrics operation concurrent.
+* Fix ALS K8SServiceRegistry didn't remove the correct entry.
+* Using "service.istio.io/canonical-name" to replace "app" label to resolve Envoy ALS service name.
+* Append the root slash(/) to getIndex and getTemplate requests in ES(6 and 7) client.
+* Fix `disable` statement not working. This bug exists since 8.0.0.
+* Remove the useless metric in `vm.yaml`.
+
+#### UI
+* Update selector scroller to show in all pages.
+* Implement searching logs with date.
+* Add nodejs 14 compiling.
+* Fix trace id by clear search conditions.
+* Search endpoints with keywords.
+* Fix pageSize on logs page.
+* Update echarts version to 5.0.2.
+* Fix instance dependency on the topology page.
+* Fix resolved url for vue-property-decorator.
+* Show instance attributes.
+* Copywriting grammar fix.
+* Fix log pages tags column not updated.
+* Fix the problem that the footer and topology group is shaded when the topology radiation is displayed.
+* When the topology radiation chart is displayed, the corresponding button should be highlighted.
+* Refactor the route mapping, Dynamically import routing components, Improve first page loading performance.
+* Support topology of two mutually calling services.
+* Implement a type of table chart in the dashboard.
+* Support event in the dashboard.
+* Show instance name in the trace view.
+* Fix groups of services in the topography.
+
+#### Documentation
+* Polish documentation due to we have covered all tracing, logging, and metrics fields.
+* Adjust documentation about Zipkin receiver.
+* Add backend-infrastructure-monitoring doc.
+
+All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/76?closed=1)
diff --git a/data/docs.yml b/data/docs.yml
index a10311b..c73f41b 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -10,6 +10,9 @@
       docs:
         - version: latest
           link: /docs/main/latest/readme/
+        - version: v8.5.0
+          link: /docs/main/v8.5.0/readme/
+          commitId: 024f8104959531d902c181f62ad0da34d8ee60fa
         - version: v8.4.0
           link: /docs/main/v8.4.0/readme/
           commitId: 9dce6d408cd1f36ad1a996ba1f48fb81d27e3b53
diff --git a/data/releases.yml b/data/releases.yml
index cd49841..adb8e9a 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -2,15 +2,24 @@
   icon: S
   description: SkyWalking is an Observability Analysis Platform and Application Performance Management system.
   source:
+    - version: v8.5.0
+      date: Apr. 12th, 2021
+      downloadLink:
+        - name: src
+          link: https://www.apache.org/dyn/closer.cgi/skywalking/8.5.0/apache-skywalking-apm-8.5.0-src.tgz
+        - name: asc
+          link: https://downloads.apache.org/skywalking/8.5.0/apache-skywalking-apm-8.5.0-src.tgz.asc
+        - name: sha512
+          link: https://downloads.apache.org/skywalking/8.5.0/apache-skywalking-apm-8.5.0-src.tgz.sha512
     - version: v8.4.0
       date: Feb. 4th, 2021
       downloadLink:
         - name: src
-          link: https://www.apache.org/dyn/closer.cgi/skywalking/8.4.0/apache-skywalking-apm-8.4.0-src.tgz
+          link: https://archive.apache.org/dist/skywalking/8.4.0/apache-skywalking-apm-8.4.0-src.tgz
         - name: asc
-          link: https://downloads.apache.org/skywalking/8.4.0/apache-skywalking-apm-8.4.0-src.tgz.asc
+          link: https://archive.apache.org/dist/skywalking/8.4.0/apache-skywalking-apm-8.4.0-src.tgz.asc
         - name: sha512
-          link: https://downloads.apache.org/skywalking/8.4.0/apache-skywalking-apm-8.4.0-src.tgz.sha512
+          link: https://archive.apache.org/dist/skywalking/8.4.0/apache-skywalking-apm-8.4.0-src.tgz.sha512
     - version: v8.3.0
       date: Dec. 3rd, 2020
       downloadLink:
@@ -30,24 +39,42 @@
         - name: sha512
           link: https://archive.apache.org/dist/skywalking/8.2.0/apache-skywalking-apm-8.2.0-src.tgz.sha512
   distribution:
+    - version: v8.5.0 for ElasticSearch 6
+      date: Apr. 12th, 2021
+      downloadLink:
+        - name: tar
+          link: https://www.apache.org/dyn/closer.cgi/skywalking/8.5.0/apache-skywalking-apm-8.5.0.tar.gz
+        - name: asc
+          link: https://downloads.apache.org/skywalking/8.5.0/apache-skywalking-apm-8.5.0.tar.gz.asc
+        - name: sha512
+          link: https://downloads.apache.org/skywalking/8.5.0/apache-skywalking-apm-8.5.0.tar.gz.sha512
+    - version: v8.5.0 for H2/MySQL/TiDB/InfluxDB/ElasticSearch 7
+      date: Apr. 12th, 2021
+      downloadLink:
+        - name: tar
+          link: https://www.apache.org/dyn/closer.cgi/skywalking/8.5.0/apache-skywalking-apm-es7-8.5.0.tar.gz
+        - name: asc
+          link: https://downloads.apache.org/skywalking/8.5.0/apache-skywalking-apm-es7-8.5.0.tar.gz.asc
+        - name: sha512
+          link: https://downloads.apache.org/skywalking/8.5.0/apache-skywalking-apm-es7-8.5.0.tar.gz.sha512
     - version: v8.4.0 for ElasticSearch 6
       date: Feb. 4th, 2021
       downloadLink:
         - name: tar
-          link: https://www.apache.org/dyn/closer.cgi/skywalking/8.4.0/apache-skywalking-apm-8.4.0.tar.gz
+          link: https://archive.apache.org/dist/skywalking/8.4.0/apache-skywalking-apm-8.4.0.tar.gz
         - name: asc
-          link: https://downloads.apache.org/skywalking/8.4.0/apache-skywalking-apm-8.4.0.tar.gz.asc
+          link: https://archive.apache.org/dist/skywalking/8.4.0/apache-skywalking-apm-8.4.0.tar.gz.asc
         - name: sha512
-          link: https://downloads.apache.org/skywalking/8.4.0/apache-skywalking-apm-8.4.0.tar.gz.sha512
+          link: https://archive.apache.org/dist/skywalking/8.4.0/apache-skywalking-apm-8.4.0.tar.gz.sha512
     - version: v8.4.0 for H2/MySQL/TiDB/InfluxDB/ElasticSearch 7
       date: Feb. 4th, 2021
       downloadLink:
         - name: tar
-          link: https://www.apache.org/dyn/closer.cgi/skywalking/8.4.0/apache-skywalking-apm-es7-8.4.0.tar.gz
+          link: https://archive.apache.org/dist/skywalking/8.4.0/apache-skywalking-apm-es7-8.4.0.tar.gz
         - name: asc
-          link: https://downloads.apache.org/skywalking/8.4.0/apache-skywalking-apm-es7-8.4.0.tar.gz.asc
+          link: https://archive.apache.org/dist/skywalking/8.4.0/apache-skywalking-apm-es7-8.4.0.tar.gz.asc
         - name: sha512
-          link: https://downloads.apache.org/skywalking/8.4.0/apache-skywalking-apm-es7-8.4.0.tar.gz.sha512
+          link: https://archive.apache.org/dist/skywalking/8.4.0/apache-skywalking-apm-es7-8.4.0.tar.gz.sha512
     - version: v8.3.0 for ElasticSearch 6
       date: Dec. 3rd, 2020
       downloadLink: