CHANGES.md 3.5 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.
wu-sheng's avatar
wu-sheng 已提交
25 26

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

#### UI
59 60
* Fix incorrect label in radial chart in topology.
* Replace node-sass with dart-sass.
wu-sheng's avatar
wu-sheng 已提交
61

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

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

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