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

3
#### Project
4

5
* Upgrade zipkin to 2.23.16.
6

7
#### OAP Server
8

H
hutaishi 已提交
9
* Add component definition(ID=127) for `Apache ShenYu (incubating)`.
10 11 12 13 14
* Fix Zipkin receiver: Decode spans error, missing `Layer` for V9 and wrong time bucket for generate Service and
  Endpoint.
* [Refactor] Move SQLDatabase(H2/MySQL/PostgreSQL), ElasticSearch and BanyanDB specific configurations out of column.
* Support BanyanDB global index for entities. Log and Segment record entities declare this new feature.
* Remove unnecessary analyzer settings in columns of templates. Many were added due to analyzer's default value.
15
* Simplify the Kafka Fetch configuration in cluster mode.
16 17
* [Breaking Change] Update the eBPF Profiling task to the service level,
  please delete index/table: `ebpf_profiling_task`, `process_traffic`.
18
* Fix event can't split service ID into 2 parts.
19 20 21
* Fix OAP Self-Observability metric `GC Time` calculation.
* Set `SW_QUERY_MAX_QUERY_COMPLEXITY` default value to `1000`
* Webapp module (for UI) enabled compression.
22

wu-sheng's avatar
wu-sheng 已提交
23
#### UI
24

25
* General service instance: move `Thread Pool` from JVM to Overview, fix `JVM GC Count` calculation.
H
hutaishi 已提交
26
* Add Apache ShenYu (incubating) component LOGO.
27
* Show more metrics on service/instance/endpoint list on the dashboards.
wu-sheng's avatar
wu-sheng 已提交
28
* Support average values of metrics on the service/list/endpoint table widgets, with pop-up linear graph
29

wu-sheng's avatar
wu-sheng 已提交
30
#### Documentation
31

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