changes.md 2.7 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

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

* Fix query conditions for the browser logs.
* Implement a url parameter to activate tab index.
33 34 35 36
* 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.
37 38
* Implement the Event widget.
* Fix span detail text overlap.
F
Fine0830 已提交
39
* Add Python Bottle Plugin Logo.
F
Fine0830 已提交
40 41 42 43
* 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.
44 45 46 47 48
* 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 已提交
49

wu-sheng's avatar
wu-sheng 已提交
50
#### Documentation
51

52 53
* Fix invalid links in release docs.
* Clean up doc about event metrics.
54

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