CHANGES.md 2.4 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.
wu-sheng's avatar
wu-sheng 已提交
10 11

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

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

wu-sheng's avatar
wu-sheng 已提交
43
#### UI
wu-sheng's avatar
wu-sheng 已提交
44 45 46
* Update selector scroller to show in all pages.
* Implement searching logs with date.

wu-sheng's avatar
wu-sheng 已提交
47
#### Documentation
48 49
* Polish documentation due to we have covered all tracing, logging, and metrics fields.
* Adjust documentation about Zipkin receiver.
50 51

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

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