Prepare for 10.0.1 release. (#12265)

This commit is contained in:
吴晟 Wu Sheng 2024-05-30 07:14:21 +08:00 committed by GitHub
parent b21e576a30
commit ce3361498e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 6 deletions

View File

@ -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)

View File

@ -2,18 +2,12 @@
#### Project #### Project
* Add SBOM (Software Bill of Materials) to the project.
#### OAP Server #### 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 #### UI
* Fix widget title and tips
* Fix statistics span data
#### Documentation #### Documentation

View File

@ -392,6 +392,8 @@ catalog:
path: "/en/changes/changes" path: "/en/changes/changes"
- name: "10.x Releases" - name: "10.x Releases"
catalog: catalog:
- name: "10.0.1"
path: "/en/changes/changes-10.0.1"
- name: "10.0.0" - name: "10.0.0"
path: "/en/changes/changes-10.0.0" path: "/en/changes/changes-10.0.0"
- name: "9.x Releases" - name: "9.x Releases"