CHANGES.md 1.3 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
9.0.0
wu-sheng's avatar
wu-sheng 已提交
6
------------------
7

8 9
#### Project

10 11
* Upgrade log4j2 to 2.17.0 for CVE-2021-44228, CVE-2021-45046 and CVE-2021-45105. This CVE only effects on JDK if JNDI
  is opened in default. Notice, using JVM option `-Dlog4j2.formatMsgNoLookups=true` or setting
wu-sheng's avatar
wu-sheng 已提交
12
  the `LOG4J_FORMAT_MSG_NO_LOOKUPS=”true”` environment variable also avoids CVEs.
13
* Upgrade maven-wrapper to 3.1.0, maven to 3.8.4 for performance improvements and ARM more native support.
14

15
#### OAP Server
16

17
* Fix potential NPE in OAL string match and a bug when right-hand-side variable includes double quotes.
18
* Bump up Armeria version to fix CVE.
19
* Polish ETCD cluster config environment variables.
20
* Add the analysis of metrics in Satellite MetricsService.
21 22
* Fix `Can't split endpoint id into 2 parts` bug for endpoint ID. In the TCP in service mesh observability, endpoint
  name doesn't exist in TCP traffic.
23 24
* Upgrade H2 version to 2.0.202 to fix CVE-2021-23463.
* Extend column name override mechanism working for `ValueColumnMetadata`.
25

wu-sheng's avatar
wu-sheng 已提交
26
#### UI
27

28 29 30
* Remove unused jars (log4j-api.jar) in classpath.
* Bump up netty version to fix CVE.

wu-sheng's avatar
wu-sheng 已提交
31
#### Documentation
32

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

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