From 5842f5bad58ddcb7f8e8f7d6f103349baf0cd6f4 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 16 Jan 2025 17:04:22 +0300 Subject: [PATCH] Release v0.32.1 Signed-off-by: Alex Vanin --- CHANGELOG.md | 16 +++++++++++++++- VERSION | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465812f..388c65f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,22 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.32.1] - 2025-01-17 + +### Fixed +- Response codes when checking ACL format (#531) +- CORS unmarshal without xmlns (#594) +- Response code for invalid Content-Md5 header (#598) + ### Added +- Derive encryption keys for accessbox with salt (#529) +- Debug log when bucket settings not found (#595) +- Context cancellation during tree node streaming (#569) - Add LimitExceeded error (#589) +### Changed +- Docker image repository (#590, #587) + ## [0.32.0] - Khumbu - 2024-12-20 ### Added @@ -386,4 +399,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.31.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.1...v0.31.2 [0.31.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.2...v0.31.3 [0.32.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.3...v0.32.0 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.0...master \ No newline at end of file +[0.32.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.0...v0.32.1 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.1...master \ No newline at end of file diff --git a/VERSION b/VERSION index 420000f..0e22fde 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.32.0 +v0.32.1