CHANGES.md 1.6 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

K
kezhenxu94 已提交
10 11
* Upgrade log4j2 to 2.17.1 for CVE-2021-44228, CVE-2021-45046, CVE-2021-45105 and CVE-2021-44832. 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
* Introduce new concept `Layer` and removed `NodeType`. More details refer to [v9-version-upgrade](https://skywalking.apache.org/docs/main/latest/en/faq/v9-version-upgrade/).
26
* Fix query sort metrics failure in H2 Storage.
27

wu-sheng's avatar
wu-sheng 已提交
28
#### UI
29

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

wu-sheng's avatar
wu-sheng 已提交
33
#### Documentation
34

35 36
* update backend-alarm.md doc, support op "=" to "==".

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

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