CHANGES.md 2.3 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.
wu-sheng's avatar
wu-sheng 已提交
21 22

#### OAP-Backend
23
* Add the `@SuperDataset` annotation for BrowserErrorLog.
24 25
* Add the thread pool to the Kafka fetcher to increase the performance.
* Add `contain` and `not contain` OPS in OAL.
26
* Add Envoy ALS analyzer based on metadata exchange.
27
* Support keeping collecting the slowly segments in the sampling mechanism.
28
* Support choose files to active the meter analyzer.
29
* Improve Kubernetes service registry for ALS analysis.
X
xbkaishui 已提交
30
* Add health checker for cluster management
31
* Improve the queryable tags generation. Remove the duplicated tags to reduce the storage payload.
32
* Fix the threads of the Kafka fetcher exit if some unexpected exceptions happen.
33
* Fix the excessive timeout period set by the kubernetes-client.
34
* Fix deadlock problem when using elasticsearch-client-7.0.0.
35
* Fix storage-jdbc isExists not set dbname.
36
* Fix `searchService` bug in the InfluxDB storage implementation.
37
* Fix CVE in the alarm module, when activating the dynamic configuration feature.
38
* Fix CVE in the endpoint grouping, when activating the dynamic configuration feature.
39
* Fix CVE in the uninstrumented gateways configs, when activating the dynamic configuration feature.
40
* Make the codes and doc consistent in sharding server and core server.
wu-sheng's avatar
wu-sheng 已提交
41 42 43

#### UI

wu-sheng's avatar
wu-sheng 已提交
44 45
#### Documentation
* Add VNode FAQ doc.
46
* Adjust configuration names and system environment names of the sharing server module
wu-sheng's avatar
wu-sheng 已提交
47

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

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