CHANGES.md 3.9 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
* Add group name into services of so11y and istio relevant metrics
34
* Support keeping collecting the slowly segments in the sampling mechanism.
35
* Support choose files to active the meter analyzer.
36 37
* 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.
38
* Improve Kubernetes service registry for ALS analysis.
X
xbkaishui 已提交
39
* Add health checker for cluster management
40 41
* Support the service auto grouping.
* Support query service list by the group name.
42
* Improve the queryable tags generation. Remove the duplicated tags to reduce the storage payload.
43
* Fix the threads of the Kafka fetcher exit if some unexpected exceptions happen.
44
* Fix the excessive timeout period set by the kubernetes-client.
45
* Fix deadlock problem when using elasticsearch-client-7.0.0.
46
* Fix storage-jdbc isExists not set dbname.
47
* Fix `searchService` bug in the InfluxDB storage implementation.
48
* Fix CVE in the alarm module, when activating the dynamic configuration feature.
49
* Fix CVE in the endpoint grouping, when activating the dynamic configuration feature.
50
* Fix CVE in the uninstrumented gateways configs, when activating the dynamic configuration feature.
51
* Fix CVE in the Apdex threshold configs, when activating the dynamic configuration feature.
52
* Make the codes and doc consistent in sharding server and core server.
53 54
* Fix that chunked string is incorrect while the tag contains colon.
* Fix the incorrect dynamic configuration key bug of `endpoint-name-grouping`.
55
* Remove unused min date timebucket in jdbc deletehistory logical
J
Jared Tan 已提交
56
* Fix "transaction too large error" when use TiDB as storage.
57
* Fix "index not found" in trace query when use ES7 storage.
58 59
* Add otel rules to ui template to observe Istio control plane.
* Remove istio mixer
60
* Support close influxdb batch write model.
61
* Check SAN in the ALS (m)TLS process.
wu-sheng's avatar
wu-sheng 已提交
62 63

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

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

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

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