Skip to content

Commit 27583f9

Browse files
authored
Add patch version release notes for 3.16.1, 3.15.5, 3.14.4, 3.13.5, and 3.12.8 (#1374)
* Add patch release notes * Apply suggestions from Gemini review
1 parent 2cba241 commit 27583f9

File tree

9 files changed

+237
-0
lines changed

9 files changed

+237
-0
lines changed

docs/releases/release-notes.mdx

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

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

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.
41+
1342
## v3.16.0
1443

1544
**Release date:** June 20, 2025

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

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

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

17+
## v3.16.1
18+
19+
**発売日:** 2025年07月16日
20+
21+
### まとめ
22+
23+
このリリースには、いくつかのバグ修正および脆弱性修正が含まれています。
24+
25+
### Community edition
26+
27+
#### バグの修正
28+
29+
- トランザクションのコミット時に、実際にはコミットされているにもかかわらず CommitException がスローされるバグを修正しました。([#2826](https://github.com/scalar-labs/scalardb/pull/2826))
30+
- Cassandra におけるミューテーションのエラーハンドリングを修正しました。([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
31+
- ワンフェーズコミットでグループコミットが正しく動作しないバグを修正しました。([#2832](https://github.com/scalar-labs/scalardb/pull/2832))
32+
33+
### Enterprise edition
34+
35+
#### バグの修正
36+
37+
##### ScalarDB Cluster
38+
39+
- update または upsert 操作で data tag が指定されていない場合でも更新されてしまうバグを修正しました。
40+
- リモートレプリケーション機能のメトリクスが不足していた問題を修正しました。
41+
- `replication-cli` の Jar ファイルが不足していた問題を修正しました。
42+
- ABAC が有効な場合に、ABAC ポリシーが設定されていないテーブルで put 操作を実行すると `UnsupportedOperationException` がスローされるバグを修正しました。
43+
- セキュリティ問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")
44+
- ワンフェーズコミット最適化が有効な場合にレプリケーション機能が開始されないようにバリデーションを追加しました。
45+
1746
## v3.16.0
1847

1948
**発売日:** 2025年06月20日

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

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

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

17+
## v3.13.5
18+
19+
**発売日:** 2025年07月16日
20+
21+
### まとめ
22+
23+
このリリースには、いくつかのバグ修正および脆弱性修正が含まれています。
24+
25+
### Community edition
26+
27+
#### バグの修正
28+
29+
- 列値変換時の DateTimeParseException に対する例外処理を追加しました。([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
30+
- `jdbc` ストレージを使用していて、対象テーブルが存在しないために Scan 操作が失敗した場合の潜在的な接続リークを修正しました。([#2766](https://github.com/scalar-labs/scalardb/pull/2766))
31+
- Cassandra におけるミューテーションのエラーハンドリングを修正しました。([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
32+
33+
### Enterprise edition
34+
35+
#### バグの修正
36+
37+
##### ScalarDB Cluster
38+
39+
- コーディネーターグループコミット機能が有効なときのメモリリークの問題を修正しました。
40+
- セキュリティ問題を修正するために `jetty` ライブラリをアップグレードしました。[CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5 "CVE-2024-13009")
41+
- セキュリティ問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")
42+
1743
## v3.13.4
1844

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

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

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

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

17+
## v3.14.4
18+
19+
**発売日:** 2025年07月16日
20+
21+
### まとめ
22+
23+
このリリースには、いくつかのバグ修正および脆弱性修正が含まれています。
24+
25+
### Community edition
26+
27+
#### バグの修正
28+
29+
- 列値変換時の DateTimeParseException に対する例外処理を追加しました。([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
30+
- `jdbc` ストレージを使用していて、対象テーブルが存在しないために Scan 操作が失敗した場合の潜在的な接続リークを修正しました。([#2766](https://github.com/scalar-labs/scalardb/pull/2766))
31+
- セキュリティ問題を修正するために PostgreSQL ドライバーをアップグレードしました。[CVE-2025-49146](https://github.com/advisories/GHSA-hq9p-pm7w-8p54 "CVE-2025-49146") ([#2772](https://github.com/scalar-labs/scalardb/pull/2772))
32+
- Cassandra におけるミューテーションのエラーハンドリングを修正しました。([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
33+
34+
### Enterprise edition
35+
36+
#### バグの修正
37+
38+
##### ScalarDB Cluster
39+
40+
- コーディネーターグループコミット機能が有効なときのメモリリークの問題を修正しました。
41+
- セキュリティ問題を修正するために `jetty` ライブラリをアップグレードしました。[CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5 "CVE-2024-13009")
42+
- セキュリティ問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")
43+
1744
## v3.14.3
1845

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

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

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

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

17+
## v3.15.5
18+
19+
**発売日:** 2025年07月16日
20+
21+
### まとめ
22+
23+
このリリースには、いくつかのバグ修正および脆弱性修正が含まれています。
24+
25+
### Community edition
26+
27+
#### バグの修正
28+
29+
- Cassandra におけるミューテーションのエラーハンドリングを修正しました。([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
30+
31+
### Enterprise edition
32+
33+
#### バグの修正
34+
35+
##### ScalarDB Cluster
36+
37+
- update または upsert 操作でデータタグが指定されていない場合でも更新されてしまうバグを修正しました。
38+
- ABAC が有効な場合に、ABAC ポリシーが設定されていないテーブルで put 操作を実行すると `UnsupportedOperationException` がスローされるバグを修正しました。
39+
- セキュリティ問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")
40+
1741
## v3.15.4
1842

1943
**発売日:** 2025年06月21日

versioned_docs/version-3.12/releases/release-notes.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@ tags:
99

1010
This page includes a list of release notes for ScalarDB 3.12.
1111

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+
- Added 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")
36+
1237
## v3.12.7
1338

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

versioned_docs/version-3.13/releases/release-notes.mdx

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

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

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")
38+
1339
## v3.13.4
1440

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

versioned_docs/version-3.14/releases/release-notes.mdx

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

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

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")
39+
1340
## v3.14.3
1441

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

versioned_docs/version-3.15/releases/release-notes.mdx

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

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

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")
36+
1337
## v3.15.4
1438

1539
**Release date:** June 21, 2025

0 commit comments

Comments
 (0)