This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch id0-refactor
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/id0-refactor by this push:
new 6fb9b77058 Add a change log
6fb9b77058 is described below
commit 6fb9b77058e0816f876d339f1e37c63dd9132c39
Author: Wu Sheng <[email protected]>
AuthorDate: Wed Dec 14 21:33:29 2022 +0800
Add a change log
---
docs/en/changes/changes.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 015e71e9ac..d7175d0e53 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -40,6 +40,7 @@
* Add global-specific settings used to override global configurations (e.g
`segmentIntervalDays`, `blockIntervalHours`) in BanyanDB.
* Use TTL-driven interval settings for the `measure-default` group in BanyanDB.
* Fix wrong group of non time-relative metadata in BanyanDB.
+* Refactor `StorageData#id` to the new StorageID object from a String type.
#### UI