CHANGES.md 1.9 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
#### OAP Server
9

10
* Add component definition for `Jackson`.
11
* Fix that zipkin-receiver plugin is not packaged into dist.
12
* Replace e2e cases to e2e-v2: Lua Nginx/SelfObservability.
13
* Upgrade Armeria to 1.12, upgrade OpenSearch test version to 1.1.0.
X
xu1009 已提交
14
* Add component definition for `Apache-Kylin`.
15
* Enhance `get` generation mechanism of OAL engine, support map type of source's field.
16
* Replace e2e cases to e2e-v2: Gateway.
17
* Replace e2e cases to e2e-v2: Meter.
18 19 20 21 22 23 24 25 26
* 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.
27 28
* Refactor the OAL compiler context to improve readability.
* Fix wrong generated codes of `hashCode` and `remoteHashCode` methods for numeric fields.
29
* Replace e2e cases to e2e-v2: Nodejs.
30 31 32
* 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.
33
* Replace e2e cases to e2e-v2: PHP.
34

wu-sheng's avatar
wu-sheng 已提交
35
#### UI
36

F
Fine0830 已提交
37 38 39 40
* Optimize endpoint dependency.
* Show service name by hovering nodes in the sankey chart.
* Add Apache Kylin logo.
* Add ClickHouse logo.
41

wu-sheng's avatar
wu-sheng 已提交
42
#### Documentation
43

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

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