CHANGES.md 6.2 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).
11
* Add ElasticSearch 7.10 to test matrix and verify it works.
12
* Replace Apache RAT with skywalking-eyes to check license headers.
13
* Set up test of Envoy ALS / MetricsService under Istio 1.8.2 to verify Envoy V3 protocol
wu-sheng's avatar
wu-sheng 已提交
14 15

#### Java Agent
16
* The operation name of quartz-scheduler plugin, has been changed as the `quartz-scheduler/${className}` format.
17
* Fix jdk-http and okhttp-3.x plugin did not overwrite the old trace header.
18
* Add interceptors of method(analyze, searchScroll, clearScroll, searchTemplate and deleteByQuery) for elasticsearch-6.x-plugin.
19
* Support collecting logs of log4j, log4j2, and logback in the tracing context with a new `logger-plugin`.
20
* Fix the unexpected RunningContext recreation in the Tomcat plugin.
21
* Fix the potential NPE when trace_sql_parameters is enabled.
L
Lu Jiajing 已提交
22
* Update `byte-buddy` to 1.10.19.
23 24
* 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 已提交
25
* Fix DataCarrier's `org.apache.skywalking.apm.commons.datacarrier.buffer.Buffer` implementation isn't activated in `IF_POSSIBLE` mode.
26
* Fix ArrayBlockingQueueBuffer's useless `IF_POSSIBLE` mode list
27
* Support building gRPC TLS channel but CA file is not required.
28
* Add witness method mechanism in the agent plugin core.
29
* Add Dolphinscheduler plugin definition.
30
* Make sampling still works when the trace ignores plug-in activation.
31
* Fix mssql-plugin occur ClassCastException when call the method of return generate key.
32
* The operation name of dubbo and dubbo-2.7.x-plugin, has been changed as the `groupValue/className.methodName` format
33
* Fix bug that rocketmq-plugin set the wrong tag.
wu-sheng's avatar
wu-sheng 已提交
34
* Fix duplicated `EnhancedInstance` interface added.
35
* Fix thread leaks caused by the elasticsearch-6.x-plugin plugin.
36
* Support reading segmentId and spanId with toolkit.
37

38

39 40
#### OAP-Backend
* Make meter receiver support MAL.
41
* Support influxDB connection response format option. Fix some error when use JSON as influxDB response format.
42
* Support Kafka MirrorMaker 2.0 to replicate topics between Kafka clusters.
43
* 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.
44
* Fix MAL concurrent execution issues.
45
* Fix group name can't be queried in the GraphQL.
46 47
* 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.
48
* Add component ID for Python aiohttp plugin requester and server.
49
* Fix H2 in-memory database table missing issues
50
* Add component ID for Python pyramid plugin server.
51
* Add component ID for NodeJS Axios plugin.
S
songzhe 已提交
52
* Fix searchService method error in storage-influxdb-plugin.
Q
Qiuxia Fan 已提交
53
* Add JavaScript component ID.
54
* Fix CVE of UninstrumentedGateways in Dynamic Configuration activation.
55
* Improve query performance in storage-influxdb-plugin.
56
* Fix the uuid field in GRPCConfigWatcherRegister is not updated.
57
* Support Envoy {AccessLog,Metrics}Service API V3.
58
* Adopt the [MAL](docs/en/concepts-and-designs/mal.md) in Envoy metrics service analyzer.
59
* Fix the priority setting doesn't work of the ALS analyzers.
60
* Fix bug that `endpoint-name-grouping.yml` is not customizable in Dockerized case.
61
* Fix bug that istio version metric type on UI template mismatches the otel rule.
62
* Improve ReadWriteSafeCache concurrency read-write performance
CWW666's avatar
CWW666 已提交
63
* Fix bug that if use JSON as InfluxDB.ResponseFormat then NumberFormatException maybe occur.
64
* Fix `timeBucket` not taking effect in EqualsAndHashCode annotation of some relationship metrics.
wu-sheng's avatar
wu-sheng 已提交
65
* Fix `SharingServerConfig`'s propertie is not correct in the `application.yml`, contextPath -> restConnextPath.
66
* Istio control plane: remove redundant metrics and polish panel layout.
67
* Fix bug endpoint name grouping not work due to setting service name and endpoint name out of order.
68 69
* Fix receiver analysis error count metrics
* Log collecting and query implementation
H
HendSame 已提交
70
* Support Alarm to feishu
71

wu-sheng's avatar
wu-sheng 已提交
72
#### UI
wu-sheng's avatar
wu-sheng 已提交
73 74 75 76 77 78
* 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 已提交
79 80 81
* 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 已提交
82
* Implement group selector in the topology.
Q
Qiuxia Fan 已提交
83 84 85 86
* 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.
X
xuchangjun 已提交
87 88
* Fix rk-footer utc input's width.
* Update rk-icon and rewrite rk-header svg tags with rk-icon.
Q
Qiuxia Fan 已提交
89 90 91
* Add icon for http type.
* Fix rk-footer utc without local storage.
* Sort group names in the topology.
92
* Add logo for Dolphinscheduler.
Q
Qiuxia Fan 已提交
93 94 95
* Fix dashboard wrong instance.
* Add a legend for the topology.
* Update the condition of unhealthy cube.
96 97 98 99
* Fix: use icons to replace buttons for task list in profile.
* Fix: support `=` in the tag value in the trace query page.
* Add envoy proxy component logo.
* Chore: set up license-eye to check license headers and add missing license headers.
wu-sheng's avatar
wu-sheng 已提交
100

wu-sheng's avatar
wu-sheng 已提交
101
#### Documentation
G
Gao Hongtao 已提交
102
* Update the documents of backend fetcher and self observability about the latest configurations.
103
* Add documents about the group name of service.
104
* Update docs about the latest UI.
105
* Update the document of backend trace sampling with the latest configuration.
106
* Update kafka plugin support version to 2.6.1.
wu-sheng's avatar
wu-sheng 已提交
107 108

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

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