CHANGES.md 2.6 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1 2 3 4
Changes by Version
==================
Release Notes.

wu-sheng's avatar
wu-sheng 已提交
5
8.9.0
wu-sheng's avatar
wu-sheng 已提交
6
------------------
7 8
#### Project

9
* Replace e2e cases to e2e-v2:
10 11 12 13 14 15 16 17 18 19 20
  - Simple: JDK, Auth, SSL, mTLS
  - Lua Nginx
  - SelfObservability
  - Gateway
  - Meter
  - Nodejs
  - PHP
  - VM: Prometheus Node Exporter, Zabbix
  - go2sky
  - log
  - Python
21
  - Storage
22
  - Cluster
23
  - Event
24
  - Profile
25
  - Kafka: Base, Meter, Log, Profile
26
  - Client-JS
27

28
#### OAP Server
29

30
* Add component definition for `Jackson`.
31
* Fix that zipkin-receiver plugin is not packaged into dist.
32
* Upgrade Armeria to 1.12, upgrade OpenSearch test version to 1.1.0.
X
xu1009 已提交
33
* Add component definition for `Apache-Kylin`.
34
* Enhance `get` generation mechanism of OAL engine, support map type of source's field.
35 36 37 38 39 40 41 42 43
* Add `tag`(Map) into All, Service, ServiceInstance and Endpoint sources.
* Fix `funcParamExpression` and `literalExpression` can't be used in the same aggregation function.
* Support cast statement in the OAL core engine.
* Support `(str->long)` and `(long)` for string to long cast statement.
* Support `(str->int)` and `(int)` for string to int cast statement.
* Support Long literal number in the OAL core engine.
* Support literal `string` as parameter of aggregation function.
* Add `attributeExpression` and `attributeExpressionSegment` in the OAL grammar tree to support `map` type for the
  attribute expression.
44 45
* Refactor the OAL compiler context to improve readability.
* Fix wrong generated codes of `hashCode` and `remoteHashCode` methods for numeric fields.
46 47 48
* Support `!= null` in OAL engine.
* Add `Message Queue Consuming Count` metric for MQ consuming service and endpoint.
* Add `Message Queue Avg Consuming Latency` metric for MQ consuming service and endpoint.
49
* Support `-Inf` as bucket in the meter system.
50
* Fix setting wrong field when combining `Event`s.
Z
zhang-wei 已提交
51
* Support search browser service.
52
* Add `getProfileTaskLogs` to profile query protocol.
53
* Set `SW_KAFKA_FETCHER_ENABLE_NATIVE_PROTO_LOG`, `SW_KAFKA_FETCHER_ENABLE_NATIVE_JSON_LOG` default `true`.
54
* Fix unexpected deleting due to TTL mechanism bug for H2, MySQL, TiDB and PostgreSQL.
55

wu-sheng's avatar
wu-sheng 已提交
56
#### UI
57

F
Fine0830 已提交
58 59 60 61
* Optimize endpoint dependency.
* Show service name by hovering nodes in the sankey chart.
* Add Apache Kylin logo.
* Add ClickHouse logo.
F
Fine0830 已提交
62 63
* Optimize the style and add tips for log conditions.
* Fix the condition for trace table.
F
Fine0830 已提交
64 65
* Optimize profile functions.
* Implement a reminder to clear cache for dashboard templates.
F
Fine0830 已提交
66 67
* Support +/- hh:mm in TimeZone setting.
* Optimize global settings.
68

wu-sheng's avatar
wu-sheng 已提交
69
#### Documentation
70

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

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