Skip to content

Commit 7871ff0

Browse files
committed
Add release notes for 3.17.1
1 parent ce43139 commit 7871ff0

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

docs/releases/release-notes.mdx

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

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

13+
## v3.17.1
14+
15+
**Release date:** December 9, 2025
16+
17+
### Summary
18+
19+
This release mainly consists of several minor bug fixes and small improvements.
20+
21+
### Community edition
22+
23+
#### Enhancements
24+
25+
- Added `AuthAdmin.getRole(roleName)`. ([#3238](https://github.com/scalar-labs/scalardb/pull/3238))
26+
27+
#### Improvements
28+
29+
- Added the `scalar.db.active_transaction_management.enabled` configuration option to enable/disable the active transaction management (default: `true`). ([#3233](https://github.com/scalar-labs/scalardb/pull/3233))
30+
31+
#### Bug fixes
32+
33+
- On Oracle, when importing a table with a column using the `NUMBER(1)` data type, which is usually used for BOOLEAN data, that column can now be mapped to ScalarDB BOOLEAN by using the ScalarDB Schema Loader `override-columns-type` setting. ([#3239](https://github.com/scalar-labs/scalardb/pull/3239))
34+
- Fixed option issues in Object Storage adapter. ([#3237](https://github.com/scalar-labs/scalardb/pull/3237))
35+
- Fix to increase the maximum allowed string length with Object Storage. ([#3248](https://github.com/scalar-labs/scalardb/pull/3248))
36+
- Updated the upper limit value displayed in the error message for data size limitation in Object Storage adapter. ([#3264](https://github.com/scalar-labs/scalardb/pull/3264))
37+
38+
### Enterprise edition
39+
40+
#### Enhancements
41+
42+
##### ScalarDB Cluster
43+
44+
- Added the `getRole()` API and equivalent to retrieve a single role by name.
45+
46+
##### ScalarDB SQL
47+
48+
- Added `Metadata.getRole(roleName)`.
49+
50+
#### Bug fixes
51+
52+
##### ScalarDB Cluster
53+
54+
- Made the `GRANT ROLE` command idempotent, allowing duplicate grants and upgrading to `WITH ADMIN OPTION` when re-granting.
55+
- Fixed a bug where the pause functionality did not work correctly when transactions expired.
56+
- Fixed a bug where ScalarDB Cluster cannot be deployed in the Omnistrate environment by upgrading scalar-metering.
57+
1358
## v3.17.0
1459

1560
**Release date:** November 26, 2025

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

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

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

17+
## v3.17.1
18+
19+
**発売日:** 2025年12月09日
20+
21+
### まとめ
22+
23+
このリリースは主にいくつかのマイナーなバグ修正と小さな改善で構成されています。
24+
25+
### Community edition
26+
27+
#### 機能強化
28+
29+
- `AuthAdmin.getRole(roleName)` を追加しました。([#3238](https://github.com/scalar-labs/scalardb/pull/3238))
30+
31+
#### 改善点
32+
33+
- アクティブトランザクション管理を有効/無効にするための `scalar.db.active_transaction_management.enabled` 設定オプションを追加しました(デフォルト: `true`)。([#3233](https://github.com/scalar-labs/scalardb/pull/3233))
34+
35+
#### バグの修正
36+
37+
- Oracle において、通常 BOOLEAN データに使用される `NUMBER(1)` データ型を使用する列を持つテーブルをインポートする際、その列を ScalarDB Schema Loader の `override-columns-type` 設定を使用して ScalarDB BOOLEAN にマッピングできるようになりました。([#3239](https://github.com/scalar-labs/scalardb/pull/3239))
38+
- Object Storage アダプターのオプションの問題を修正しました。([#3237](https://github.com/scalar-labs/scalardb/pull/3237))
39+
- Object Storage での許可される最大文字列長を増加させる修正を行いました。([#3248](https://github.com/scalar-labs/scalardb/pull/3248))
40+
- Object Storage アダプターでのデータサイズ制限のエラーメッセージに表示される上限値を更新しました。([#3264](https://github.com/scalar-labs/scalardb/pull/3264))
41+
42+
### Enterprise edition
43+
44+
#### 機能強化
45+
46+
##### ScalarDB Cluster
47+
48+
- 名前で単一のロールを取得する `getRole()` API と同等の機能を追加しました。
49+
50+
##### ScalarDB SQL
51+
52+
- `Metadata.getRole(roleName)` を追加しました。
53+
54+
#### バグの修正
55+
56+
##### ScalarDB Cluster
57+
58+
- `GRANT ROLE` コマンドを冪等にし、重複した権限付与を許可し、再付与時に `WITH ADMIN OPTION` へのアップグレードができるようになりました。
59+
- トランザクションが期限切れになった際にポーズ機能が正しく動作しないバグを修正しました。
60+
- scalar-metering をアップグレードすることで、ScalarDB Cluster が Omnistrate 環境にデプロイできないバグを修正しました。
61+
1762
## v3.17.0
1863

1964
**発売日:** 2025年11月26日

0 commit comments

Comments
 (0)