CHANGES.md 1.4 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1 2 3 4
Changes by Version
==================
Release Notes.

5
8.5.0
wu-sheng's avatar
wu-sheng 已提交
6 7
------------------
#### Project
8
* Update frontend-maven-plugin to 1.11.0, for Download node x64 binary on Apple Silicon.
9
* Add E2E test for VM monitoring that metrics from Promethues node-exporter.
wu-sheng's avatar
wu-sheng 已提交
10 11

#### Java Agent
12
* Remove invalid mysql configuration in agent.config.
13 14
* Add net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener to show detail message when redefine errors occur.
* Fix ClassCastException of log4j gRPC reporter.
15

16
#### OAP-Backend
17
* Allow user-defined `JAVA_OPTS` in the startup script.
18
* Metrics combination API supports abandoning results.
19
* Add a new concept "Event" and its implementations to collect events.
20
* Add some defensive codes for NPE and bump up Kubernetes client version to expose exception stack trace.
21
* Update the `timestamp` field type for `LogQuery`.
静夜思朝颜's avatar
静夜思朝颜 已提交
22
* Support Zabbix protocol to receive agent metrics.
23
* Update the Apdex metric combine calculator.
24
* Enhance `MeterSystem` to allow creating metrics with same `metricName` / `function` / `scope`.
25
* Storage plugin supports postgresql.
26

wu-sheng's avatar
wu-sheng 已提交
27
#### UI
wu-sheng's avatar
wu-sheng 已提交
28 29 30
* Update selector scroller to show in all pages.
* Implement searching logs with date.

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

33 34

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

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