CHANGES.md 4.0 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
* **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.
wu-sheng's avatar
wu-sheng 已提交
12 13

#### Java Agent
14
* Remove invalid mysql configuration in agent.config.
15 16
* Add net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener to show detail message when redefine errors occur.
* Fix ClassCastException of log4j gRPC reporter.
17
* Fix NPE when Kafka reporter activated.
18
* Enhance gRPC log appender to allow layout pattern.
19
* Fix apm-dubbo-2.7.x-plugin memory leak due to some Dubbo RpcExceptions.
J
Jasper Zhong 已提交
20
* Fix lettuce-5.x-plugin get null host in redis sentinel mode.
21
* Fix ClassCastException by making CallbackAdapterInterceptor to implement EnhancedInstance interface in the spring-kafka plugin.
22
* Fix NullPointerException with KafkaProducer.send(record).
23
* Support config `agent.span_limit_per_segment` can be changed in the runtime.
24
* Collect and report agent starting / shutdown events.
25

26
#### OAP-Backend
27
* Allow user-defined `JAVA_OPTS` in the startup script.
28
* Metrics combination API supports abandoning results.
29
* Add a new concept "Event" and its implementations to collect events.
30
* Add some defensive codes for NPE and bump up Kubernetes client version to expose exception stack trace.
31
* Update the `timestamp` field type for `LogQuery`.
静夜思朝颜's avatar
静夜思朝颜 已提交
32
* Support Zabbix protocol to receive agent metrics.
33
* Update the Apdex metric combine calculator.
34
* Enhance `MeterSystem` to allow creating metrics with same `metricName` / `function` / `scope`.
35
* Storage plugin supports postgresql.
36
* Fix kubernetes.client.opeanapi.ApiException.
37
* Remove filename suffix in the meter active file config.
38
* Introduce log analysis language (LAL).
39
* Fix alarm httpclient connection leak.
40
* Add `sum` function in meter system.
41 42 43 44
* 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.
45
* Fix `DatabaseSlowStatementBuilder` statement maybe null.
46
* Remove fields of parent entity in the relation sources. 
47
* Save Envoy http access logs when error occurs.
48
* Fix wrong `service_instance_sla` setting in the `topology-instance.yml`.
49
* Fix wrong metrics name setting in the `self-observability.yml`.
50
* Add telemetry data about metrics in, metrics scraping, mesh error and trace in metrics to zipkin receiver.
51
* Fix tags store of log and trace on h2/mysql/pg storage.
52
* Merge indices by Metrics Function and Meter Function in Elasticsearch Storage. 
53
* Fix receiver don't need to get itself when healthCheck
54
* Remove group concept from AvgHistogramFunction. Heatmap(function result) doesn't support labels.
55
* Support metrics grouped by scope labelValue in MAL, no need global same labelValue as before.
56
* Optimize the self monitoring grafana dashboard.
57

wu-sheng's avatar
wu-sheng 已提交
58
#### UI
wu-sheng's avatar
wu-sheng 已提交
59 60
* Update selector scroller to show in all pages.
* Implement searching logs with date.
Q
Qiuxia Fan 已提交
61 62 63 64
* Add nodejs 14 compiling.
* Fix trace id by clear search conditions.
* Search endpoints with keywords.
* Fix pageSize on logs page.
Q
Qiuxia Fan 已提交
65
* Update echarts version to 5.0.2.
Q
Qiuxia Fan 已提交
66 67
* Fix instance dependency on the topology page.
* Fix resolved url for vue-property-decorator.
68 69 70 71 72
* 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.
wu-sheng's avatar
wu-sheng 已提交
73

wu-sheng's avatar
wu-sheng 已提交
74
#### Documentation
75 76
* Polish documentation due to we have covered all tracing, logging, and metrics fields.
* Adjust documentation about Zipkin receiver.
77 78

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

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