changes.md 1.0 KB
Newer Older
1
## 9.3.0
2

3
#### Project
4

5

6
#### OAP Server
7

8
* Add component ID(133) for impala JDBC Java agent plugin and component ID(134) for impala server
9
* Use prepareStatement in H2SQLExecutor#getByIDs.(No function change).
10
* Bump up snakeyaml to 1.31 for fixing CVE-2022-25857
11
* Fix `DurationUtils.convertToTimeBucket` missed verify date format.
12
* [**Breaking Change**] Change the LAL script format(Add layer property).
13

F
Fine0830 已提交
14 15
#### UI

16
* Fix: tab active incorrectly, when click tab space
17
* Add impala icon for impala JDBC Java agent plugin.
18
* (Webapp)Bump up snakeyaml to 1.31 for fixing CVE-2022-25857
19 20 21
* [Breaking Change]: migrate from Spring Web to Armeria, now you should use the environment variable name `SW_OAP_ADDRESS`
  to change the OAP backend service addresses, like `SW_OAP_ADDRESS=localhost:12800,localhost:12801`, and use environment
  variable `SW_SERVER_PORT` to change the port. Other Spring-related configurations don't take effect anymore.
22

F
Fine0830 已提交
23

wu-sheng's avatar
wu-sheng 已提交
24
#### Documentation
25

26

27
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/149?closed=1)