CHANGES.md 3.5 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 9
#### Project

10
* E2E tests immigrate to e2e-v2.
wu-sheng's avatar
wu-sheng 已提交
11
* Support JDK 16 and 17.
12

13
#### OAP Server
14

15
* Add component definition for `Jackson`.
16
* Fix that zipkin-receiver plugin is not packaged into dist.
17
* Upgrade Armeria to 1.12, upgrade OpenSearch test version to 1.1.0.
X
xu1009 已提交
18
* Add component definition for `Apache-Kylin`.
19
* Enhance `get` generation mechanism of OAL engine, support map type of source's field.
20 21 22 23 24 25 26 27 28
* 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.
29 30
* Refactor the OAL compiler context to improve readability.
* Fix wrong generated codes of `hashCode` and `remoteHashCode` methods for numeric fields.
31 32 33
* 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.
34
* Support `-Inf` as bucket in the meter system.
35
* Fix setting wrong field when combining `Event`s.
Z
zhang-wei 已提交
36
* Support search browser service.
37
* Add `getProfileTaskLogs` to profile query protocol.
38
* Set `SW_KAFKA_FETCHER_ENABLE_NATIVE_PROTO_LOG`, `SW_KAFKA_FETCHER_ENABLE_NATIVE_JSON_LOG` default `true`.
39
* Fix unexpected deleting due to TTL mechanism bug for H2, MySQL, TiDB and PostgreSQL.
40
* Add a GraphQL query to get OAP version, display OAP version in startup message and error logs.
41
* Fix TimeBucket missing in H2, MySQL, TiDB and PostgreSQL bug, which causes TTL doesn't work for `service_traffic`.
42
* Fix TimeBucket missing in ElasticSearch and provide compatible `storage2Entity` for previous versions.
43 44
* Fix ElasticSearch implementation of `queryMetricsValues` and `readLabeledMetricsValues` doesn't fill default values
  when no available data in the ElasticSearch server.
45
* Fix config yaml data type conversion bug when meets special character like !.
46 47 48
* Optimize metrics of minute dimensionality persistence. The value of metrics, which has declaration of the default
  value and current value equals the default value logically, the whole row wouldn't be pushed into database.
* Fix `max` function in OAL doesn't support negative long.
49

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

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

wu-sheng's avatar
wu-sheng 已提交
65
#### Documentation
66

67
* Enhance documents about the data report and query protocols.
68 69 70
* Restructure documents about receivers and fetchers.
    1. Remove general receiver and fetcher docs
    2. Add more specific menu with docs to help users to find documents easier.
71

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

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