You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases/release-notes.mdx
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,34 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.15.
12
12
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)
Copy file name to clipboardExpand all lines: versioned_docs/version-3.13/releases/release-notes.mdx
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,28 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.13.
12
12
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)
Copy file name to clipboardExpand all lines: versioned_docs/version-3.14/releases/release-notes.mdx
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,28 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.14.
12
12
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)
0 commit comments