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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,35 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.16.
12
12
13
+
## v3.16.1
14
+
15
+
**Release date:** July 16, 2025
16
+
17
+
### Summary
18
+
19
+
This release includes several bug fixes and vulnerability fixes.
20
+
21
+
### Community edition
22
+
23
+
#### Bug fixes
24
+
25
+
- Fixed a bug where a CommitException was thrown when committing a transaction, even though the transaction was actually committed. ([#2826](https://github.com/scalar-labs/scalardb/pull/2826))
26
+
- Fixed error handling for mutations in Cassandra. ([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
27
+
- Fixed a bug where group commit did not work correctly with one-phase commit. ([#2832](https://github.com/scalar-labs/scalardb/pull/2832))
28
+
29
+
### Enterprise edition
30
+
31
+
#### Bug fixes
32
+
33
+
##### ScalarDB Cluster
34
+
35
+
- Fixed a bug where the data tag was updated even when it was not specified in update or upsert operations.
36
+
- Added missing metrics for the remote replication features.
37
+
- Released missing Jar file of `replication-cli`
38
+
- Fixed a bug where an `UnsupportedOperationException` was thrown when executing put operations on tables without ABAC policies, when ABAC was enabled.
39
+
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2"CVE-2025-22874")
40
+
- Added validation to prevent the replication feature from starting if the one-phase commit optimization is enabled.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.12/releases/release-notes.mdx
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,31 @@ tags:
9
9
10
10
This page includes a list of release notes for ScalarDB 3.12.
11
11
12
+
## v3.12.8
13
+
14
+
**Release date:** July 16, 2025
15
+
16
+
### Summary
17
+
18
+
This release includes several bug fixes and vulnerability fixes.
19
+
20
+
### Community edition
21
+
22
+
#### Bug fixes
23
+
24
+
- Add exception handling for DateTimeParseException on column value conversion ([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
25
+
- Fixed potential connection leak when using `jdbc` storage and Scan operation fails because the target table doesn't exist ([#2766](https://github.com/scalar-labs/scalardb/pull/2766))
26
+
- Fixed error handling for mutations in Cassandra. ([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
27
+
28
+
### Enterprise edition
29
+
30
+
#### Bug fixes
31
+
32
+
##### ScalarDB Cluster
33
+
34
+
- Upgraded the `jetty` library to fix a security issue. [CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5"CVE-2024-13009")
35
+
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2"CVE-2025-22874")
Copy file name to clipboardExpand all lines: versioned_docs/version-3.13/releases/release-notes.mdx
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,32 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.13.
12
12
13
+
## v3.13.5
14
+
15
+
**Release date:** July 16, 2025
16
+
17
+
### Summary
18
+
19
+
This release includes several bug fixes and vulnerability fixes.
20
+
21
+
### Community edition
22
+
23
+
#### Bug fixes
24
+
25
+
- Added exception handling for DateTimeParseException on column value conversion ([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
26
+
- Fixed potential connection leak when using `jdbc` storage and Scan operation fails because the target table doesn't exist ([#2766](https://github.com/scalar-labs/scalardb/pull/2766))
27
+
- Fixed error handling for mutations in Cassandra. ([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
28
+
29
+
### Enterprise edition
30
+
31
+
#### Bug fixes
32
+
33
+
##### ScalarDB Cluster
34
+
35
+
- Fixed a memory leak issue when the coordinator group commit feature is enabled.
36
+
- Upgraded the `jetty` library to fix a security issue. [CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5"CVE-2024-13009")
37
+
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2"CVE-2025-22874")
Copy file name to clipboardExpand all lines: versioned_docs/version-3.14/releases/release-notes.mdx
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,33 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.14.
12
12
13
+
## v3.14.4
14
+
15
+
**Release date:** July 16, 2025
16
+
17
+
### Summary
18
+
19
+
This release includes several bug fixes and vulnerability fixes.
20
+
21
+
### Community edition
22
+
23
+
#### Bug fixes
24
+
25
+
- Added exception handling for DateTimeParseException on column value conversion ([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
26
+
- Fixed potential connection leak when using `jdbc` storage and Scan operation fails because the target table doesn't exist ([#2766](https://github.com/scalar-labs/scalardb/pull/2766))
27
+
- Upgraded the PostgreSQL driver to fix security issues. [CVE-2025-49146](https://github.com/advisories/GHSA-hq9p-pm7w-8p54"CVE-2025-49146") ([#2772](https://github.com/scalar-labs/scalardb/pull/2772))
28
+
- Fixed error handling for mutations in Cassandra. ([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
29
+
30
+
### Enterprise edition
31
+
32
+
#### Bug fixes
33
+
34
+
##### ScalarDB Cluster
35
+
36
+
- Fixed a memory leak issue when the coordinator group commit feature is enabled.
37
+
- Upgraded the `jetty` library to fix a security issue. [CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5"CVE-2024-13009")
38
+
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2"CVE-2025-22874")
Copy file name to clipboardExpand all lines: versioned_docs/version-3.15/releases/release-notes.mdx
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,30 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.15.
12
12
13
+
## v3.15.5
14
+
15
+
**Release date:** July 16, 2025
16
+
17
+
### Summary
18
+
19
+
This release includes several bug fixes and vulnerability fixes.
20
+
21
+
### Community edition
22
+
23
+
#### Bug fixes
24
+
25
+
- Fixed error handling for mutations in Cassandra. ([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
26
+
27
+
### Enterprise edition
28
+
29
+
#### Bug fixes
30
+
31
+
##### ScalarDB Cluster
32
+
33
+
- Fixed a bug where the data tag was updated even when it was not specified in update or upsert operations.
34
+
- Fixed a bug where an `UnsupportedOperationException` was thrown when executing put operations on tables without ABAC policies, when ABAC was enabled.
35
+
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2"CVE-2025-22874")
0 commit comments