CHANGES.md 2.5 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
* Exclude unnecessary libs when building under JDK 9+.
15 16
* Migrate base Docker image to eclipse-temurin as adoptopenjdk is deprecated.
* Add E2E test under Java 17.
17

18
#### OAP Server
19

20
* Fix potential NPE in OAL string match and a bug when right-hand-side variable includes double quotes.
21
* Bump up Armeria version to fix CVE.
22
* Polish ETCD cluster config environment variables.
23
* Add the analysis of metrics in Satellite MetricsService.
24 25
* 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.
26
* Upgrade H2 version to 2.0.206 to fix CVE-2021-23463 and GHSA-h376-j262-vhq6.
27
* Extend column name override mechanism working for `ValueColumnMetadata`.
28
* 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/).
29
* Fix query sort metrics failure in H2 Storage.
30
* Bump up grpc to 1.43.2 and protobuf to 3.19.2 to fix CVE-2021-22569.
31
* Add source layer and dest layer to relation.
32
* Follow protocol grammar fix `GCPhrase -> GCPhase`.
W
wankai123 已提交
33
* Set layer to mesh relation.
Z
zhang-wei 已提交
34
* Add `FAAS` to SpanLayer.
W
wankai123 已提交
35
* Adjust e2e case for V9 core.
36 37
* Support ZGC GC time and count metric collecting.
* Sync proto buffers files from upstream Envoy (Related to https://github.com/envoyproxy/envoy/pull/18955).
38
* Bump up GraphQL related dependencies to latest versions.
39 40
* Add `normal` to V9 service meta query.
* Support `scope=ALL` catalog for metrics.
G
Gao Hongtao 已提交
41
* Bump up H2 to 2.1.210 to fix CVE-2022-23221.
42
* E2e: Add `normal` field to Service.
43
* Add FreeSql component ID(3017) of dotnet agent.
44

wu-sheng's avatar
wu-sheng 已提交
45
#### UI
46

47 48 49
* Remove unused jars (log4j-api.jar) in classpath.
* Bump up netty version to fix CVE.

wu-sheng's avatar
wu-sheng 已提交
50
#### Documentation
51

52 53
* update backend-alarm.md doc, support op "=" to "==".

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

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