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

3
#### Project
4

5 6 7 8
* [**IMPORTANT**] Remove InfluxDB 1.x and Apache IoTDB 0.X as storage options, check details
  at [here](https://github.com/apache/skywalking/discussions/9059). Remove converter-moshi 2.5.0, influx-java 2.15,
  iotdb java 0.12.5, thrift 0.14.1, moshi 1.5.0, msgpack 0.8.16 dependencies. Remove InfluxDB and IoTDB relative codes
  and E2E tests.
9 10 11
* Upgrade OAP dependencies zipkin to 2.23.16, H2 to 2.1.212, Apache Freemarker to 2.3.31, gRPC-java 1.46.0, netty to
  4.1.76.
* Upgrade Webapp dependencies, spring-cloud-dependencies to 2021.0.2, logback-classic to 1.2.11
12 13
* [**IMPORTANT**] Add BanyanDB storage implementation. Notice BanyanDB is currently under active development
  and **SHOULD NOT** be used in production cluster.
14

15
#### OAP Server
16

H
hutaishi 已提交
17
* Add component definition(ID=127) for `Apache ShenYu (incubating)`.
18 19 20 21 22
* 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.
23
* Simplify the Kafka Fetch configuration in cluster mode.
24 25
* [Breaking Change] Update the eBPF Profiling task to the service level, please delete
  index/table: `ebpf_profiling_task`, `process_traffic`.
26
* Fix event can't split service ID into 2 parts.
27 28 29
* Fix OAP Self-Observability metric `GC Time` calculation.
* Set `SW_QUERY_MAX_QUERY_COMPLEXITY` default value to `1000`
* Webapp module (for UI) enabled compression.
30
* [Breaking Change] Add layer field to event, report an event without layer is not allowed.
31
* Fix ES flush thread stops when flush schedule task throws exception, such as ElasticSearch flush failed.
32
* Fix ES BulkProcessor in BatchProcessEsDAO was initialized multiple times and created multiple ES flush schedule tasks.
33 34 35
* HTTPServer support the handler register with allowed HTTP methods.
* [Critical] Revert [**Enhance DataCarrier#MultipleChannelsConsumer to add
  priority**](https://github.com/apache/skywalking/pull/8664) to avoid consuming issues.
36 37
* Fix the problem that some configurations (such as group.id) did not take effect due to the override order when using
  the kafkaConsumerConfig property to extend the configuration in Kafka Fetcher.
38
* Remove build time from the OAP version.
39
* Add data-generator module to run OAP in testing mode, generating mock data for testing.
40
* Support receive Kubernetes processes from gRPC protocol.
41 42
* Fix the problem that es index(TimeSeriesTable, eg. endpoint_traffic, alarm_record) didn't create even after rerun with
  init-mode. This problem caused the OAP server to fail to start when the OAP server was down for more than a day.
43 44
* Support autocomplete tags in traces query.
* [Breaking Change] Replace all configurations `**_JETTY_**` to `**_REST_**`.
45
* Add the support eBPF profiling field into the process entity.
46
* E2E: fix log test miss verify LAL and metrics.
47
* Enhance Converter mechanism in kernel level to make BanyanDB native feature more effective.
48
* Add TermsAggregation properties collect_mode and execution_hint.
49 50
* Add "execution_hint": "map", "collect_mode": "breadth_first" for aggregation and topology query to improve 5-10x
  performance.
51
* Clean up scroll contexts after used.
52
* Support autocomplete tags in logs query.
53
* Enhance Deprecated MetricQuery(v1) getValues querying to asynchronous concurrency query
54
* Fix the pod match error when the service has multiple selector in kubernetes environment.
55
* VM monitoring adapts the 0.50.0 of the `opentelemetry-collector`.
56
* Add Envoy internal cost metrics.
57
* Remove `Layer` concept from `ServiceInstance`.
58
* Remove unnecessary `onCompleted` on gRPC `onError` callback.
59 60
* Remove `Layer` concept form `Process`.
* Update to list all eBPF profiling schedulers without duration.
61
* Storage(ElasticSearch): add search options to tolerate inexisting indices.
62 63
* Fix the problem that `MQ` has the wrong `Layer` type.
* Fix NoneStream model has wrong downsampling(was Second, should be Minute).
64
* SQL Database: provide `@SQLDatabase.AdditionalEntity` to support create additional tables from a model.
65 66
* [Breaking Change] SQL Database: remove SQL Database config `maxSizeOfArrayColumn` and `numOfSearchableValuesPerTag`.
* [Breaking Change] SQL Database: move `Tags list` from `Segment`,`Logs`,`Alarms` to their additional table.
67
* [Breaking Change] Remove `total` field in Trace, Log, Event, Browser log, and alarm list query.
68
* Support `OFF_CPU` eBPF Profiling.
69
* Fix SumAggregationBuilder#build should use the SumAggregation rather than MaxAggregation.
70
* Add TiDB, OpenSearch, Postgres storage optional to Trace and eBPF Profiling E2E testing.
71
* Add OFF CPU eBPF Profiling E2E Testing.
wu-sheng's avatar
wu-sheng 已提交
72
* Fix searchableTag as `rpc.status_code` and `http.status_code`. `status_code` had been removed.
73 74
* Fix scroll query failure exception.
* Add `profileDataQueryBatchSize` config in Elasticsearch Storage.
75
* Add APIs to query Pod log on demand.
K
kezhenxu94 已提交
76
* Remove OAL for events.
77
* Simplify the format index name logical in ES storage.
78
* Add instance properties extractor in MAL.
79 80
* Support Zipkin traces collect and zipkin traces query API.
* [Breaking Change] Zipkin receiver mechanism changes and traces do not stream into OAP Segment anymore.
81

wu-sheng's avatar
wu-sheng 已提交
82
#### UI
83

84
* General service instance: move `Thread Pool` from JVM to Overview, fix `JVM GC Count` calculation.
H
hutaishi 已提交
85
* Add Apache ShenYu (incubating) component LOGO.
86
* Show more metrics on service/instance/endpoint list on the dashboards.
87 88 89 90
* Support average values of metrics on the service/list/endpoint table widgets, with pop-up linear graph.
* Fix viewLogs button query no data.
* Fix UTC when page loads.
* Implement the eBPF profile widget on dashboard.
F
Fine0830 已提交
91 92 93 94
* Optimize the trace widget.
* Avoid invalid query for topology metrics.
* Add the alarm and log tag tips.
* Fix spans details and task logs.
F
Fine0830 已提交
95 96
* Verify query params to avoid invalid queries.
* Mobile terminal adaptation.
97
* Fix: set dropdown for the Tab widget, init instance/endpoint relation selectors, update sankey graph.
98 99 100 101
* Add eBPF Profiling widget into General service, Service Mesh and Kubernetes tabs.
* Fix jump to endpoint-relation dashboard template.
* Fix set graph options.
* Remove the `Layer` filed from the Instance and Process.
102
* Fix date time picker display when set hour to `0`.
静夜思朝颜's avatar
静夜思朝颜 已提交
103
* Implement tags auto-complete for Trace and Log.
F
Fine0830 已提交
104 105 106 107
* Support multiple trees for the flame graph.
* Fix the page doesn't need to be re-rendered when the url changes.
* Remove unexpected data for exporting dashboards.
* Fix duration time.
F
Fine0830 已提交
108 109
* Remove the total field from query conditions.
* Fix minDuration and maxDuration for the trace filter.
110 111
* Add Log configuration for the browser templates.
* Fix query conditions for the browser logs.
112 113
* Add Spanish Translation.
* Visualize the OFF CPU eBPF profiling.
114
* Add Spanish language to UI.
115 116
* Sort spans with startTime or spanId in a segment.
* Visualize a on-demand log widget.
F
Fine0830 已提交
117
* Fix activate the correct tab index after renaming a Tabs name.
118
* FaaS dashboard support on-demand log ([OpenFunction/functions-framework-go](https://github.com/OpenFunction/functions-framework-go) version > 0.3.0).
119

wu-sheng's avatar
wu-sheng 已提交
120
#### Documentation
121

122 123
* Add **eBPF agent** into probe introduction.

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