Skip to content

Commit c3d8bb7

Browse files
authored
Add patch version release notes for 3.10.2 and 3.9.6; update className to latest patch versions in Docusaurus config file (#880)
* Update `className` to latest patch versions * Add patch release notes for 3.9.6 * Add patch release notes for 3.10.2
1 parent 97c5807 commit c3d8bb7

File tree

5 files changed

+54
-2
lines changed

5 files changed

+54
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ const config = {
8383
label: '3.10',
8484
path: '3.10',
8585
banner: 'none',
86-
className: '3.10.1',
86+
className: '3.10.2',
8787
},
8888
"3.9": {
8989
label: '3.9',
9090
path: '3.9',
9191
banner: 'none',
92-
className: '3.9.5',
92+
className: '3.9.6',
9393
},
9494
"3.8": {
9595
label: '3.8',

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.10/releases/release-notes.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
1313

1414
このページには、ScalarDL 3.10 のリリースノートのリストが含まれています。
1515

16+
## v3.10.2
17+
18+
**発売日:** 2025年6月20日
19+
20+
### まとめ
21+
22+
このリリースには、いくつかのバグ修正が含まれています。詳細な変更点については、以下をご覧ください。
23+
24+
### バグの修正
25+
26+
- [CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5 "CVE-2024-13009")[CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77 "CVE-2025-22869")、および [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw "CVE-2025-24970") を修正しました。([#142](https://github.com/scalar-labs/scalardl/pull/142)[#143](https://github.com/scalar-labs/scalardl/pull/143))
27+
- 認証方法のパラメータ名を修正しました。([#148](https://github.com/scalar-labs/scalardl/pull/148))
28+
1629
## v3.10.1
1730

1831
**発売日:** 2025年4月1日

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.9/releases/release-notes.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
1313

1414
このページには、ScalarDL 3.9 のリリースノートのリストが含まれています。
1515

16+
## v3.9.6
17+
18+
**発売日:** 2025年6月20日
19+
20+
### まとめ
21+
22+
このリリースには、いくつかのバグ修正が含まれています。詳細な変更点については、以下をご覧ください。
23+
24+
### バグの修正
25+
26+
- [CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77 "CVE-2025-22869") を修正しました。([#142](https://github.com/scalar-labs/scalardl/pull/142))
27+
- 認証方法のパラメータ名を修正しました。([#148](https://github.com/scalar-labs/scalardl/pull/148))
28+
1629
## v3.9.5
1730

1831
**発売日:** 2025年4月1日

versioned_docs/version-3.10/releases/release-notes.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ displayed_sidebar: docsEnglish
99

1010
This page includes a list of release notes for ScalarDL 3.10.
1111

12+
## v3.10.2
13+
14+
**Release date:** June 20, 2025
15+
16+
### Summary
17+
18+
This release includes several bug fixes. For detailed changes, see the following.
19+
20+
### Bug fixes
21+
22+
- Fixed [CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5 "CVE-2024-13009"), [CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77 "CVE-2025-22869"), and [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw "CVE-2025-24970"). ([#142](https://github.com/scalar-labs/scalardl/pull/142), [#143](https://github.com/scalar-labs/scalardl/pull/143))
23+
- Fixed the parameter name for the authentication method. ([#148](https://github.com/scalar-labs/scalardl/pull/148))
24+
1225
## v3.10.1
1326

1427
**Release date:** April 1, 2025

versioned_docs/version-3.9/releases/release-notes.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ displayed_sidebar: docsEnglish
99

1010
This page includes a list of release notes for ScalarDL 3.9.
1111

12+
## v3.9.6
13+
14+
**Release date:** June 20, 2025
15+
16+
### Summary
17+
18+
This release includes several bug fixes. For detailed changes, see the following.
19+
20+
### Bug fixes
21+
22+
- Fixed [CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77 "CVE-2025-22869"). ([#142](https://github.com/scalar-labs/scalardl/pull/142))
23+
- Fixed the parameter name for the authentication method. ([#148](https://github.com/scalar-labs/scalardl/pull/148))
24+
1225
## v3.9.5
1326

1427
**Release date:** April 1, 2025

0 commit comments

Comments
 (0)