CHANGES.md 1.7 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
8.4.0
wu-sheng's avatar
wu-sheng 已提交
6 7
------------------
#### Project
8
* Incompatible with previous releases when use H2/MySQL/TiDB storage options, due to support multiple alarm rules triggered for one entity.
9
* Chore: adapt `create_source_release.sh` to make it runnable on Linux.
wu-sheng's avatar
wu-sheng 已提交
10 11

#### Java Agent
12
* The operation name of quartz-scheduler plugin, has been changed as the `quartz-scheduler/${className}` format.
13
* Fix jdk-http and okhttp-3.x plugin did not overwrite the old trace header.
14
* Support collecting logs of log4j, log4j2, and logback in the tracing context with a new `logger-plugin`.
wu-sheng's avatar
wu-sheng 已提交
15

16 17
#### OAP-Backend
* Make meter receiver support MAL.
18
* Support influxDB connection response format option. Fix some error when use JSON as influxDB response format.
19
* Support Kafka MirrorMaker 2.0 to replicate topics between Kafka clusters.
20
* Add the rule name field to alarm record storage entity as a part of ID, to support multiple alarm rules triggered for one entity. The scope id has been removed from the ID.
21
* Fix MAL concurrent execution issues
22

wu-sheng's avatar
wu-sheng 已提交
23
#### UI
wu-sheng's avatar
wu-sheng 已提交
24 25 26 27 28 29
* Fix un-removed tags in trace query.
* Fix unexpected metrics name on single value component.
* Don't allow negative value as the refresh period.
* Fix style issue in trace table view.
* Separation Log and Dashboard selector data to avoid conflicts.
* Fix trace instance selector bug.
wu-sheng's avatar
wu-sheng 已提交
30

wu-sheng's avatar
wu-sheng 已提交
31
#### Documentation
G
Gao Hongtao 已提交
32
* Update the documents of backend fetcher and self observability about the latest configurations.
33
* Add documents about the group name of service.
wu-sheng's avatar
wu-sheng 已提交
34 35

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

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