CHANGES.md 3.1 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
8
* Add OpenSearch as storage option.
9
* Upgrade Kubernetes Java client dependency to 11.0.
wu-sheng's avatar
wu-sheng 已提交
10 11

#### Java Agent
12
* Add `trace_segment_ref_limit_per_span` configuration mechanism to avoid OOM.
13
* Improve `GlobalIdGenerator` performance.
14
* Add an agent plugin to support elasticsearch7.
G
guyang 已提交
15
* Add `jsonrpc4j` agent plugin.
16 17
* 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
18
* Add Seata in the component definition. Seata plugin hosts on Seata project.
19
* Extended Kafka plugin to properly trace consumers that have topic partitions directly assigned.
20
* Support Kafka consumer 2.8.0.
21
* Support print SkyWalking context to logs.
22 23
* 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.
24
* Add an optional agent plugin to support mybatis.
25
* Add `spring-cloud-gateway-3.x` optional plugin.
L
liqiangz 已提交
26
* Add `okhttp-4.x` plugin.
27
* Fix NPE when thrift field is nested in plugin `thrift`
28
* Fix possible NullPointerException in agent's ES plugin.
29

30
#### OAP-Backend
31
* BugFix: filter invalid Envoy access logs whose socket address is empty.
32
* Fix K8s monitoring the incorrect metrics calculate. 
33
* Loop alarm into event system.
L
liqiangz 已提交
34
* Support alarm tags.
35
* Support WeLink as a channel of alarm notification.
36
* Fix: Some defensive codes didn't work in `PercentileFunction combine`.
37
* CVE: fix Jetty vulnerability. https://nvd.nist.gov/vuln/detail/CVE-2019-17638
38
* Fix: MAL function would miss samples name after creating new samples.
39
* perf: use iterator.remove() to remove modulesWithoutProvider
40 41
* Support analyzing Envoy TCP access logs and persist error TCP logs.
* Fix: Envoy error logs are not persisted when no metrics are generated
42
* Fix: Memory leakage of low version etcd client. [fix-issue](https://github.com/jurmous/etcd4j/pull/185)
43
* Allow multiple definitions as fallback in metadata-service-mapping.yaml file.
L
Leon Yang 已提交
44 45
* Fix: NPE when configmap has no data.
* Fix: Dynamic Configuration key `slowTraceSegmentThreshold` not work
46

wu-sheng's avatar
wu-sheng 已提交
47
#### UI
Q
Qiuxia Fan 已提交
48 49 50 51 52 53
* 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 已提交
54
* Support search and visualize alarms with tags.
Q
Qiuxia Fan 已提交
55 56
* Fix configurations on dashboard.
* Support to configure the maximum number of displayed items.
57
* After changing the durationTime, the topology shows the originally selected group or service.
Q
Qiuxia Fan 已提交
58
* remove the no use maxItemNum for labeled-value metric, etc.
wu-sheng's avatar
wu-sheng 已提交
59

wu-sheng's avatar
wu-sheng 已提交
60
#### Documentation
61
* Polish k8s monitoring otel-collector configuration example.
62
* Print SkyWalking context to logs configuration example.
63
* Update doc about metrics v2 APIs.
64

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

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