From 1be2486221eee03a1fb8257efaf91be6179c2846 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 24 Oct 2024 04:55:48 +0000 Subject: [PATCH 1/3] AUTO: Sync ScalarDL docs in English to docs site repo --- docs/ca/caserver-getting-started.mdx | 2 +- docs/releases/release-notes.mdx | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/docs/ca/caserver-getting-started.mdx b/docs/ca/caserver-getting-started.mdx index 9b0afce4..1e650633 100644 --- a/docs/ca/caserver-getting-started.mdx +++ b/docs/ca/caserver-getting-started.mdx @@ -1,4 +1,4 @@ -# How to start CA sever with CFSSL +# How to start CA server with CFSSL This document describes how to start CA server with CFSSL. diff --git a/docs/releases/release-notes.mdx b/docs/releases/release-notes.mdx index 88bb81a1..97963fba 100644 --- a/docs/releases/release-notes.mdx +++ b/docs/releases/release-notes.mdx @@ -2,27 +2,6 @@ This page includes a list of release notes for ScalarDL 3.9. -## v3.9.2 - -**Release date:** August 28, 2024 - -### Summary - -This release includes several bug fixes and vulnerability fixes. - -### Bug fixes - -- Fixed a bug when handling PKCS#8 format private key. -- Fixed a comment for HMAC settings. -- Fixed sources and Javadoc for artifacts. -- Fixed [CVE-2024-24790](https://github.com/advisories/GHSA-49gw-vxvf-fc2g "CVE-2024-24790"), [CVE-2023-45283](https://github.com/advisories/GHSA-vvjp-q62m-2vph "CVE-2023-45283"), and [CVE-2023-45288](https://github.com/advisories/GHSA-4v7x-pqxf-cx7m "CVE-2023-45288"). -- Fixed an issue that does not run integration tests with JUnit5. -- Fixed e2e tests to run correctly. -- Fixed unexpected validation execution. -- Fixed a bug with non-nonce transaction ID. -- Fixed a bug where a transaction with the JDBC transaction manager wrongly overwrites an asset. -- Fixed a bug that makes the Ledger service unable to execute contracts on DynamoDB. - ## v3.9.1 **Release date:** April 19, 2024 From 78524c93a46b5bbf305718e28e3fb4e72a51332f Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:00:22 +0900 Subject: [PATCH 2/3] AUTO: Sync ScalarDL docs in English to docs site repo --- docs/ca/caserver-getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ca/caserver-getting-started.mdx b/docs/ca/caserver-getting-started.mdx index 9b0afce4..1e650633 100644 --- a/docs/ca/caserver-getting-started.mdx +++ b/docs/ca/caserver-getting-started.mdx @@ -1,4 +1,4 @@ -# How to start CA sever with CFSSL +# How to start CA server with CFSSL This document describes how to start CA server with CFSSL. From fbe7ea595898b52158dceaa65489247b9128f8ba Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:03:20 +0900 Subject: [PATCH 3/3] Revert "Merge branch 'scalardl/update-docs-3.9-en-us' of https://github.com/scalar-labs/docs-scalardl into scalardl/update-docs-3.9-en-us" This reverts commit 862af6098f29d0cb98265138dbf8248ac429b572, reversing changes made to 78524c93a46b5bbf305718e28e3fb4e72a51332f. --- docs/releases/release-notes.mdx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/releases/release-notes.mdx b/docs/releases/release-notes.mdx index 97963fba..88bb81a1 100644 --- a/docs/releases/release-notes.mdx +++ b/docs/releases/release-notes.mdx @@ -2,6 +2,27 @@ This page includes a list of release notes for ScalarDL 3.9. +## v3.9.2 + +**Release date:** August 28, 2024 + +### Summary + +This release includes several bug fixes and vulnerability fixes. + +### Bug fixes + +- Fixed a bug when handling PKCS#8 format private key. +- Fixed a comment for HMAC settings. +- Fixed sources and Javadoc for artifacts. +- Fixed [CVE-2024-24790](https://github.com/advisories/GHSA-49gw-vxvf-fc2g "CVE-2024-24790"), [CVE-2023-45283](https://github.com/advisories/GHSA-vvjp-q62m-2vph "CVE-2023-45283"), and [CVE-2023-45288](https://github.com/advisories/GHSA-4v7x-pqxf-cx7m "CVE-2023-45288"). +- Fixed an issue that does not run integration tests with JUnit5. +- Fixed e2e tests to run correctly. +- Fixed unexpected validation execution. +- Fixed a bug with non-nonce transaction ID. +- Fixed a bug where a transaction with the JDBC transaction manager wrongly overwrites an asset. +- Fixed a bug that makes the Ledger service unable to execute contracts on DynamoDB. + ## v3.9.1 **Release date:** April 19, 2024