CHANGES.md 3.1 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
* Update frontend-maven-plugin to 1.11.0, for Download node x64 binary on Apple Silicon.
J
John Bampton 已提交
9
* Add E2E test for VM monitoring that metrics from Prometheus node-exporter.
H
hailin0 已提交
10
* Upgrade lombok to 1.18.16.
wu-sheng's avatar
wu-sheng 已提交
11 12

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

24
#### OAP-Backend
25
* Allow user-defined `JAVA_OPTS` in the startup script.
26
* Metrics combination API supports abandoning results.
27
* Add a new concept "Event" and its implementations to collect events.
28
* Add some defensive codes for NPE and bump up Kubernetes client version to expose exception stack trace.
29
* Update the `timestamp` field type for `LogQuery`.
静夜思朝颜's avatar
静夜思朝颜 已提交
30
* Support Zabbix protocol to receive agent metrics.
31
* Update the Apdex metric combine calculator.
32
* Enhance `MeterSystem` to allow creating metrics with same `metricName` / `function` / `scope`.
33
* Storage plugin supports postgresql.
34
* Fix kubernetes.client.opeanapi.ApiException.
35
* Remove filename suffix in the meter active file config.
36
* Introduce log analysis language (LAL).
37
* Fix alarm httpclient connection leak.
38
* Add `sum` function in meter system.
39 40 41 42
* 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.
43
* Fix `DatabaseSlowStatementBuilder` statement maybe null.
44
* Remove fields of parent entity in the relation sources. 
45
* Save Envoy http access logs when error occurs.
46
* Fix wrong `service_instance_sla` setting in the `topology-instance.yml`.
47
* Fix wrong metrics name setting in the `self-observability.yml`.
48
* Add telemetry data about metrics in, metrics scraping and trace in metrics to zipkin receiver.
49

wu-sheng's avatar
wu-sheng 已提交
50
#### UI
wu-sheng's avatar
wu-sheng 已提交
51 52
* Update selector scroller to show in all pages.
* Implement searching logs with date.
Q
Qiuxia Fan 已提交
53 54 55 56
* Add nodejs 14 compiling.
* Fix trace id by clear search conditions.
* Search endpoints with keywords.
* Fix pageSize on logs page.
Q
Qiuxia Fan 已提交
57
* Update echarts version to 5.0.2.
Q
Qiuxia Fan 已提交
58 59
* Fix instance dependency on the topology page.
* Fix resolved url for vue-property-decorator.
wu-sheng's avatar
wu-sheng 已提交
60

wu-sheng's avatar
wu-sheng 已提交
61
#### Documentation
62 63
* Polish documentation due to we have covered all tracing, logging, and metrics fields.
* Adjust documentation about Zipkin receiver.
64 65

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

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