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: versioned_docs/version-3.15/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
@@ -10,6 +10,31 @@ displayed_sidebar: docsEnglish
10
10
11
11
This page includes a list of release notes for ScalarDB 3.15.
12
12
13
+
## v3.15.4
14
+
15
+
**Release date:** June 21, 2025
16
+
17
+
### Summary
18
+
19
+
This release includes fixes for vulnerabilities and bugs.
20
+
21
+
### Community edition
22
+
23
+
#### Bug fixes
24
+
25
+
- Add exception handling for DateTimeParseException on column value conversion. ([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
26
+
- 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))
27
+
- 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))
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 OpenSearch Java client to fix a security issue. [CVE-2025-27820](https://github.com/advisories/GHSA-73m2-qfq3-56cx"CVE-2025-27820")
0 commit comments