changes.md 3.2 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1
## 9.2.0
2

3
#### Project
4

5 6
* Upgrade Armeria to 1.16.0, Kubernetes Java client to 15.0.1.

7
#### OAP Server
8

9 10
* Add more entities for Zipkin to improve performance.
* ElasticSearch: scroll id should be updated when scrolling as it may change.
11
* Mesh: fix only last rule works when multiple rules are defined in metadata-service-mapping.yaml.
C
Chen Ni 已提交
12
* Support sending alarm messages to PagerDuty.
13
* Support Zipkin kafka collector.
14
* Add `VIRTUAL` detect type to Process for Network Profiling.
15 16
* Add component ID(128) for Java Hutool plugin.
* Add Zipkin query exception handler, response error message for illegal arguments.
17
* Fix a NullPointerException in the endpoint analysis, which would cause missing MQ-related `LocalSpan` in the trace.
18 19
* Add `forEach`, `processRelation` function to MAL expression.
* Add `expPrefix`, `initExp` in MAL config.
20 21
* Add component ID(7015) for Python Bottle plugin.
* Remove legacy OAL `percentile` functions, `p99`, `p95`, `p90`, `p75`, `p50` func(s).
22
* Revert [#8066](https://github.com/apache/skywalking/pull/8066). Keep all metrics persistent even it is default value.
23
* Skip loading UI templates if folder is empty or doesn't exist.
24
* Optimize ElasticSearch query performance by using `_mGet` and physical index name rather than alias in these scenarios,  (a) Metrics aggregation (b) Zipkin query (c) Metrics query (d) Log query
25 26 27
* Support the `NETWORK` type of eBPF Profiling task.
* Support `sumHistogram` in `MAL`.
* [Breaking Change] Make the eBPF Profiling task support to the service instance level, index/table `ebpf_profiling_task` is required to be re-created when bump up from previous releases.
28
* Fix race condition in Banyandb storage
29

F
Fine0830 已提交
30 31 32 33
#### UI

* Fix query conditions for the browser logs.
* Implement a url parameter to activate tab index.
34 35 36 37
* Fix clear interval fail when switch autoRefresh to off.
* Optimize log tables.
* Fix log detail pop-up page doesn't work.
* Optimize table widget to hide the whole metric column when no metric is set.
wu-sheng's avatar
wu-sheng 已提交
38
* Implement the Event widget. Remove `event` menu.
39
* Fix span detail text overlap.
F
Fine0830 已提交
40
* Add Python Bottle Plugin Logo.
F
Fine0830 已提交
41 42 43 44
* Implement an association between widgets(line, bar, area graphs) with time.
* Fix tag dropdown style.
* Hide the copy button when db.statement is empty.
* Fix legend metrics for topology.
45 46 47 48 49
* Dashboard: Add metrics association.
* Dashboard: Fix `FaaS-Root` document link and topology service relation dashboard link.
* Dashboard: Fix `Mesh-Instance` metric `Throughput`.
* Dashboard: Fix `Mesh-Service-Relation` metric `Throughput` and `Proxy Sidecar Internal Latency in Nanoseconds (Client Response)`.
* Dashboard: Fix `Mesh-Instance-Relation` metric `Throughput`.
F
Fine0830 已提交
50
* Enhance associations for the Event widget.
51
* Add event widgets in dashboard where applicable.
K
kezhenxu94 已提交
52 53
* Fix dashboard list search box not work.
* Fix short time range.
F
Fine0830 已提交
54 55 56
* Fix event widget incompatibility in Safari.
* Refactor the tags component to support searching for tag keys and values.
* Implement the log widget and the trace widget associate with each other, remove log tables on the trace widget.
57
* Add log widget to general service root.
F
Fine0830 已提交
58

wu-sheng's avatar
wu-sheng 已提交
59
#### Documentation
60

61 62
* Fix invalid links in release docs.
* Clean up doc about event metrics.
63

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