Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/releases/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,35 @@ displayed_sidebar: docsEnglish

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

## v3.16.1

**Release date:** July 16, 2025

### Summary

This release includes several bug fixes and vulnerability fixes.

### Community edition

#### Bug fixes

- 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))
- Fixed error handling for mutations in Cassandra. ([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
- Fixed a bug where group commit did not work correctly with one-phase commit. ([#2832](https://github.com/scalar-labs/scalardb/pull/2832))

### Enterprise edition

#### Bug fixes

##### ScalarDB Cluster

- Fixed a bug where the data tag was updated even when it was not specified in update or upsert operations.
- Added missing metrics for the remote replication features.
- Released missing Jar file of `replication-cli`
- Fixed a bug where an `UnsupportedOperationException` was thrown when executing put operations on tables without ABAC policies, when ABAC was enabled.
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")
- Added validation to prevent the replication feature from starting if the one-phase commit optimization is enabled.

## v3.16.0

**Release date:** June 20, 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,35 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';

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

## v3.16.1

**発売日:** 2025年07月16日

### まとめ

このリリースには、いくつかのバグ修正および脆弱性修正が含まれています。

### Community edition

#### バグの修正

- トランザクションのコミット時に、実際にはコミットされているにもかかわらず CommitException がスローされるバグを修正しました。([#2826](https://github.com/scalar-labs/scalardb/pull/2826))
- Cassandra におけるミューテーションのエラーハンドリングを修正しました。([#2827](https://github.com/scalar-labs/scalardb/pull/2827))
- ワンフェーズコミットでグループコミットが正しく動作しないバグを修正しました。([#2832](https://github.com/scalar-labs/scalardb/pull/2832))

### Enterprise edition

#### バグの修正

##### ScalarDB Cluster

- update または upsert 操作で data tag が指定されていない場合でも更新されてしまうバグを修正しました。
- リモートレプリケーション機能のメトリクスが不足していた問題を修正しました。
- `replication-cli` の Jar ファイルが不足していた問題を修正しました。
- ABAC が有効な場合に、ABAC ポリシーが設定されていないテーブルで put 操作を実行すると `UnsupportedOperationException` がスローされるバグを修正しました。
- セキュリティ問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")
- ワンフェーズコミット最適化が有効な場合にレプリケーション機能が開始されないようにバリデーションを追加しました。

## v3.16.0

**発売日:** 2025年06月20日
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,32 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';

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

## v3.13.5

**発売日:** 2025年07月16日

### まとめ

このリリースには、いくつかのバグ修正および脆弱性修正が含まれています。

### Community edition

#### バグの修正

- 列値変換時の DateTimeParseException に対する例外処理を追加しました。([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
- `jdbc` ストレージを使用していて、対象テーブルが存在しないために Scan 操作が失敗した場合の潜在的な接続リークを修正しました。([#2766](https://github.com/scalar-labs/scalardb/pull/2766))
- Cassandra におけるミューテーションのエラーハンドリングを修正しました。([#2827](https://github.com/scalar-labs/scalardb/pull/2827))

### Enterprise edition

#### バグの修正

##### ScalarDB Cluster

- コーディネーターグループコミット機能が有効なときのメモリリークの問題を修正しました。
- セキュリティ問題を修正するために `jetty` ライブラリをアップグレードしました。[CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5 "CVE-2024-13009")
- セキュリティ問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")

## v3.13.4

**発売日:** 2025年05月15日
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,33 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';

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

## v3.14.4

**発売日:** 2025年07月16日

### まとめ

このリリースには、いくつかのバグ修正および脆弱性修正が含まれています。

### Community edition

#### バグの修正

- 列値変換時の DateTimeParseException に対する例外処理を追加しました。([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
- `jdbc` ストレージを使用していて、対象テーブルが存在しないために Scan 操作が失敗した場合の潜在的な接続リークを修正しました。([#2766](https://github.com/scalar-labs/scalardb/pull/2766))
- セキュリティ問題を修正するために PostgreSQL ドライバーをアップグレードしました。[CVE-2025-49146](https://github.com/advisories/GHSA-hq9p-pm7w-8p54 "CVE-2025-49146") ([#2772](https://github.com/scalar-labs/scalardb/pull/2772))
- Cassandra におけるミューテーションのエラーハンドリングを修正しました。([#2827](https://github.com/scalar-labs/scalardb/pull/2827))

### Enterprise edition

#### バグの修正

##### ScalarDB Cluster

- コーディネーターグループコミット機能が有効なときのメモリリークの問題を修正しました。
- セキュリティ問題を修正するために `jetty` ライブラリをアップグレードしました。[CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5 "CVE-2024-13009")
- セキュリティ問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")

## v3.14.3

**発売日:** 2025年05月15日
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,30 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';

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

## v3.15.5

**発売日:** 2025年07月16日

### まとめ

このリリースには、いくつかのバグ修正および脆弱性修正が含まれています。

### Community edition

#### バグの修正

- Cassandra におけるミューテーションのエラーハンドリングを修正しました。([#2827](https://github.com/scalar-labs/scalardb/pull/2827))

### Enterprise edition

#### バグの修正

##### ScalarDB Cluster

- update または upsert 操作でデータタグが指定されていない場合でも更新されてしまうバグを修正しました。
- ABAC が有効な場合に、ABAC ポリシーが設定されていないテーブルで put 操作を実行すると `UnsupportedOperationException` がスローされるバグを修正しました。
- セキュリティ問題を修正するために `grpc_health_probe` をアップグレードしました。[CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")

## v3.15.4

**発売日:** 2025年06月21日
Expand Down
25 changes: 25 additions & 0 deletions versioned_docs/version-3.12/releases/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,31 @@ tags:

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

## v3.12.8

**Release date:** July 16, 2025

### Summary

This release includes several bug fixes and vulnerability fixes.

### Community edition

#### Bug fixes

- Added exception handling for DateTimeParseException on column value conversion ([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
- 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))
- Fixed error handling for mutations in Cassandra. ([#2827](https://github.com/scalar-labs/scalardb/pull/2827))

### Enterprise edition

#### Bug fixes

##### ScalarDB Cluster

- Upgraded the `jetty` library to fix a security issue. [CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5 "CVE-2024-13009")
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")

## v3.12.7

**Release date:** May 15, 2025
Expand Down
26 changes: 26 additions & 0 deletions versioned_docs/version-3.13/releases/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,32 @@ displayed_sidebar: docsEnglish

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

## v3.13.5

**Release date:** July 16, 2025

### Summary

This release includes several bug fixes and vulnerability fixes.

### Community edition

#### Bug fixes

- Added exception handling for DateTimeParseException on column value conversion ([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
- 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))
- Fixed error handling for mutations in Cassandra. ([#2827](https://github.com/scalar-labs/scalardb/pull/2827))

### Enterprise edition

#### Bug fixes

##### ScalarDB Cluster

- Fixed a memory leak issue when the coordinator group commit feature is enabled.
- Upgraded the `jetty` library to fix a security issue. [CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5 "CVE-2024-13009")
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")

## v3.13.4

**Release date:** May 15, 2025
Expand Down
27 changes: 27 additions & 0 deletions versioned_docs/version-3.14/releases/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@ displayed_sidebar: docsEnglish

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

## v3.14.4

**Release date:** July 16, 2025

### Summary

This release includes several bug fixes and vulnerability fixes.

### Community edition

#### Bug fixes

- Added exception handling for DateTimeParseException on column value conversion ([#2662](https://github.com/scalar-labs/scalardb/pull/2662))
- 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))
- 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 error handling for mutations in Cassandra. ([#2827](https://github.com/scalar-labs/scalardb/pull/2827))

### Enterprise edition

#### Bug fixes

##### ScalarDB Cluster

- Fixed a memory leak issue when the coordinator group commit feature is enabled.
- Upgraded the `jetty` library to fix a security issue. [CVE-2024-13009](https://github.com/advisories/GHSA-q4rv-gq96-w7c5 "CVE-2024-13009")
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")

## v3.14.3

**Release date:** May 15, 2025
Expand Down
24 changes: 24 additions & 0 deletions versioned_docs/version-3.15/releases/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,30 @@ displayed_sidebar: docsEnglish

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

## v3.15.5

**Release date:** July 16, 2025

### Summary

This release includes several bug fixes and vulnerability fixes.

### Community edition

#### Bug fixes

- Fixed error handling for mutations in Cassandra. ([#2827](https://github.com/scalar-labs/scalardb/pull/2827))

### Enterprise edition

#### Bug fixes

##### ScalarDB Cluster

- Fixed a bug where the data tag was updated even when it was not specified in update or upsert operations.
- Fixed a bug where an `UnsupportedOperationException` was thrown when executing put operations on tables without ABAC policies, when ABAC was enabled.
- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2025-22874](https://github.com/advisories/GHSA-6f52-wpx2-hvf2 "CVE-2025-22874")

## v3.15.4

**Release date:** June 21, 2025
Expand Down