CHANGES.md 3.2 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.7.0
wu-sheng's avatar
wu-sheng 已提交
6 7
------------------
#### Project
8
* Extract dependency management to a bom.
9
* Add JDK 16 to test matrix.
wu-sheng's avatar
wu-sheng 已提交
10 11

#### Java Agent
12
* Supports modifying span attributes in async mode.
13
* Agent supports the collection of JVM arguments and jar dependency information.
14
* [Temporary] Support authentication for log report channel. This feature and grpc channel is going to be removed after Satellite 0.2.0 release.
15
* Remove deprecated gRPC method, `io.grpc.ManagedChannelBuilder#nameResolverFactory`. See [gRPC-java 7133](https://github.com/grpc/grpc-java/issues/7133) for more details.
W
wallezhang 已提交
16
* Add `Neo4j-4.x` plugin.
17
* Correct `profile.duration` to `profile.max_duration` in the default `agent.config` file.
18
* Fix the reponse time of gRPC.
19

20
#### OAP-Backend
21
* Disable Spring sleuth meter analyzer by default.
22
* Only count 5xx as error in Envoy ALS receiver.
G
Gao Hongtao 已提交
23 24 25
* Upgrade apollo core caused by CVE-2020-15170.
* Upgrade kubernetes client caused by CVE-2020-28052.
* Upgrade Elasticsearch 7 client caused by CVE-2020-7014.
wu-sheng's avatar
wu-sheng 已提交
26
* Upgrade jackson related libs caused by CVE-2018-11307, CVE-2018-14718 ~ CVE-2018-14721, CVE-2018-19360 ~ CVE-2018-19362,
G
Gao Hongtao 已提交
27 28 29 30 31
   CVE-2019-14379, CVE-2019-14540, CVE-2019-14892, CVE-2019-14893, CVE-2019-16335, CVE-2019-16942, CVE-2019-16943,
   CVE-2019-17267, CVE-2019-17531, CVE-2019-20330, CVE-2020-8840, CVE-2020-9546, CVE-2020-9547, CVE-2020-9548,
   CVE-2018-12022, CVE-2018-12023, CVE-2019-12086, CVE-2019-14439, CVE-2020-10672, CVE-2020-10673, CVE-2020-10968,
   CVE-2020-10969, CVE-2020-11111, CVE-2020-11112, CVE-2020-11113, CVE-2020-11619, CVE-2020-11620, CVE-2020-14060,
   CVE-2020-14061, CVE-2020-14062, CVE-2020-14195, CVE-2020-24616, CVE-2020-24750, CVE-2020-25649, CVE-2020-35490,
wu-sheng's avatar
wu-sheng 已提交
32
   CVE-2020-35491, CVE-2020-35728 and CVE-2020-36179 ~ CVE-2020-36190.
G
Gao Hongtao 已提交
33 34 35 36 37 38 39 40 41
* Exclude log4j 1.x caused by CVE-2019-17571.
* Upgrade log4j 2.x caused by CVE-2020-9488.
* Upgrade nacos libs caused by CVE-2021-29441 and CVE-2021-29442.
* Upgrade netty caused by CVE-2019-20444, CVE-2019-20445, CVE-2019-16869, CVE-2020-11612, CVE-2021-21290, CVE-2021-21295 
   and CVE-2021-21409.
* Upgrade consul client caused by CVE-2018-1000844, CVE-2018-1000850.
* Upgrade zookeeper caused by CVE-2019-0201. 
* Upgrade snake yaml caused by CVE-2017-18640.
* Upgrade embed tomcat caused by CVE-2020-13935.
42
* Upgrade commons-lang3 to avoid potential NPE in some JDK versions.
43
* OAL supports generating metrics from events.
44
* Support endpoint name grouping by OpenAPI definitions.
45
* Concurrent create PrepareRequest when persist Metrics
46
* Fix CounterWindow increase computing issue.
47
* Performance: optimize Envoy ALS analyzer performance in high traffic load scenario (reduce ~1cpu in ~10k RPS).
48
* Performance: trim useless metadata fields in Envoy ALS metadata to improve performance.
Z
zhyyu 已提交
49
* Fix: slowDBAccessThreshold dynamic config error when not configured.
50

wu-sheng's avatar
wu-sheng 已提交
51
#### UI
F
Fine0830 已提交
52 53 54 55
* Fix the date component for log conditions.
* Fix selector keys for duplicate options.
* Add Python celery plugin.
* Fix default config for metrics.
F
Fine0830 已提交
56
* Fix trace table for profile ui.
wu-sheng's avatar
wu-sheng 已提交
57

wu-sheng's avatar
wu-sheng 已提交
58
#### Documentation
59

wu-sheng's avatar
wu-sheng 已提交
60 61

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

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