CHANGES.md 5.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.8.0
wu-sheng's avatar
wu-sheng 已提交
6
------------------
7

wu-sheng's avatar
wu-sheng 已提交
8
#### Project
9

10
* Split javaagent into skywalking-java repository. https://github.com/apache/skywalking-java
11
* Merge `Dockerfile`s from apache/skywalking-docker into this codebase.
12

13
#### OAP Server
14

15 16 17
* Fix CVE-2021-35515, CVE-2021-35516, CVE-2021-35517, CVE-2021-36090. Upgrade org.apache.commons:commons-compress to
  1.21.
* kubernetes java client upgrade from 12.0.1 to 13.0.0
D
Daming 已提交
18
* Add `event` http receiver
19
* Support Metric level function `serviceRelation` in `MAL`.
20
* Support envoy metrics binding into the topology.
21
* Fix openapi-definitions folder not being read correctly.
22 23
* Trace segment wouldn't be recognized as a TopN sample service. Add through #4694 experimentally, but it caused
  performance impact.
24
* Remove `version` and `endTime` in the segment entity. Reduce indexing payload.
25
* Fix `mapper_parsing_exception` in ElasticSearch 7.14.
26
* Support component IDs for Go-Kratos framework.
27 28 29
* [Break Change] Remove endpoint name in the trace query condition. Only support `query by endpoint id`.
* Fix `ProfileSnapshotExporterTest` case on `OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)`,
  MacOS.
30 31
* [Break Change] Remove page path in the browser log query condition. Only support `query by page path id`.
* [Break Change] Remove endpoint name in the backend log query condition. Only support `query by endpoint id`.
32
* [Break Change] Fix typo for a column `page_path_id`(was `pate_path_id`) of storage entity `browser_error_log`.
33
* Add component id for Python falcon plugin.
34 35
* Add `rpcStatusCode` for `rpc.status_code` tag. The `responseCode` field is marked as deprecated and replaced
  by `httpResponseStatusCode` field.
36
* Remove the duplicated tags to reduce the storage payload.
37
* Add a new API to test log analysis language.
38
* Harden the security of Groovy-based DSL, MAL and LAL.
39
* Fix distinct in Service/Instance/Endpoint query is not working.
40 41
* Support collection type in dynamic configuration core.
* Support zookeeper grouped dynamic configurations.
42
* Fix NPE when OAP nodes synchronize events with each other in cluster mode.
43
* Support k8s configmap grouped dynamic configurations.
44
* Add desc sort function in H2 and ElasticSearch implementations of IBrowserLogQueryDAO
45 46 47 48 49 50 51 52
* Support configure sampling policy by `configuration module` dynamically and static configuration
  file `trace-sampling-policy-settings.yml` for service dimension on the backend side. Dynamic
  configurations `agent-analyzer.default.sampleRate` and `agent-analyzer.default.slowTraceSegmentThreshold` are replaced
  by `agent-analyzer.default.traceSamplingPolicy`. Static configurations `agent-analyzer.default.sampleRate`
  and `agent-analyzer.default.slowTraceSegmentThreshold` are replaced
  by `agent-analyzer.default.traceSamplingPolicySettingsFile`.
* Fix dynamic configuration watch implementation current value not null when the config is deleted.
* Fix `LoggingConfigWatcher` return `watch.value` would not consistent with the real configuration content.
53
* Fix `ZookeeperConfigWatcherRegister.readConfig()` could cause `NPE` when `data.getData()` is null.
54
* Support nacos grouped dynamic configurations.
55
* Support for filter function filtering of int type values.
D
Daming 已提交
56
* Support mTLS for gRPC channel.
57
* Add yaml file suffix limit when reading ui templates.
58
* Support consul grouped dynamic configurations.
59
* Fix `H2MetadataQueryDAO.searchService` doesn't support auto grouping.
60 61
* Rebuilt ElasticSearch client on top of their REST API.
* Fix ElasticSearch storage plugin doesn't work when hot reloading from `secretsManagementFile`.
62
* Support etcd grouped dynamic configurations.
63
* Unified the config word `namespace` in the project.
64
* Switch JRE base image for dev images.
65
* Support apollo grouped dynamic configurations.
66
* Fix `ProfileThreadSnapshotQuery.queryProfiledSegments` adopts a wrong sort function
67
* Support gRPC sync grouped dynamic configurations.
68
* Fix `H2EventQueryDAO` doesn't sort data by Event.START_TIME and uses a wrong pagination query.
69
* Fix `LogHandler` of `kafka-fetcher-plugin` cannot recognize namespace.
70
* Improve the speed of writing TiDB by batching the SQL execution.
71
* Fix wrong service name when IP is node IP in `k8s-mesh`.
72
* Support dynamic configurations for openAPI endpoint name grouping rule.
73
* Add component definition for `Alibaba Druid` and `HikariCP`.
74 75
* Fix `Hour` and `Day` dimensionality metrics not accurate, due to the cache read-then-clear mechanism conflicts with
  low down metrics flush period added in 8.7.0.
76 77
* Fix `Slow SQL sampling` not accurate, due to TopN works conflict with cache read-then-clear mechanism.
* The persistent cache is only read when necessary.
78
* Add component definition for `Alibaba Fastjson`.
79 80
* Fix entity(service/instance/endpoint) names in the MAL system(prometheus, native meter, open census, envoy metric
  service) are not controlled by core's naming-control mechanism.
81
* Upgrade netty version to 4.1.68.Final avoid cve-2021-37136.
82

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

85
* Fix not found error when refresh UI.
F
Fine0830 已提交
86
* Update endpointName to endpointId in the query trace condition.
87
* Add Python falcon icon on the UI.
F
Fine0830 已提交
88
* Fix searching endpoints with keywords.
89
* Support clicking the service name in the chart to link to the trace or log page.
F
Fine0830 已提交
90
* Implement the Log Analysis Language text regexp debugger.
F
Fine0830 已提交
91
* Fix fetching nodes and calls with serviceIds on the topology side.
F
Fine0830 已提交
92
* Implement Alerts for query errors.
F
Fine0830 已提交
93
* Fixes graph parameter of query for topology metrics.
94

wu-sheng's avatar
wu-sheng 已提交
95
#### Documentation
96

97
* Add a section in `Log Collecting And Analysis` doc, introducing the new Python agent log reporter.
王旺 已提交
98
* Add one missing step in `otel-receiver` doc about how to activate the default receiver.
99
* Reorganize dynamic configuration doc.
100
* Add more description about meter configurations in `backend-meter` doc.
101
* Fix typo in `endpoint-grouping-rules` doc.
102

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

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