CHANGES.md 4.6 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.
10
* Fix plugin test script error in macOS.
wu-sheng's avatar
wu-sheng 已提交
11 12

#### Java Agent
13
* Add `trace_segment_ref_limit_per_span` configuration mechanism to avoid OOM.
14
* Improve `GlobalIdGenerator` performance.
15
* Add an agent plugin to support elasticsearch7.
G
guyang 已提交
16
* Add `jsonrpc4j` agent plugin.
17 18
* 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
19
* Add Seata in the component definition. Seata plugin hosts on Seata project.
20
* Extended Kafka plugin to properly trace consumers that have topic partitions directly assigned.
21
* Support Kafka consumer 2.8.0.
22
* Support print SkyWalking context to logs.
23 24
* 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.
25
* Add an optional agent plugin to support mybatis.
26
* Add `spring-cloud-gateway-3.x` optional plugin.
L
liqiangz 已提交
27
* Add `okhttp-4.x` plugin.
28
* Fix NPE when thrift field is nested in plugin `thrift`
29
* Fix possible NullPointerException in agent's ES plugin.
30
* Fix the conversion problem of float type in ConfigInitializer.
31
* Fixed part of the dynamic configuration of ConfigurationDiscoveryService that does not take effect under certain circumstances.
D
Daming 已提交
32
* Introduce method interceptor API v2
33
* Fix ClassCast issue for RequestHolder/ResponseHolder.
34
* fixed `jdk-threading-plugin` memory leak.
35
* Optimize multiple field reflection operation in Feign plugin.
36
* Fix `trace-ignore-plugin` TraceIgnorePathPatterns can't set empty value
37

38
#### OAP-Backend
39
* BugFix: filter invalid Envoy access logs whose socket address is empty.
40
* Fix K8s monitoring the incorrect metrics calculate. 
41
* Loop alarm into event system.
L
liqiangz 已提交
42
* Support alarm tags.
43
* Support WeLink as a channel of alarm notification.
44
* Fix: Some defensive codes didn't work in `PercentileFunction combine`.
45
* CVE: fix Jetty vulnerability. https://nvd.nist.gov/vuln/detail/CVE-2019-17638
46
* Fix: MAL function would miss samples name after creating new samples.
47
* perf: use iterator.remove() to remove modulesWithoutProvider
48 49
* Support analyzing Envoy TCP access logs and persist error TCP logs.
* Fix: Envoy error logs are not persisted when no metrics are generated
50
* Fix: Memory leakage of low version etcd client. [fix-issue](https://github.com/jurmous/etcd4j/pull/185)
51
* Allow multiple definitions as fallback in metadata-service-mapping.yaml file and `k8sServiceNameRule`.
L
Leon Yang 已提交
52 53
* Fix: NPE when configmap has no data.
* Fix: Dynamic Configuration key `slowTraceSegmentThreshold` not work
54
* Fix: `!=` is not supported in oal when parameters are numbers.
C
chen~ 已提交
55
* Include events of the entity(s) in the alarm.
D
Daming 已提交
56
* Support `native-json` format log in kafka-fetcher-plugin.
57
* Fix counter misuse in the alarm core. Alarm can't be triggered in time.
58
* Events can be configured as alarm source.
59
* Make the number of core worker in meter converter thread pool configurable.
60
* Add HTTP implementation of logs reporting protocol.
61
* Make metrics exporter still work even when storage layer failed.
62
* Fix Jetty HTTP `TRACE` issue, disable HTTP methods except `POST`.
63
* CVE: upgrade snakeyaml to prevent [billion laughs attack](https://en.wikipedia.org/wiki/Billion_laughs#Variations) in dynamic configuration.
64

wu-sheng's avatar
wu-sheng 已提交
65
#### UI
Q
Qiuxia Fan 已提交
66 67 68 69 70 71
* 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 已提交
72
* Support search and visualize alarms with tags.
Q
Qiuxia Fan 已提交
73 74
* Fix configurations on dashboard.
* Support to configure the maximum number of displayed items.
75
* After changing the durationTime, the topology shows the originally selected group or service.
Q
Qiuxia Fan 已提交
76
* remove the no use maxItemNum for labeled-value metric, etc.
L
liqiangz 已提交
77 78
* Add Azure Functions logo.
* Support search Endpoint use keyword params in trace view.
79 80 81
* 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.
82
* Feat: Implement metrics templates in the topology.
wu-sheng's avatar
wu-sheng 已提交
83

wu-sheng's avatar
wu-sheng 已提交
84
#### Documentation
85
* Polish k8s monitoring otel-collector configuration example.
86
* Print SkyWalking context to logs configuration example.
87
* Update doc about metrics v2 APIs.
88

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

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