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

5
8.3.0
wu-sheng's avatar
wu-sheng 已提交
6 7
------------------
#### Project
8
* Test: ElasticSearch version 7.0.0 and 7.9.3 as storage are E2E tested. 
9
* Test: Bump up testcontainers version to work around the Docker bug on MacOS. 
wu-sheng's avatar
wu-sheng 已提交
10 11

#### Java Agent
12
* Support propagate the sending timestamp in MQ plugins to calculate the transfer latency in the async MQ scenarios.
13
* Support auto-tag with the fixed values propagated in the correlation context.
14
* Make HttpClient 3.x, 4.x, and HttpAsyncClient 3.x plugins to support collecting HTTP parameters.
15 16
* Make the Feign plugin to support Java 14
* Make the okhttp3 plugin to support Java 14
17
* Polish tracing context related codes.
K
Kcat 已提交
18
* Add the plugin for async-http-client 2.x
S
simonlei 已提交
19
* Fix NPE in the nutz plugin.
K
King 已提交
20
* Provide Apache Commons DBCP 2.x plugin.
21 22
* Add the plugin for mssql-jtds 1.x.
* Add the plugin for mssql-jdbc 6.x -> 9.x.
23
* Fix the default ignore mechanism isn't accurate enough bug.
L
Lu Jiajing 已提交
24
* Add the plugin for spring-kafka 1.3.x.
25
* Add the plugin for Apache CXF 3.x.
wu-sheng's avatar
wu-sheng 已提交
26 27

#### OAP-Backend
28
* Add the `@SuperDataset` annotation for BrowserErrorLog.
29 30
* Add the thread pool to the Kafka fetcher to increase the performance.
* Add `contain` and `not contain` OPS in OAL.
31
* Add Envoy ALS analyzer based on metadata exchange.
32
* Add `listMetrics` GraphQL query. 
33
* Support keeping collecting the slowly segments in the sampling mechanism.
34
* Support choose files to active the meter analyzer.
35 36
* Support nested class definition in the Service, ServiceInstance, Endpoint, ServiceRelation, and ServiceInstanceRelation sources.
* Support `sideCar.internalErrorCode` in the Service, ServiceInstance, Endpoint, ServiceRelation, and ServiceInstanceRelation sources.
37
* Improve Kubernetes service registry for ALS analysis.
X
xbkaishui 已提交
38
* Add health checker for cluster management
39 40
* Support the service auto grouping.
* Support query service list by the group name.
41
* Improve the queryable tags generation. Remove the duplicated tags to reduce the storage payload.
42
* Fix the threads of the Kafka fetcher exit if some unexpected exceptions happen.
43
* Fix the excessive timeout period set by the kubernetes-client.
44
* Fix deadlock problem when using elasticsearch-client-7.0.0.
45
* Fix storage-jdbc isExists not set dbname.
46
* Fix `searchService` bug in the InfluxDB storage implementation.
47
* Fix CVE in the alarm module, when activating the dynamic configuration feature.
48
* Fix CVE in the endpoint grouping, when activating the dynamic configuration feature.
49
* Fix CVE in the uninstrumented gateways configs, when activating the dynamic configuration feature.
50
* Fix CVE in the Apdex threshold configs, when activating the dynamic configuration feature.
51
* Make the codes and doc consistent in sharding server and core server.
52 53
* Fix that chunked string is incorrect while the tag contains colon.
* Fix the incorrect dynamic configuration key bug of `endpoint-name-grouping`.
54
* Remove unused min date timebucket in jdbc deletehistory logical
J
Jared Tan 已提交
55
* Fix "transaction too large error" when use TiDB as storage.
56 57
* Add otel rules to ui template to observe Istio control plane.
* Remove istio mixer
58
* Insert group name into services of so11y and istio relevant metrics
wu-sheng's avatar
wu-sheng 已提交
59 60

#### UI
61 62
* Fix incorrect label in radial chart in topology.
* Replace node-sass with dart-sass.
63 64 65
* Replace serviceFilter with serviceGroup
* Removed "Les Miserables" from radial chart in topology.
* Add the Promise dropdown option
wu-sheng's avatar
wu-sheng 已提交
66

wu-sheng's avatar
wu-sheng 已提交
67 68
#### Documentation
* Add VNode FAQ doc.
69
* Add logic endpoint section in the agent setup doc.
70
* Adjust configuration names and system environment names of the sharing server module
71 72
* Tweak Istio metrics collection doc.
* Add otel receiver.
wu-sheng's avatar
wu-sheng 已提交
73

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

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