From 2cae50d8ad19345ba2891be25b897ef4e9ed26ad Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Wed, 18 Dec 2024 11:04:43 +0900 Subject: [PATCH] v1.8.2 Signed-off-by: Kentaro Hayashi --- ChangeLog | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c759dda..6f997f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Release 1.8.2 - 2024/12/18 + + * out_s3: Add more logging to identify unexpected error of Tempfile#close. + * out_s3: Support `checksum_algorithm` parameter to validate the data with checksum (CRC32, CRC32C, SHA1 and SHA256) during upload/download. + Release 1.8.1 - 2024/11/15 * dependency: Change zstd-ruby dependency optional. Install zstd-ruby manually if you want to enable Zstd compression feature. diff --git a/VERSION b/VERSION index b9268da..53adb84 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.1 \ No newline at end of file +1.8.2