CHANGES.md 2.2 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1 2 3 4
Changes by Version
==================
Release Notes.

wu-sheng's avatar
wu-sheng 已提交
5
8.6.0
wu-sheng's avatar
wu-sheng 已提交
6 7
------------------
#### Project
wu-sheng's avatar
wu-sheng 已提交
8

wu-sheng's avatar
wu-sheng 已提交
9 10

#### Java Agent
11
* Add `trace_segment_ref_limit_per_span` configuration mechanism to avoid OOM.
12
* Improve `GlobalIdGenerator` performance.
13
* Add an agent plugin to support elasticsearch7.
G
guyang 已提交
14
* Add `jsonrpc4j` agent plugin.
15 16
* 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
17
* Add Seata in the component definition. Seata plugin hosts on Seata project.
18
* Extended Kafka plugin to properly trace consumers that have topic partitions directly assigned.
19
* Support Kafka consumer 2.8.0.
20
* Support print SkyWalking context to logs.
21 22
* 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.
23
* Add an optional agent plugin to support mybatis.
24
* Add `spring-cloud-gateway-3.x` optional plugin.
25

26
#### OAP-Backend
27
* BugFix: filter invalid Envoy access logs whose socket address is empty.
28
* Fix K8s monitoring the incorrect metrics calculate. 
29
* Loop alarm into event system.
L
liqiangz 已提交
30
* Support alarm tags.
31
* Support WeLink as a channel of alarm notification.
32
* Fix: Some defensive codes didn't work in `PercentileFunction combine`.
33
* CVE: fix Jetty vulnerability. https://nvd.nist.gov/vuln/detail/CVE-2019-17638
34
* Fix: MAL function would miss samples name after creating new samples.
35
* perf: use iterator.remove() to remove modulesWithoutProvider
36

wu-sheng's avatar
wu-sheng 已提交
37
#### UI
Q
Qiuxia Fan 已提交
38 39 40 41 42 43
* 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.
Q
Qiuxia Fan 已提交
44
* Support search and visualize alarms with tags.
Q
Qiuxia Fan 已提交
45 46
* Fix configurations on dashboard.
* Support to configure the maximum number of displayed items.
wu-sheng's avatar
wu-sheng 已提交
47

wu-sheng's avatar
wu-sheng 已提交
48
#### Documentation
49
* Polish k8s monitoring otel-collector configuration example.
50
* Print SkyWalking context to logs configuration example.
51

wu-sheng's avatar
wu-sheng 已提交
52
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/84?closed=1)
wu-sheng's avatar
wu-sheng 已提交
53

wu-sheng's avatar
wu-sheng 已提交
54
------------------
55
Find change logs of all versions [here](changes).