CHANGES.md 5.9 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
E
Evan 已提交
8
* **Incompatible Change**. Indices and templates of ElasticSearch(6/7, including zipkin-elasticsearch7) storage option have been changed.
9
* Update frontend-maven-plugin to 1.11.0, for Download node x64 binary on Apple Silicon.
J
John Bampton 已提交
10
* Add E2E test for VM monitoring that metrics from Prometheus node-exporter.
H
hailin0 已提交
11
* Upgrade lombok to 1.18.16.
12
* Add Java agent Dockerfile to build Docker image for Java agent.
wu-sheng's avatar
wu-sheng 已提交
13 14

#### Java Agent
15
* Remove invalid mysql configuration in agent.config.
16 17
* Add net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener to show detail message when redefine errors occur.
* Fix ClassCastException of log4j gRPC reporter.
18
* Fix NPE when Kafka reporter activated.
19
* Enhance gRPC log appender to allow layout pattern.
20
* Fix apm-dubbo-2.7.x-plugin memory leak due to some Dubbo RpcExceptions.
J
Jasper Zhong 已提交
21
* Fix lettuce-5.x-plugin get null host in redis sentinel mode.
22
* Fix ClassCastException by making CallbackAdapterInterceptor to implement EnhancedInstance interface in the spring-kafka plugin.
23
* Fix NullPointerException with KafkaProducer.send(record).
24
* Support config `agent.span_limit_per_segment` can be changed in the runtime.
25
* Collect and report agent starting / shutdown events.
L
Leon Yang 已提交
26
* Support jedis pipeline in jedis-2.x-plugin.
L
Leon Yang 已提交
27
* Fix apm-toolkit-log4j-2.x-activation no trace Id in async log.
28
* Replace hbase-1.x-plugin with hbase-1.x-2.x-plugin to adapt hbase client 2.x
29
* Remove the close_before_method and close_after_method parameters of custom-enhance-plugin to avoid memory leaks.
L
liqiangz 已提交
30 31
* Fix bug that springmvc-annotation-4.x-plugin, witness class does not exist in some versions.
* Add Redis command parameters to 'db.statement' field on Lettuce span UI for displaying more info.
32
* Fix NullPointerException with `ReactiveRequestHolder.getHeaders`.
33
* Fix springmvc reactive api can't collect HTTP statusCode.
L
liqiangz 已提交
34
* Fix bug that asynchttpclient plugin does not record the response status code.
35
* Fix spanLayer is null in optional plugin(gateway-2.0.x-plugin gateway-2.1.x-plugin).
36
* Support @Trace, @Tag and @Tags work for static methods.
37

38
#### OAP-Backend
39
* Allow user-defined `JAVA_OPTS` in the startup script.
40
* Metrics combination API supports abandoning results.
41
* Add a new concept "Event" and its implementations to collect events.
42
* Add some defensive codes for NPE and bump up Kubernetes client version to expose exception stack trace.
43
* Update the `timestamp` field type for `LogQuery`.
静夜思朝颜's avatar
静夜思朝颜 已提交
44
* Support Zabbix protocol to receive agent metrics.
45
* Update the Apdex metric combine calculator.
46
* Enhance `MeterSystem` to allow creating metrics with same `metricName` / `function` / `scope`.
47
* Storage plugin supports postgresql.
L
liqiangz 已提交
48
* Fix kubernetes.client.openapi.ApiException.
49
* Remove filename suffix in the meter active file config.
50
* Introduce log analysis language (LAL).
51
* Fix alarm httpclient connection leak.
52
* Add `sum` function in meter system.
53 54 55 56
* Remove Jaeger receiver.
* Remove the experimental Zipkin span analyzer.
* Upgrade the Zipkin Elasticsearch storage from 6 to 7.
* Require Zipkin receiver must work with `zipkin-elasticsearch7` storage option.
57
* Fix `DatabaseSlowStatementBuilder` statement maybe null.
E
Evan 已提交
58
* Remove fields of parent entity in the relation sources.
59
* Save Envoy http access logs when error occurs.
60
* Fix wrong `service_instance_sla` setting in the `topology-instance.yml`.
61
* Fix wrong metrics name setting in the `self-observability.yml`.
62
* Add telemetry data about metrics in, metrics scraping, mesh error and trace in metrics to zipkin receiver.
63
* Fix tags store of log and trace on h2/mysql/pg storage.
E
Evan 已提交
64
* Merge indices by Metrics Function and Meter Function in Elasticsearch Storage.
65
* Fix receiver don't need to get itself when healthCheck
66
* Remove group concept from AvgHistogramFunction. Heatmap(function result) doesn't support labels.
67
* Support metrics grouped by scope labelValue in MAL, no need global same labelValue as before.
68
* Add functions in MAL to filter metrics according to the metric value.
69
* Optimize the self monitoring grafana dashboard.
wu-sheng's avatar
wu-sheng 已提交
70
* Enhance the export service.
71
* Add function `retagByK8sMeta` and opt type `K8sRetagType.Pod2Service` in MAL for k8s to relate pods and services.
W
wankai123 已提交
72 73
* Using "service.istio.io/canonical-name" to replace "app" label to resolve Envoy ALS service name.
* Support k8s monitoring.
E
Evan 已提交
74
* Make the flushing metrics operation concurrent.
75
* Fix ALS K8SServiceRegistry didn't remove the correct entry.
76
* Using "service.istio.io/canonical-name" to replace "app" label to resolve Envoy ALS service name.
77
* Append the root slash(/) to getIndex and getTemplate requests in ES(6 and 7) client.
78
* Fix `disable` statement not working. This bug exists since 8.0.0.
79
* Remove the useless metric in `vm.yaml`.
80

wu-sheng's avatar
wu-sheng 已提交
81
#### UI
wu-sheng's avatar
wu-sheng 已提交
82 83
* Update selector scroller to show in all pages.
* Implement searching logs with date.
Q
Qiuxia Fan 已提交
84 85 86 87
* Add nodejs 14 compiling.
* Fix trace id by clear search conditions.
* Search endpoints with keywords.
* Fix pageSize on logs page.
Q
Qiuxia Fan 已提交
88
* Update echarts version to 5.0.2.
Q
Qiuxia Fan 已提交
89 90
* Fix instance dependency on the topology page.
* Fix resolved url for vue-property-decorator.
91 92 93 94 95
* Show instance attributes.
* Copywriting grammar fix.
* Fix log pages tags column not updated.
* Fix the problem that the footer and topology group is shaded when the topology radiation is displayed.
* When the topology radiation chart is displayed, the corresponding button should be highlighted.
RYAN0UP's avatar
RYAN0UP 已提交
96
* Refactor the route mapping, Dynamically import routing components, Improve first page loading performance.
wu-sheng's avatar
wu-sheng 已提交
97 98 99
* Support topology of two mutually calling services.
* Implement a type of table chart in the dashboard.
* Support event in the dashboard
wu-sheng's avatar
wu-sheng 已提交
100

wu-sheng's avatar
wu-sheng 已提交
101
#### Documentation
102 103
* Polish documentation due to we have covered all tracing, logging, and metrics fields.
* Adjust documentation about Zipkin receiver.
104
* Add backend-infrastructure-monitoring doc.
105 106

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

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