From 77b2d6f2d15065bfa1c5f0c0b05ee572fd7ae092 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 10 Dec 2024 16:46:43 +0300 Subject: [PATCH] CHANGELOG: release 0.33.0 Signed-off-by: Roman Khimov --- CHANGELOG.md | 17 ++++++++++++++++- VERSION | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 983c8a9a..1abbc8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,25 @@ This document outlines major changes between releases. ### Added ### Changed + +### Fixed + +### Updated + +## [0.33.0] - 2024-12-10 + +### Changed +- ACLs are disabled now by default (like in AWS S3), but can be enabled via policy (#1018, #1026, #1036) - Log sampling is disabled now (#1024) +- Concurrent parts upload is possible now for multipart uploads (#1034, #1041) +- neofs_s3_version_info metric renamed to neofs_s3_version (#1035) ### Fixed +- authmate not checking for URL validity when creating presigned URL (#1027) +- Panic in chunked encoding handler (#1039) ### Updated +- NeoGo dependency to 0.107.0 (#1040) ## [0.32.0] - 2024-10-01 @@ -658,4 +672,5 @@ releases. [0.31.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.30.1...v0.31.0 [0.31.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.0...v0.31.1 [0.32.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.1...v0.32.0 -[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.32.0...master +[0.33.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.32.0...v0.33.0 +[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.33.0...master diff --git a/VERSION b/VERSION index 420000f9..7fdbfd64 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.32.0 +v0.33.0