diff --git a/docs/en/changes/changes-10.0.1.md b/docs/en/changes/changes-10.0.1.md new file mode 100644 index 0000000000..5e44dbff4c --- /dev/null +++ b/docs/en/changes/changes-10.0.1.md @@ -0,0 +1,21 @@ +## 10.0.1 + +#### Project + +* Add SBOM (Software Bill of Materials) to the project. + +#### OAP Server + +* Fix LAL test query api. +* Add component libraries of `Derby`/`Sybase`/`SQLite`/`DB2`/`OceanBase` jdbc driver. +* Fix setting the wrong interval to day level measure schema in BanyanDB installation process. + +#### UI + +* Fix widget title and tips. +* Fix statistics span data. +* Fix browser log display. +* Fix the topology layout for there are multiple independent network relationships. + + +All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/218?closed=1) diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 598983cee9..eaf520c883 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -2,18 +2,12 @@ #### Project -* Add SBOM (Software Bill of Materials) to the project. #### OAP Server -* Fix LAL test query api. -* Add component libraries of `Derby`/`Sybase`/`SQLite`/`DB2`/`OceanBase` jdbc driver. -* Fix setting the wrong interval to day level measure schema in BanyanDB installation process. #### UI -* Fix widget title and tips -* Fix statistics span data #### Documentation diff --git a/docs/menu.yml b/docs/menu.yml index 266165f597..8c750719f5 100644 --- a/docs/menu.yml +++ b/docs/menu.yml @@ -392,6 +392,8 @@ catalog: path: "/en/changes/changes" - name: "10.x Releases" catalog: + - name: "10.0.1" + path: "/en/changes/changes-10.0.1" - name: "10.0.0" path: "/en/changes/changes-10.0.0" - name: "9.x Releases"