From 4f89460a56fafd41e4b207f09463be4d261dbfe5 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:34:37 +0900 Subject: [PATCH 1/3] Update patch version for 3.15 --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 0a8c0b4a..48f9e9aa 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -78,7 +78,7 @@ const config = { label: '3.15', path: 'latest', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment. banner: 'none', - className: '3.15.3', + className: '3.15.4', }, "3.14": { // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment. label: '3.14', From e30c99e4c68d1f616607fe754307f595e54bdddc Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:35:22 +0900 Subject: [PATCH 2/3] Add release notes for 3.15.4 --- docs/releases/release-notes.mdx | 25 +++++++++++++++++++ .../current/releases/release-notes.mdx | 25 +++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/docs/releases/release-notes.mdx b/docs/releases/release-notes.mdx index e1a57029..b3a4ebaf 100644 --- a/docs/releases/release-notes.mdx +++ b/docs/releases/release-notes.mdx @@ -10,6 +10,31 @@ displayed_sidebar: docsEnglish This page includes a list of release notes for ScalarDB 3.15. +## v3.15.4 + +**Release date:** June 21, 2025 + +### Summary + +This release includes fixes for vulnerabilities and bugs. + +### Community edition + +#### Bug fixes + +- Add exception handling for DateTimeParseException on column value conversion. ([#2662](https://github.com/scalar-labs/scalardb/pull/2662)) +- 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)) +- 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)) + +### Enterprise edition + +#### Bug fixes + +##### ScalarDB Cluster + +- Fixed a memory leak issue when the coordinator group commit feature is enabled. +- Upgraded the OpenSearch Java client to fix a security issue. [CVE-2025-27820](https://github.com/advisories/GHSA-73m2-qfq3-56cx "CVE-2025-27820") + ## v3.15.3 **Release date:** May 15, 2025 diff --git a/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/releases/release-notes.mdx b/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/releases/release-notes.mdx index 24423c68..7e376041 100644 --- a/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/releases/release-notes.mdx +++ b/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/releases/release-notes.mdx @@ -14,6 +14,31 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx'; このページには、ScalarDB 3.15 のリリースノートのリストが含まれています。 +## v3.15.4 + +**発売日:** 2025年06月21日 + +### まとめ + +このリリースには脆弱性とバグの修正が含まれています。 + +### Community edition + +#### バグの修正 + +- カラム値変換におけるDateTimeParseExceptionの例外処理を追加しました。([#2662](https://github.com/scalar-labs/scalardb/pull/2662)) +- セキュリティ問題を修正するためにPostgreSQLドライバーをアップグレードしました。[CVE-2025-49146](https://github.com/advisories/GHSA-hq9p-pm7w-8p54 "CVE-2025-49146") ([#2772](https://github.com/scalar-labs/scalardb/pull/2772)) +- `jdbc`ストレージを使用し、対象テーブルが存在しないためにスキャン操作が失敗した場合の潜在的な接続リークを修正しました。([#2766](https://github.com/scalar-labs/scalardb/pull/2766)) + +### Enterprise edition + +#### バグの修正 + +##### ScalarDB Cluster + +- コーディネーターのグループコミット機能が有効になっている場合のメモリリーク問題を修正しました。 +- セキュリティ問題を修正するためにOpenSearch Javaクライアントをアップグレードしました。[CVE-2025-27820](https://github.com/advisories/GHSA-73m2-qfq3-56cx "CVE-2025-27820") + ## v3.15.3 **発売日:** 2025年05月15日 From 1544918e88e5ca1579b0133009bdb3851ef916de Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:41:52 +0900 Subject: [PATCH 3/3] Update patch version for message about release notes --- src/data/notifications.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/notifications.js b/src/data/notifications.js index caf358a8..ba5c1c2c 100644 --- a/src/data/notifications.js +++ b/src/data/notifications.js @@ -3,12 +3,12 @@ const notificationsList = [ { message: { - en: 'Check out the release notes for ScalarDB 3.15.3', - ja: 'ScalarDB 3.15.3 のリリースノートをご覧ください' + en: 'Check out the release notes for ScalarDB 3.15.4', + ja: 'ScalarDB 3.15.4 のリリースノートをご覧ください' }, url: { - en: 'releases/release-notes#v3153?utm_source=docs-site&utm_medium=notifications', - ja: 'releases/release-notes#v3153?utm_source=docs-site&utm_medium=notifications' + en: 'releases/release-notes#v3154?utm_source=docs-site&utm_medium=notifications', + ja: 'releases/release-notes#v3154?utm_source=docs-site&utm_medium=notifications' }, unread: true },