Prepare for 10.0.1 release. (#12265)
This commit is contained in:
parent
b21e576a30
commit
ce3361498e
|
|
@ -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)
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue