This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch refactor
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/refactor by this push:
new 76ca452 Add change logs.
76ca452 is described below
commit 76ca45233cc96fb7adabb6e361dfc4956c12cbe9
Author: Wu Sheng <[email protected]>
AuthorDate: Tue Mar 15 21:06:32 2022 +0800
Add change logs.
---
CHANGES.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 02e99a4..daa3d3e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -106,9 +106,14 @@ Release Notes.
* Activate `satellite,spring-sleuth` for
`agent-analyzer#meterAnalyzerActiveFiles` on default.
* Activate `receiver-zabbix` receiver with `agent` rule on default.
* Replace HTTP server (GraphQL, agent HTTP protocol) from Jetty with Armeria.
-* [Breaking Change] Remove configuration `restAcceptorPriorityDelta` (env var:
`SW_RECEIVER_SHARING_JETTY_DELTA`, `SW_CORE_REST_JETTY_DELTA`).
+* [Breaking Change] Remove configuration `restAcceptorPriorityDelta` (env var:
`SW_RECEIVER_SHARING_JETTY_DELTA`
+ , `SW_CORE_REST_JETTY_DELTA`).
* [Breaking Change] Remove configuration `graphql/path` (env var:
`SW_QUERY_GRAPHQL_PATH`).
-* [Breaking Change] Remove configuration `restMinThreads` (env var:
`SW_CORE_REST_JETTY_MIN_THREADS`, `SW_RECEIVER_SHARING_JETTY_MIN_THREADS`).
+* [Breaking Change] Remove configuration `restMinThreads` (env var:
`SW_CORE_REST_JETTY_MIN_THREADS`
+ , `SW_RECEIVER_SHARING_JETTY_MIN_THREADS`).
+* Refactor the core Builder mechanism, new storage plugin could implement
their own converter and get rid of hard
+ requirement of using HashMap to community between data object and database
native structure.
+* [Breaking Change] Break all existing 3rd-party storage extensions.
#### UI