Skip to content

Commit fc5c6a8

Browse files
authored
Add patch version release notes for 3.15.2, 3.14.3, 3.13.3, 3.12.6, and 3.11.6 (#1044)
* Add temporary redirects * Add patch version release notes * Revert "Add temporary redirects" This reverts commit e9c804b. Commit history (84a30eb) shows this as being reverted but it apparently was not...
1 parent 072ede9 commit fc5c6a8

File tree

8 files changed

+256
-0
lines changed

8 files changed

+256
-0
lines changed

docs/releases/release-notes.mdx

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

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

13+
## v3.15.2
14+
15+
**Release date:** March 24, 2025
16+
17+
### Summary
18+
19+
This release has several improvements and bug fixes.
20+
21+
### Community edition
22+
23+
#### Improvements
24+
25+
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). ([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
26+
27+
#### Bug fixes
28+
29+
- Upgraded the Netty library to fix a security issue. [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw "CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
30+
31+
### Enterprise edition
32+
33+
#### Enhancements
34+
35+
##### ScalarDB Cluster
36+
37+
- Added a configuration option (`scalar.db.transaction.enabled`) to enable or disable the transaction feature in ScalarDB Cluster. The default value is `true`.
38+
39+
#### Bug fixes
40+
41+
##### ScalarDB Cluster
42+
43+
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
44+
- Fixed configurations for the embedding feature.
45+
- Fixed a bug that allowed superusers to execute ABAC administrative operations for non-existing users.
46+
- Fixed a bug a table-not-found error occurs when dropping empty ABAC system tables.
47+
1348
## v3.15.1
1449

1550
**Release date:** February 20, 2025

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

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

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

17+
## v3.15.2
18+
19+
**発売日:** 2025年03月24日
20+
21+
### まとめ
22+
23+
このリリースには、いくつかの改善とバグ修正が含まれています。
24+
25+
### Community edition
26+
27+
#### 改善点
28+
29+
- ScalarDB BIGINT データ型が Oracle の NUMBER(16) にマッピングされるようになりました。([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
30+
31+
#### バグの修正
32+
33+
- セキュリティ問題を修正するために Netty ライブラリをアップグレードしました。 [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw "CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
34+
35+
### Enterprise edition
36+
37+
#### 機能強化
38+
39+
##### ScalarDB Cluster
40+
41+
- ScalarDB Cluster のトランザクション機能を有効または無効にする設定オプション (`scalar.db.transaction.enabled`) を追加しました。デフォルト値は `true` です。
42+
43+
#### バグ修正
44+
45+
##### ScalarDB Cluster
46+
47+
- SQL インターフェースで認証を使用する場合のメタデータキャッシュの動作に関連するバグを修正しました。
48+
- 埋め込み機能の設定を修正しました。
49+
- スーパーユーザーが存在しないユーザーに対して ABAC 管理操作を実行できるバグを修正しました。
50+
- 空の ABAC システムテーブルを削除するときにテーブルが見つからないというエラーが発生するバグを修正しました。
51+
1752
## v3.15.1
1853

1954
**発売日:** 2025年02月20日

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

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

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

17+
## v3.13.3
18+
19+
**発売日:** 2025年03月24日
20+
21+
### まとめ
22+
23+
このリリースには、いくつかの改善とバグ修正が含まれています。
24+
25+
### Community edition
26+
27+
#### 改善点
28+
29+
- ScalarDB BIGINT データ型が Oracle の NUMBER(16) にマッピングされるようになりました。([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
30+
31+
#### バグの修正
32+
33+
- セキュリティ問題を修正するために Netty ライブラリをアップグレードしました。 [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw "CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
34+
35+
### Enterprise edition
36+
37+
#### バグの修正
38+
39+
##### ScalarDB Cluster
40+
41+
- セキュリティ問題を修正するために `grpc_health_probe` をアップグレードしました。 [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc "CVE-2024-45337") [CVE-2024-45338](https://github.com/advisories/GHSA-w32m-9786-jp63 "CVE-2024-45338")
42+
- SQL インターフェースで auth を使用する場合のメタデータキャッシュの動作に関連するバグを修正しました。
43+
44+
##### ScalarDB SQL
45+
46+
- SQL ステートメントパーサーが INT 型および BIGINT 型の列の負の数値リテラルを拒否する問題を修正しました。
47+
1748
## v3.13.2
1849

1950
**発売日:** 2025年01月23日

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

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

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

17+
## v3.14.2
18+
19+
**発売日:** 2025年03月24日
20+
21+
### まとめ
22+
23+
このリリースには、いくつかの改善とバグ修正が含まれています。
24+
25+
### Community edition
26+
27+
#### 改善点
28+
29+
- ScalarDB BIGINT データ型が Oracle の NUMBER(16) にマッピングされるようになりました。([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
30+
31+
#### バグの修正
32+
33+
- セキュリティ問題を修正するために Netty ライブラリをアップグレードしました。 [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw "CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
34+
35+
### Enterprise edition
36+
37+
#### バグの修正
38+
39+
##### ScalarDB Cluster
40+
41+
- セキュリティ問題を修正するために `grpc_health_probe` をアップグレードしました。 [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc "CVE-2024-45337") [CVE-2024-45338](https://github.com/advisories/GHSA-w32m-9786-jp63 "CVE-2024-45338")
42+
- SQL インターフェースで auth を使用する場合のメタデータキャッシュの動作に関連するバグを修正しました。
43+
44+
##### ScalarDB SQL
45+
46+
- SQL ステートメントパーサーが INT 型および BIGINT 型の列の負の数値リテラルを拒否する問題を修正しました。
47+
1748
## v3.14.1
1849

1950
**発売日:** 2025年01月23日

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

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

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

12+
## v3.11.6
13+
14+
**Release date:** March 24, 2025
15+
16+
### Summary
17+
18+
This release has several improvements and bug fixes.
19+
20+
### Community edition
21+
22+
#### Improvements
23+
24+
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). ([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
25+
26+
#### Bug fixes
27+
28+
- Upgraded the Netty library to fix a security issue. [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw "CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
29+
30+
### Enterprise edition
31+
32+
#### Bug fixes
33+
34+
##### ScalarDB Cluster
35+
36+
- Upgraded `grpc_health_probe` to fix security issues. [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc "CVE-2024-45337") [CVE-2024-45338](https://github.com/advisories/GHSA-w32m-9786-jp63 "CVE-2024-45338")
37+
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
38+
39+
##### ScalarDB SQL
40+
41+
- Fix an issue causing the SQL statement parser to reject negative numeric literal for columns of type INT and BIGINT.
42+
1243
## v3.11.5
1344

1445
**Release date:** January 23, 2025

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

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

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

12+
## v3.12.6
13+
14+
**Release date:** March 24, 2025
15+
16+
### Summary
17+
18+
This release has several improvements and bug fixes.
19+
20+
### Community edition
21+
22+
#### Improvements
23+
24+
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). ([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
25+
26+
#### Bug fixes
27+
28+
- Upgraded the Netty library to fix a security issue. [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw "CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
29+
30+
### Enterprise edition
31+
32+
#### Bug fixes
33+
34+
##### ScalarDB Cluster
35+
36+
- Upgraded `grpc_health_probe` to fix security issues. [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc "CVE-2024-45337") [CVE-2024-45338](https://github.com/advisories/GHSA-w32m-9786-jp63 "CVE-2024-45338")
37+
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
38+
39+
##### ScalarDB SQL
40+
41+
- Fix an issue causing the SQL statement parser to reject negative numeric literal for columns of type INT and BIGINT.
42+
1243
## v3.12.5
1344

1445
**Release date:** January 23, 2025

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

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

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

13+
## v3.13.3
14+
15+
**Release date:** March 24, 2025
16+
17+
### Summary
18+
19+
This release has several improvements and bug fixes.
20+
21+
### Community edition
22+
23+
#### Improvements
24+
25+
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). ([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
26+
27+
#### Bug fixes
28+
29+
- Upgraded the Netty library to fix a security issue. [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw "CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
30+
31+
### Enterprise edition
32+
33+
#### Bug fixes
34+
35+
##### ScalarDB Cluster
36+
37+
- Upgraded `grpc_health_probe` to fix security issues. [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc "CVE-2024-45337") [CVE-2024-45338](https://github.com/advisories/GHSA-w32m-9786-jp63 "CVE-2024-45338")
38+
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
39+
40+
##### ScalarDB SQL
41+
42+
- Fix an issue causing the SQL statement parser to reject negative numeric literal for columns of type INT and BIGINT.
43+
1344
## v3.13.2
1445

1546
**Release date:** January 23, 2025

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

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

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

13+
## v3.14.2
14+
15+
**Release date:** March 24, 2025
16+
17+
### Summary
18+
19+
This release has several improvements and bug fixes.
20+
21+
### Community edition
22+
23+
#### Improvements
24+
25+
- ScalarDB BIGINT datatype will now be mapped to Oracle's NUMBER(16). ([#2566](https://github.com/scalar-labs/scalardb/pull/2566))
26+
27+
#### Bug fixes
28+
29+
- Upgraded the Netty library to fix a security issue. [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw "CVE-2025-24970") ([#2552](https://github.com/scalar-labs/scalardb/pull/2552))
30+
31+
### Enterprise edition
32+
33+
#### Bug fixes
34+
35+
##### ScalarDB Cluster
36+
37+
- Upgraded `grpc_health_probe` to fix security issues. [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc "CVE-2024-45337") [CVE-2024-45338](https://github.com/advisories/GHSA-w32m-9786-jp63 "CVE-2024-45338")
38+
- Fixed a bug related to the metadata cache behavior when using auth in the SQL interface.
39+
40+
##### ScalarDB SQL
41+
42+
- Fix an issue causing the SQL statement parser to reject negative numeric literal for columns of type INT and BIGINT.
43+
1344
## v3.14.1
1445

1546
**Release date:** January 23, 2025

0 commit comments

Comments
 (0)