From b87ca97666e8a965ad195d4e0f75d03c9dae9121 Mon Sep 17 00:00:00 2001 From: Dai MIKURUBE Date: Thu, 22 Feb 2024 17:02:40 +0900 Subject: [PATCH] Update ChangeLog on 0.10.4 and 0.10.5 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 269c26d3..ba0c82c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Release 0.10.5 - 2024-02-22 + +* Added max_s3_upload_threads_per_task option to Redshift +* Swap name + drop instead of drop + rename in MySQL replace mode +* Upgrade the Gradle wrapper to 7.6.4, the Gradle plugin for Embulk plugins to 0.6.2, embulk-util-config to 0.3.4, and embulk-util-json to 0.3.0 + +Release 0.10.4 - 2024-01-15 + +* Add assume role authentication for Redshift + Release 0.10.3 - 2023-10-10 * Use NVARCHAR(max) for CLOB, instead of TEXT, when creating a table in SQLServer