Skip to content

Commit d330ff0

Browse files
authored
Add patch version release notes (#1202)
1 parent fe162b4 commit d330ff0

File tree

7 files changed

+160
-0
lines changed

7 files changed

+160
-0
lines changed

docs/releases/release-notes.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,34 @@ displayed_sidebar: docsEnglish
1010

1111
This page includes a list of release notes for ScalarDB 3.15.
1212

13+
## v3.15.3
14+
15+
**Release date:** May 15, 2025
16+
17+
### Summary
18+
19+
This release includes fixes for vulnerabilities and bugs, and adds support for running ScalarDB Cluster on the Omnistrate service.
20+
21+
### Community edition
22+
23+
#### Bug fixes
24+
25+
- Fixed an issue with `DistributedStorageAdmin.getNamespaceNames()` API when using the DynamoDB storage with the namespace prefix setting `scalar.db.dynamo.namespace.prefix`. The namespace names returned by this method wrongly contained the prefix. ([#2641](https://github.com/scalar-labs/scalardb/pull/2641))
26+
27+
### Enterprise edition
28+
29+
#### Improvements
30+
31+
##### ScalarDB Cluster
32+
33+
- Added support for the Omnistrate service. Now, you can run ScalarDB Cluster in the Omnistrate service.
34+
35+
#### Bug fixes
36+
37+
##### ScalarDB Cluster
38+
39+
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77)
40+
1341
## v3.15.2
1442

1543
**Release date:** March 24, 2025

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

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

1515
このページには、ScalarDB 3.15 のリリースノートのリストが含まれています。
1616

17+
## v3.15.3
18+
19+
**発売日:** 2025年05月15日
20+
21+
### まとめ
22+
23+
このリリースには、脆弱性とバグの修正が含まれており、Omnistrate サービス上で ScalarDB Cluster を実行するためのサポートが追加されています。
24+
25+
### Community edition
26+
27+
#### バグの修正
28+
29+
- 名前空間プレフィックス設定 `scalar.db.dynamo.namespace.prefix` を使用して DynamoDB ストレージを使用する場合の `DistributedStorageAdmin.getNamespaceNames()` API の問題を修正しました。このメソッドによって返される名前空間名に誤ってプレフィックスが含まれていました。([#2641](https://github.com/scalar-labs/scalardb/pull/2641))
30+
31+
### Enterprise edition
32+
33+
#### 改善点
34+
35+
##### ScalarDB Cluster
36+
37+
- Omnistrate サービスのサポートを追加しました。これにより、Omnistrate サービス上で ScalarDB Cluster を実行できるようになりました。
38+
39+
#### バグの修正
40+
41+
##### ScalarDB Cluster
42+
43+
- セキュリティの問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77)
44+
1745
## v3.15.2
1846

1947
**発売日:** 2025年03月24日

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

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

1515
このページには、ScalarDB 3.13 のリリースノートのリストが含まれています。
1616

17+
## v3.13.4
18+
19+
**発売日:** 2025年05月15日
20+
21+
### まとめ
22+
23+
このリリースには脆弱性とバグの修正が含まれています。
24+
25+
### Community edition
26+
27+
#### バグの修正
28+
29+
- 名前空間プレフィックス設定 `scalar.db.dynamo.namespace.prefix` を使用して DynamoDB ストレージを使用する場合の `DistributedStorageAdmin.getNamespaceNames()` API の問題を修正しました。このメソッドによって返される名前空間名に誤ってプレフィックスが含まれていました。([#2641](https://github.com/scalar-labs/scalardb/pull/2641))
30+
31+
### Enterprise edition
32+
33+
#### バグの修正
34+
35+
##### ScalarDB Cluster
36+
37+
- セキュリティの問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77)
38+
1739
## v3.13.3
1840

1941
**発売日:** 2025年03月24日

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

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

1515
このページには、ScalarDB 3.14 のリリースノートのリストが含まれています。
1616

17+
## v3.14.3
18+
19+
**発売日:** 2025年05月15日
20+
21+
### まとめ
22+
23+
このリリースには脆弱性とバグの修正が含まれています。
24+
25+
### Community edition
26+
27+
#### バグの修正
28+
29+
- 名前空間プレフィックス設定 `scalar.db.dynamo.namespace.prefix` を使用して DynamoDB ストレージを使用する場合の `DistributedStorageAdmin.getNamespaceNames()` API の問題を修正しました。このメソッドによって返される名前空間名に誤ってプレフィックスが含まれていました。([#2641](https://github.com/scalar-labs/scalardb/pull/2641))
30+
31+
### Enterprise edition
32+
33+
#### バグの修正
34+
35+
##### ScalarDB Cluster
36+
37+
- セキュリティの問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77)
38+
1739
## v3.14.2
1840

1941
**発売日:** 2025年03月24日

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ tags:
99

1010
This page includes a list of release notes for ScalarDB 3.12.
1111

12+
## v3.12.7
13+
14+
**Release date:** May 15, 2025
15+
16+
### Summary
17+
18+
This release includes a vulnerability fix.
19+
20+
### Enterprise edition
21+
22+
#### Bug fixes
23+
24+
##### ScalarDB Cluster
25+
26+
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77)
27+
1228
## v3.12.6
1329

1430
**Release date:** March 24, 2025

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ displayed_sidebar: docsEnglish
1010

1111
This page includes a list of release notes for ScalarDB 3.13.
1212

13+
## v3.13.4
14+
15+
**Release date:** May 15, 2025
16+
17+
### Summary
18+
19+
This release includes fixes for vulnerabilities and bugs.
20+
21+
### Community edition
22+
23+
#### Bug fixes
24+
25+
- Fixed an issue with `DistributedStorageAdmin.getNamespaceNames()` API when using the DynamoDB storage with the namespace prefix setting `scalar.db.dynamo.namespace.prefix`. The namespace names returned by this method wrongly contained the prefix. ([#2641](https://github.com/scalar-labs/scalardb/pull/2641))
26+
27+
### Enterprise edition
28+
29+
#### Bug fixes
30+
31+
##### ScalarDB Cluster
32+
33+
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77)
34+
1335
## v3.13.3
1436

1537
**Release date:** March 24, 2025

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ displayed_sidebar: docsEnglish
1010

1111
This page includes a list of release notes for ScalarDB 3.14.
1212

13+
## v3.14.3
14+
15+
**Release date:** May 15, 2025
16+
17+
### Summary
18+
19+
This release includes fixes for vulnerabilities and bugs.
20+
21+
### Community edition
22+
23+
#### Bug fixes
24+
25+
- Fixed an issue with `DistributedStorageAdmin.getNamespaceNames()` API when using the DynamoDB storage with the namespace prefix setting `scalar.db.dynamo.namespace.prefix`. The namespace names returned by this method wrongly contained the prefix. ([#2641](https://github.com/scalar-labs/scalardb/pull/2641))
26+
27+
### Enterprise edition
28+
29+
#### Bug fixes
30+
31+
##### ScalarDB Cluster
32+
33+
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22869](https://github.com/advisories/GHSA-hcg3-q754-cr77)
34+
1335
## v3.14.2
1436

1537
**Release date:** March 24, 2025

0 commit comments

Comments
 (0)