Skip to content

Commit e30c99e

Browse files
committed
Add release notes for 3.15.4
1 parent 4f89460 commit e30c99e

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

docs/releases/release-notes.mdx

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

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

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")
37+
1338
## v3.15.3
1439

1540
**Release date:** May 15, 2025

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

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

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

17+
## v3.15.4
18+
19+
**発売日:** 2025年06月21日
20+
21+
### まとめ
22+
23+
このリリースには脆弱性とバグの修正が含まれています。
24+
25+
### Community edition
26+
27+
#### バグの修正
28+
29+
- カラム値変換におけるDateTimeParseExceptionの例外処理を追加しました。([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
30+
- セキュリティ問題を修正するためにPostgreSQLドライバーをアップグレードしました。[CVE-2025-49146](https://github.com/advisories/GHSA-hq9p-pm7w-8p54 "CVE-2025-49146") ([#2772](https://github.com/scalar-labs/scalardb/pull/2772))
31+
- `jdbc`ストレージを使用し、対象テーブルが存在しないためにスキャン操作が失敗した場合の潜在的な接続リークを修正しました。([#2766](https://github.com/scalar-labs/scalardb/pull/2766))
32+
33+
### Enterprise edition
34+
35+
#### バグの修正
36+
37+
##### ScalarDB Cluster
38+
39+
- コーディネーターのグループコミット機能が有効になっている場合のメモリリーク問題を修正しました。
40+
- セキュリティ問題を修正するためにOpenSearch Javaクライアントをアップグレードしました。[CVE-2025-27820](https://github.com/advisories/GHSA-73m2-qfq3-56cx "CVE-2025-27820")
41+
1742
## v3.15.3
1843

1944
**発売日:** 2025年05月15日

0 commit comments

Comments
 (0)