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
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,41 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.15.
12
12
13
+
## v3.15.2
14
+
15
+
**Release date:** March 24, 2025
16
+
17
+
### Summary
18
+
19
+
This release has several improvements and bug fixes.
20
+
21
+
### Community edition
22
+
23
+
#### Improvements
24
+
25
+
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). ([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
26
+
27
+
#### Bug fixes
28
+
29
+
- Upgraded the Netty library to fix a security issue. [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw"CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
30
+
31
+
### Enterprise edition
32
+
33
+
#### Enhancements
34
+
35
+
##### ScalarDB Cluster
36
+
37
+
- Added a configuration option (`scalar.db.transaction.enabled`) to enable or disable the transaction feature in ScalarDB Cluster. The default value is `true`.
38
+
39
+
#### Bug fixes
40
+
41
+
##### ScalarDB Cluster
42
+
43
+
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
44
+
- Fixed configurations for the embedding feature.
45
+
- Fixed a bug that allowed superusers to execute ABAC administrative operations for non-existing users.
46
+
- Fixed a bug a table-not-found error occurs when dropping empty ABAC system tables.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.11/releases/release-notes.mdx
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,37 @@ tags:
9
9
10
10
This page includes a list of release notes for ScalarDB 3.11.
11
11
12
+
## v3.11.6
13
+
14
+
**Release date:** March 24, 2025
15
+
16
+
### Summary
17
+
18
+
This release has several improvements and bug fixes.
19
+
20
+
### Community edition
21
+
22
+
#### Improvements
23
+
24
+
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). ([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
25
+
26
+
#### Bug fixes
27
+
28
+
- Upgraded the Netty library to fix a security issue. [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw"CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
29
+
30
+
### Enterprise edition
31
+
32
+
#### Bug fixes
33
+
34
+
##### ScalarDB Cluster
35
+
36
+
- Upgraded `grpc_health_probe` to fix security issues. [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc"CVE-2024-45337")[CVE-2024-45338](https://github.com/advisories/GHSA-w32m-9786-jp63"CVE-2024-45338")
37
+
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
38
+
39
+
##### ScalarDB SQL
40
+
41
+
- Fix an issue causing the SQL statement parser to reject negative numeric literal for columns of type INT and BIGINT.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.12/releases/release-notes.mdx
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,37 @@ tags:
9
9
10
10
This page includes a list of release notes for ScalarDB 3.12.
11
11
12
+
## v3.12.6
13
+
14
+
**Release date:** March 24, 2025
15
+
16
+
### Summary
17
+
18
+
This release has several improvements and bug fixes.
19
+
20
+
### Community edition
21
+
22
+
#### Improvements
23
+
24
+
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). ([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
25
+
26
+
#### Bug fixes
27
+
28
+
- Upgraded the Netty library to fix a security issue. [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw"CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
29
+
30
+
### Enterprise edition
31
+
32
+
#### Bug fixes
33
+
34
+
##### ScalarDB Cluster
35
+
36
+
- Upgraded `grpc_health_probe` to fix security issues. [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc"CVE-2024-45337")[CVE-2024-45338](https://github.com/advisories/GHSA-w32m-9786-jp63"CVE-2024-45338")
37
+
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
38
+
39
+
##### ScalarDB SQL
40
+
41
+
- Fix an issue causing the SQL statement parser to reject negative numeric literal for columns of type INT and BIGINT.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.13/releases/release-notes.mdx
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,37 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.13.
12
12
13
+
## v3.13.3
14
+
15
+
**Release date:** March 24, 2025
16
+
17
+
### Summary
18
+
19
+
This release has several improvements and bug fixes.
20
+
21
+
### Community edition
22
+
23
+
#### Improvements
24
+
25
+
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). ([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
26
+
27
+
#### Bug fixes
28
+
29
+
- Upgraded the Netty library to fix a security issue. [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw"CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
30
+
31
+
### Enterprise edition
32
+
33
+
#### Bug fixes
34
+
35
+
##### ScalarDB Cluster
36
+
37
+
- Upgraded `grpc_health_probe` to fix security issues. [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc"CVE-2024-45337")[CVE-2024-45338](https://github.com/advisories/GHSA-w32m-9786-jp63"CVE-2024-45338")
38
+
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
39
+
40
+
##### ScalarDB SQL
41
+
42
+
- Fix an issue causing the SQL statement parser to reject negative numeric literal for columns of type INT and BIGINT.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.14/releases/release-notes.mdx
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,37 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.14.
12
12
13
+
## v3.14.2
14
+
15
+
**Release date:** March 24, 2025
16
+
17
+
### Summary
18
+
19
+
This release has several improvements and bug fixes.
20
+
21
+
### Community edition
22
+
23
+
#### Improvements
24
+
25
+
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). ([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
26
+
27
+
#### Bug fixes
28
+
29
+
- Upgraded the Netty library to fix a security issue. [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw"CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
30
+
31
+
### Enterprise edition
32
+
33
+
#### Bug fixes
34
+
35
+
##### ScalarDB Cluster
36
+
37
+
- Upgraded `grpc_health_probe` to fix security issues. [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc"CVE-2024-45337")[CVE-2024-45338](https://github.com/advisories/GHSA-w32m-9786-jp63"CVE-2024-45338")
38
+
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
39
+
40
+
##### ScalarDB SQL
41
+
42
+
- Fix an issue causing the SQL statement parser to reject negative numeric literal for columns of type INT and BIGINT.
0 commit comments