From be7fd6be3e4b9eeab2a52120c48551e4f024aa6e Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 20 Dec 2024 14:28:51 +0300 Subject: [PATCH] Release v0.32.0 Signed-off-by: Alex Vanin --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++-- VERSION | 2 +- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a6a911..773a086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.32.0] - Khumbu - 2024-12-20 + +### Added +- Metric of dropped logs by log sampler (#502) +- SigV4A signature algorithm (#339) +- TLS Termination header for SSE-C (#562) +- Kludge profile support (#147) +- Netmap support in tree pool (#577) + +### Changed +- Improved multipart removal speed (#559) +- Updated tree service pool without api-go dependency (#570) + +## [0.31.3] - 2024-12-17 + +### Fixed +- Return BucketAlreadyExists when global domain taken (#584) +- Fix list-buckets vhs routing (#583) +- Skip port when matching listen domains (#586) + +## [0.31.2] - 2024-12-13 + +### Fixed +- Unable to remove EC object (#576) + ## [0.31.1] - 2024-11-28 ### Fixed @@ -62,6 +87,11 @@ This document outlines major changes between releases. ### Removed - Reduce using mutex when update app settings (#329) +## [0.30.9] - 2024-12-13 + +### Fixed +- Unable to remove EC object (#576) + ## [0.30.8] - 2024-10-18 ### Fixed @@ -347,6 +377,10 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.30.6]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.5...v0.30.6 [0.30.7]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.6...v0.30.7 [0.30.8]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.7...v0.30.8 -[0.31.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.8...v0.31.0 +[0.30.9]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.8...v0.30.9 +[0.31.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.9...v0.31.0 [0.31.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.0...v0.31.1 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.1...master \ No newline at end of file +[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 diff --git a/VERSION b/VERSION index 5affb13..420000f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.31.1 +v0.32.0