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/06/10 02:16:47 UTC

[skywalking-website] branch master updated: Release 8.6.0 (#288)

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 5496ec2  Release 8.6.0 (#288)
5496ec2 is described below

commit 5496ec206c189297a53a9fe5a04ead1c072c8253
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Jun 10 10:16:41 2021 +0800

    Release 8.6.0 (#288)
---
 .../release-apache-skywalking-apm-8-6-0/index.md   | 97 ++++++++++++++++++++++
 data/docs.yml                                      |  3 +
 data/releases.yml                                  | 45 ++++++++--
 3 files changed, 136 insertions(+), 9 deletions(-)

diff --git a/content/events/release-apache-skywalking-apm-8-6-0/index.md b/content/events/release-apache-skywalking-apm-8-6-0/index.md
new file mode 100644
index 0000000..9f018bd
--- /dev/null
+++ b/content/events/release-apache-skywalking-apm-8-6-0/index.md
@@ -0,0 +1,97 @@
+---
+title: Release Apache SkyWalking APM 8.6.0
+date: 2021-06-10
+author: SkyWalking Team
+description: "Release Apache SkyWalking 8.6.0."
+endTime: 2021-07-01T10:00:00Z
+---
+
+SkyWalking 8.6.0 is released. Go to [downloads](/downloads) page to find release tars.
+Changes by Version
+
+#### Project
+* Add OpenSearch as storage option.
+* Upgrade Kubernetes Java client dependency to 11.0.
+* Fix plugin test script error in macOS.
+
+#### Java Agent
+* Add `trace_segment_ref_limit_per_span` configuration mechanism to avoid OOM.
+* Improve `GlobalIdGenerator` performance.
+* Add an agent plugin to support elasticsearch7.
+* Add `jsonrpc4j` agent plugin.
+* new options to support multi skywalking cluster use same kafka cluster(plugin.kafka.namespace)
+* resolve agent has no retries if connect kafka cluster failed when bootstrap
+* Add Seata in the component definition. Seata plugin hosts on Seata project.
+* Extended Kafka plugin to properly trace consumers that have topic partitions directly assigned.
+* Support Kafka consumer 2.8.0.
+* Support print SkyWalking context to logs.
+* Add `MessageListener` enhancement in pulsar plugin.
+* fix a bug that spring-mvc set an error endpoint name if the controller class annotation implements an interface.
+* Add an optional agent plugin to support mybatis.
+* Add `spring-cloud-gateway-3.x` optional plugin.
+* Add `okhttp-4.x` plugin.
+* Fix NPE when thrift field is nested in plugin `thrift`
+* Fix possible NullPointerException in agent's ES plugin.
+* Fix the conversion problem of float type in ConfigInitializer.
+* Fixed part of the dynamic configuration of ConfigurationDiscoveryService that does not take effect under certain circumstances.
+* Introduce method interceptor API v2
+* Fix ClassCast issue for RequestHolder/ResponseHolder.
+* fixed `jdk-threading-plugin` memory leak.
+* Optimize multiple field reflection operation in Feign plugin.
+* Fix `trace-ignore-plugin` TraceIgnorePathPatterns can't set empty value
+
+#### OAP-Backend
+* BugFix: filter invalid Envoy access logs whose socket address is empty.
+* Fix K8s monitoring the incorrect metrics calculate. 
+* Loop alarm into event system.
+* Support alarm tags.
+* Support WeLink as a channel of alarm notification.
+* Fix: Some defensive codes didn't work in `PercentileFunction combine`.
+* CVE: fix Jetty vulnerability. https://nvd.nist.gov/vuln/detail/CVE-2019-17638
+* Fix: MAL function would miss samples name after creating new samples.
+* perf: use iterator.remove() to remove modulesWithoutProvider
+* Support analyzing Envoy TCP access logs and persist error TCP logs.
+* Fix: Envoy error logs are not persisted when no metrics are generated
+* Fix: Memory leakage of low version etcd client. [fix-issue](https://github.com/jurmous/etcd4j/pull/185)
+* Allow multiple definitions as fallback in metadata-service-mapping.yaml file and `k8sServiceNameRule`.
+* Fix: NPE when configmap has no data.
+* Fix: Dynamic Configuration key `slowTraceSegmentThreshold` not work
+* Fix: `!=` is not supported in oal when parameters are numbers.
+* Include events of the entity(s) in the alarm.
+* Support `native-json` format log in kafka-fetcher-plugin.
+* Fix counter misuse in the alarm core. Alarm can't be triggered in time.
+* Events can be configured as alarm source.
+* Make the number of core worker in meter converter thread pool configurable.
+* Add HTTP implementation of logs reporting protocol.
+* Make metrics exporter still work even when storage layer failed.
+* Fix Jetty HTTP `TRACE` issue, disable HTTP methods except `POST`.
+* CVE: upgrade snakeyaml to prevent [billion laughs attack](https://en.wikipedia.org/wiki/Billion_laughs#Variations) in dynamic configuration.
+* polish debug logging avoids null value when the segment ignored.
+
+#### UI
+* Add logo for kong plugin.
+* Add apisix logo.
+* Refactor js to ts for browser logs and style change.
+* When creating service groups in the topology, it is better if the service names are sorted.
+* Add tooltip for dashboard component.
+* Fix style of endpoint dependency.
+* Support search and visualize alarms with tags.
+* Fix configurations on dashboard.
+* Support to configure the maximum number of displayed items.
+* After changing the durationTime, the topology shows the originally selected group or service.
+* remove the no use maxItemNum for labeled-value metric, etc.
+* Add Azure Functions logo.
+* Support search Endpoint use keyword params in trace view.
+* Add a function which show the statistics infomation during the trace query.
+* Remove the sort button at the column of Type in the trace statistics page.
+* Optimize the APISIX icon in the topology.
+* Implement metrics templates in the topology.
+* Visualize Events on the alarm page.
+* Update duration steps in graphs for Trace and Log.
+
+#### Documentation
+* Polish k8s monitoring otel-collector configuration example.
+* Print SkyWalking context to logs configuration example.
+* Update doc about metrics v2 APIs.
+
+All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/84?closed=1)
\ No newline at end of file
diff --git a/data/docs.yml b/data/docs.yml
index a8892e5..fb57cf6 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -10,6 +10,9 @@
       docs:
         - version: latest
           link: /docs/main/latest/readme/
+        - version: v8.6.0
+          link: /docs/main/v8.6.0/readme/
+          commitId: 60eda74c00f62a5ea213411460ef67d1ca759b09
         - version: v8.5.0
           link: /docs/main/v8.5.0/readme/
           commitId: dc5dc86482ce2eb4adc11be108b0e75585fe34cd
diff --git a/data/releases.yml b/data/releases.yml
index 674ab4b..bf6e5e7 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -5,15 +5,24 @@
       icon: S
       description: SkyWalking is an Observability Analysis Platform and Application Performance Management system.
       source:
+        - version: v8.6.0
+          date: June. 10th, 2021
+          downloadLink:
+            - name: src
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/8.6.0/apache-skywalking-apm-8.6.0-src.tgz
+            - name: asc
+              link: https://downloads.apache.org/skywalking/8.6.0/apache-skywalking-apm-8.6.0-src.tgz.asc
+            - name: sha512
+              link: https://downloads.apache.org/skywalking/8.6.0/apache-skywalking-apm-8.6.0-src.tgz.sha512
         - 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
+              link: https://archive.apache.org/dist/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
+              link: https://archive.apache.org/dist/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
+              link: https://archive.apache.org/dist/skywalking/8.5.0/apache-skywalking-apm-8.5.0-src.tgz.sha512
         - version: v8.4.0
           date: Feb. 4th, 2021
           downloadLink:
@@ -42,24 +51,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.6.0 for ElasticSearch 6
+          date: June. 10th, 2021
+          downloadLink:
+            - name: tar
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/8.6.0/apache-skywalking-apm-8.6.0.tar.gz
+            - name: asc
+              link: https://downloads.apache.org/skywalking/8.6.0/apache-skywalking-apm-8.6.0.tar.gz.asc
+            - name: sha512
+              link: https://downloads.apache.org/skywalking/8.6.0/apache-skywalking-apm-8.6.0.tar.gz.sha512
+        - version: v8.6.0 for H2/MySQL/TiDB/InfluxDB/ElasticSearch 7
+          date: June. 10th, 2021
+          downloadLink:
+            - name: tar
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/8.6.0/apache-skywalking-apm-es7-8.6.0.tar.gz
+            - name: asc
+              link: https://downloads.apache.org/skywalking/8.6.0/apache-skywalking-apm-es7-8.6.0.tar.gz.asc
+            - name: sha512
+              link: https://downloads.apache.org/skywalking/8.6.0/apache-skywalking-apm-es7-8.6.0.tar.gz.sha512
         - 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
+              link: https://archive.apache.org/dist/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
+              link: https://archive.apache.org/dist/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
+              link: https://archive.apache.org/dist/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
+              link: https://archive.apache.org/dist/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
+              link: https://archive.apache.org/dist/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
+              link: https://archive.apache.org/dist/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: