CHANGES.md 3.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
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.
10
* Add `package` to `.proto` files, prevent polluting top-level namespace in some languages; The OAP server supports previous agent releases, whereas the previous OAP server (<=8.3.0) won't recognize newer agents since this version (>= 8.4.0).
wu-sheng's avatar
wu-sheng 已提交
11 12

#### Java Agent
13
* The operation name of quartz-scheduler plugin, has been changed as the `quartz-scheduler/${className}` format.
14
* Fix jdk-http and okhttp-3.x plugin did not overwrite the old trace header.
15
* Add interceptors of method(analyze, searchScroll, clearScroll, searchTemplate and deleteByQuery) for elasticsearch-6.x-plugin.
16
* Support collecting logs of log4j, log4j2, and logback in the tracing context with a new `logger-plugin`.
17
* Fix the unexpected RunningContext recreation in the Tomcat plugin.
18
* Fix the potential NPE when trace_sql_parameters is enabled.
L
Lu Jiajing 已提交
19
* Update `byte-buddy` to 1.10.19.
20 21
* Fix thrift plugin trace link broken when intermediate service does not mount agent
* Fix thrift plugin collects wrong args when the method without parameter.
wu-sheng's avatar
wu-sheng 已提交
22
* Fix DataCarrier's `org.apache.skywalking.apm.commons.datacarrier.buffer.Buffer` implementation isn't activated in `IF_POSSIBLE` mode.
23
* Fix ArrayBlockingQueueBuffer's useless `IF_POSSIBLE` mode list
24
* Support building gRPC TLS channel but CA file is not required.
25

26 27
#### OAP-Backend
* Make meter receiver support MAL.
28
* Support influxDB connection response format option. Fix some error when use JSON as influxDB response format.
29
* Support Kafka MirrorMaker 2.0 to replicate topics between Kafka clusters.
30
* 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.
31
* Fix MAL concurrent execution issues.
32
* Fix group name can't be queried in the GraphQL.
33 34
* Fix potential gRPC connection leak(not closed) for the channels among OAP instances.
* Filter OAP instances(unassigned in booting stage) of the empty IP in KubernetesCoordinator.
35
* Add component ID for Python aiohttp plugin requester and server.
36
* Fix H2 in-memory database table missing issues
37
* Add component ID for Python pyramid plugin server.
38
* Add component ID for NodeJS Axios plugin.
S
songzhe 已提交
39
* Fix searchService method error in storage-influxdb-plugin.
Q
Qiuxia Fan 已提交
40
* Add JavaScript component ID.
41

wu-sheng's avatar
wu-sheng 已提交
42
#### UI
wu-sheng's avatar
wu-sheng 已提交
43 44 45 46 47 48
* 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.
Q
Qiuxia Fan 已提交
49 50 51
* Fix Unnecessary sidebar in tooltips for charts.
* Refactor dashboard query in a common script.
* Implement refreshing data for topology by updating date.
wu-sheng's avatar
wu-sheng 已提交
52
* Implement group selector in the topology.
Q
Qiuxia Fan 已提交
53 54 55 56
* Fix all as default parameter for services selector.
* Add icon for Python aiohttp plugin.
* Add icon for Python pyramid plugin.
* Fix topology render all services nodes when groups changed.
wu-sheng's avatar
wu-sheng 已提交
57

wu-sheng's avatar
wu-sheng 已提交
58
#### Documentation
G
Gao Hongtao 已提交
59
* Update the documents of backend fetcher and self observability about the latest configurations.
60
* Add documents about the group name of service.
61
* Update docs about the latest UI.
wu-sheng's avatar
wu-sheng 已提交
62 63

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

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