From dcddde23c2dec10ddbec14d7e27ed6e629366e25 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:45:45 +0900 Subject: [PATCH] Add patch version release notes --- docs/releases/release-notes.mdx | 44 +++++++++++++++++++ .../version-3.10/releases/release-notes.mdx | 34 ++++++++++++++ .../version-3.11/releases/release-notes.mdx | 35 +++++++++++++++ .../version-3.12/releases/release-notes.mdx | 36 +++++++++++++++ .../version-3.9/releases/release-notes.mdx | 34 ++++++++++++++ 5 files changed, 183 insertions(+) diff --git a/docs/releases/release-notes.mdx b/docs/releases/release-notes.mdx index e0eac91f..5449db62 100644 --- a/docs/releases/release-notes.mdx +++ b/docs/releases/release-notes.mdx @@ -9,6 +9,50 @@ tags: This page includes a list of release notes for ScalarDB 3.13. +## v3.13.1 + +**Release date:** October 13, 2024 + +### Summary + +This release includes several bug fixes, and vulnerability fixes. + +### Community edition + +#### Enhancements + +- Added support for MariaDB 11.4 and Oracle 19. ([#2061](https://github.com/scalar-labs/scalardb/pull/2061)) + +#### Bug fixes + +- Fixed a bug where `NullPointerException` when a table specified in a Get/Scan object is not found in Consensus Commit. ([#2083](https://github.com/scalar-labs/scalardb/pull/2083)) +- Fixed a corner case issue that causes inconsistent Coordinator states when lazy recovery happens before group commit ([#2135](https://github.com/scalar-labs/scalardb/pull/2135)) +- Upgraded the mysql driver to fix security issues. [CVE-2023-22102](https://github.com/advisories/GHSA-m6vm-37g8-gqvh "CVE-2023-22102") ([#2238](https://github.com/scalar-labs/scalardb/pull/2238)) +- Upgraded the gRPC library, the Protocol Buffers library, grpc_health_probe, and scalar-admin to fix security issues. [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8 "CVE-2024-7254"), [CVE-2024-25638](https://github.com/advisories/GHSA-cfxw-4h78-h7fw "CVE-2024-25638"), and [CVE-2024-34156](https://github.com/advisories/GHSA-crqm-pwhx-j97f "CVE-2024-34156") ([#2277](https://github.com/scalar-labs/scalardb/pull/2277)) + +### Enterprise edition + +#### Enhancements + +##### ScalarDB Cluster + +- Support the group commit feature for Coordinator table in ScalarDB cluster + +#### Improvements + +##### ScalarDB GraphQL + +- With this update, if `scalar.db.graphql.namespaces` is not specified, GraphQL server generates a GraphQL schema for all tables in all ScalarDB-managed namespaces. + +#### Bug fixes + +##### ScalarDB Cluster + +- Fix a bug where `NullPointerException` occurs when catching an exception without message. +- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2024-34156](https://github.com/advisories/GHSA-crqm-pwhx-j97f "CVE-2024-34156") +- Upgraded `scalar-admin` to fix a security issue. [CVE-2024-25638](https://github.com/advisories/GHSA-cfxw-4h78-h7fw "CVE-2024-25638") +- Upgraded the Protobuf Java library to fix a security issue. [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8 "CVE-2024-7254") + ## v3.13.0 ### Summary diff --git a/versioned_docs/version-3.10/releases/release-notes.mdx b/versioned_docs/version-3.10/releases/release-notes.mdx index 4c161952..ae7aaa47 100644 --- a/versioned_docs/version-3.10/releases/release-notes.mdx +++ b/versioned_docs/version-3.10/releases/release-notes.mdx @@ -9,6 +9,40 @@ tags: This page includes a list of release notes for ScalarDB 3.10. +## v3.10.6 + +**Release date:** October 13, 2024 + +### Summary + +This release includes several bug fixes, and vulnerability fixes. + +### Community edition + +#### Enhancements + +- Added support for MariaDB 11.4 and Oracle 19. ([#2061](https://github.com/scalar-labs/scalardb/pull/2061)) + +#### Bug fixes + +- Fixed a bug where `NullPointerException` when a table specified in a Get/Scan object is not found in Consensus Commit. ([#2083](https://github.com/scalar-labs/scalardb/pull/2083)) +- Upgraded the mysql driver to fix security issues. [CVE-2023-22102](https://github.com/advisories/GHSA-m6vm-37g8-gqvh "CVE-2023-22102") ([#2238](https://github.com/scalar-labs/scalardb/pull/2238)) +- Upgraded the gRPC library, the Protocol Buffers library, grpc_health_probe, and scalar-admin to fix security issues. [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8 "CVE-2024-7254"), [CVE-2024-25638](https://github.com/advisories/GHSA-cfxw-4h78-h7fw "CVE-2024-25638"), and [CVE-2024-34156](https://github.com/advisories/GHSA-crqm-pwhx-j97f "CVE-2024-34156") ([#2277](https://github.com/scalar-labs/scalardb/pull/2277)) + +### Enterprise edition + +#### Bug fixes + +##### ScalarDB Cluster + +- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2024-34156](https://github.com/advisories/GHSA-crqm-pwhx-j97f "CVE-2024-34156") +- Upgraded `scalar-admin` to fix a security issue. [CVE-2024-25638](https://github.com/advisories/GHSA-cfxw-4h78-h7fw "CVE-2024-25638") +- Upgraded the Protobuf Java library to fix a security issue. [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8 "CVE-2024-7254") + +##### ScalarDB GraphQL + +- Upgraded the GraphQL Java library to fix security issues. [CVE-2024-40094](https://github.com/advisories/GHSA-h9mq-f6q5-6c8m "CVE-2024-40094") + ## v3.10.5 **Release date:** July 3, 2024 diff --git a/versioned_docs/version-3.11/releases/release-notes.mdx b/versioned_docs/version-3.11/releases/release-notes.mdx index 37db35e2..21e15d59 100644 --- a/versioned_docs/version-3.11/releases/release-notes.mdx +++ b/versioned_docs/version-3.11/releases/release-notes.mdx @@ -9,6 +9,41 @@ tags: This page includes a list of release notes for ScalarDB 3.11. +## v3.11.4 + +**Release date:** October 13, 2024 + +### Summary + +This release includes several bug fixes, and vulnerability fixes. + +### Community edition + +#### Enhancements + +- Added support for MariaDB 11.4 and Oracle 19. ([#2061](https://github.com/scalar-labs/scalardb/pull/2061)) + +#### Bug fixes + +- Fixed a bug where `NullPointerException` when a table specified in a Get/Scan object is not found in Consensus Commit. ([#2083](https://github.com/scalar-labs/scalardb/pull/2083)) +- Upgraded the mysql driver to fix security issues. [CVE-2023-22102](https://github.com/advisories/GHSA-m6vm-37g8-gqvh "CVE-2023-22102") ([#2238](https://github.com/scalar-labs/scalardb/pull/2238)) +- Upgraded the gRPC library, the Protocol Buffers library, grpc_health_probe, and scalar-admin to fix security issues. [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8 "CVE-2024-7254"), [CVE-2024-25638](https://github.com/advisories/GHSA-cfxw-4h78-h7fw "CVE-2024-25638"), and [CVE-2024-34156](https://github.com/advisories/GHSA-crqm-pwhx-j97f "CVE-2024-34156") ([#2277](https://github.com/scalar-labs/scalardb/pull/2277)) + +### Enterprise edition + +#### Bug fixes + +##### ScalarDB Cluster + +- Fixed a bug where incorrect results are returned when executing SELECT queries with the same column names. +- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2024-34156](https://github.com/advisories/GHSA-crqm-pwhx-j97f "CVE-2024-34156") +- Upgraded `scalar-admin` to fix a security issue. [CVE-2024-25638](https://github.com/advisories/GHSA-cfxw-4h78-h7fw "CVE-2024-25638") +- Upgraded the Protobuf Java library to fix a security issue. [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8 "CVE-2024-7254") + +##### ScalarDB GraphQL + +- Upgraded the GraphQL Java library to fix security issues. [CVE-2024-40094](https://github.com/advisories/GHSA-h9mq-f6q5-6c8m "CVE-2024-40094") + ## v3.11.3 **Release date:** July 3, 2024 diff --git a/versioned_docs/version-3.12/releases/release-notes.mdx b/versioned_docs/version-3.12/releases/release-notes.mdx index 3a86b087..4a84d9f5 100644 --- a/versioned_docs/version-3.12/releases/release-notes.mdx +++ b/versioned_docs/version-3.12/releases/release-notes.mdx @@ -9,6 +9,42 @@ tags: This page includes a list of release notes for ScalarDB 3.12. +## v3.12.4 + +**Release date:** October 13, 2024 + +### Summary + +This release includes several bug fixes, and vulnerability fixes. + +### Community edition + +#### Enhancements + +- Added support for MariaDB 11.4 and Oracle 19. ([#2061](https://github.com/scalar-labs/scalardb/pull/2061)) + +#### Bug fixes + +- Fixed a bug where `NullPointerException` when a table specified in a Get/Scan object is not found in Consensus Commit. ([#2083](https://github.com/scalar-labs/scalardb/pull/2083)) +- Upgraded the mysql driver to fix security issues. [CVE-2023-22102](https://github.com/advisories/GHSA-m6vm-37g8-gqvh "CVE-2023-22102") ([#2238](https://github.com/scalar-labs/scalardb/pull/2238)) +- Upgraded the gRPC library, the Protocol Buffers library, grpc_health_probe, and scalar-admin to fix security issues. [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8 "CVE-2024-7254"), [CVE-2024-25638](https://github.com/advisories/GHSA-cfxw-4h78-h7fw "CVE-2024-25638"), and [CVE-2024-34156](https://github.com/advisories/GHSA-crqm-pwhx-j97f "CVE-2024-34156") ([#2277](https://github.com/scalar-labs/scalardb/pull/2277)) + +### Enterprise edition + +#### Bug fixes + +##### ScalarDB Cluster + +- Fixed a bug where incorrect results are returned when executing SELECT queries with the same column names. +- Fix a bug where `NullPointerException` occurs when catching an exception without message. +- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2024-34156](https://github.com/advisories/GHSA-crqm-pwhx-j97f "CVE-2024-34156") +- Upgraded `scalar-admin` to fix a security issue. [CVE-2024-25638](https://github.com/advisories/GHSA-cfxw-4h78-h7fw "CVE-2024-25638") +- Upgraded the Protobuf Java library to fix a security issue. [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8 "CVE-2024-7254") + +##### ScalarDB GraphQL + +- Upgraded the GraphQL Java library to fix security issues. [CVE-2024-40094](https://github.com/advisories/GHSA-h9mq-f6q5-6c8m "CVE-2024-40094") + ## v3.12.3 **Release date:** July 3, 2024 diff --git a/versioned_docs/version-3.9/releases/release-notes.mdx b/versioned_docs/version-3.9/releases/release-notes.mdx index 6870dcee..2aa95f6e 100644 --- a/versioned_docs/version-3.9/releases/release-notes.mdx +++ b/versioned_docs/version-3.9/releases/release-notes.mdx @@ -9,6 +9,40 @@ tags: This page includes a list of release notes for ScalarDB 3.9. +## v3.9.7 + +**Release date:** October 13, 2024 + +### Summary + +This release includes several bug fixes, and vulnerability fixes. + +### Community edition + +#### Enhancements + +- Added support for MariaDB 11.4 and Oracle 19. ([#2061](https://github.com/scalar-labs/scalardb/pull/2061)) + +#### Bug fixes + +- Fixed a bug where `NullPointerException` when a table specified in a Get/Scan object is not found in Consensus Commit. ([#2083](https://github.com/scalar-labs/scalardb/pull/2083)) +- Upgraded the mysql driver to fix security issues. [CVE-2023-22102](https://github.com/advisories/GHSA-m6vm-37g8-gqvh "CVE-2023-22102") ([#2238](https://github.com/scalar-labs/scalardb/pull/2238)) +- Upgraded the gRPC library, the Protocol Buffers library, grpc_health_probe, and scalar-admin to fix security issues. [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8 "CVE-2024-7254"), [CVE-2024-25638](https://github.com/advisories/GHSA-cfxw-4h78-h7fw "CVE-2024-25638"), and [CVE-2024-34156](https://github.com/advisories/GHSA-crqm-pwhx-j97f "CVE-2024-34156") ([#2277](https://github.com/scalar-labs/scalardb/pull/2277)) + +### Enterprise edition + +#### Bug fixes + +##### ScalarDB Cluster + +- Upgraded `grpc_health_probe` to fix a security issue. [CVE-2024-34156](https://github.com/advisories/GHSA-crqm-pwhx-j97f "CVE-2024-34156") +- Upgraded `scalar-admin` to fix a security issue. [CVE-2024-25638](https://github.com/advisories/GHSA-cfxw-4h78-h7fw "CVE-2024-25638") +- Upgraded the Protobuf Java library to fix a security issue. [CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8 "CVE-2024-7254") + +##### ScalarDB GraphQL + +- Upgraded the GraphQL Java library to fix security issues. [CVE-2024-40094](https://github.com/advisories/GHSA-h9mq-f6q5-6c8m "CVE-2024-40094") + ## v3.9.6 **Release date:** June 28, 2024