From e184b333e41a9cae7278bfdf1a2fe1e6aca35d41 Mon Sep 17 00:00:00 2001 From: Marina Biryukova Date: Wed, 12 Feb 2025 14:49:30 +0300 Subject: [PATCH] [#612] Port changelog from support branch Signed-off-by: Marina Biryukova --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- VERSION | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f38c1c61..3d75d9de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,34 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.32.9] - 2025-02-12 + +### Fixed +- Make `Content-Md5` header check optional (#612) + +## [0.32.8] - 2025-02-11 + +### Fixed +- Return 404 instead of 500 when object is missing in object storage and available in the tree (#626) + +### Added +- `tree_stream_timeout` configuration parameter (#627) + +## [0.32.7] - 2025-02-06 + +### Fixed +- Correct passing copies number during multipart upload (#623) + +## [0.32.6] - 2025-02-05 + +### Fixed +- Connection leak when `feature.tree_pool_netmap_support` is enabled (#622) + +## [0.32.5] - 2025-02-04 + +### Fixed +- Support trailing headers signature during aws-chunk upload (#607) + ## [0.32.4] - 2025-02-03 ### Fixed @@ -419,4 +447,9 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.32.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.1...v0.32.2 [0.32.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.2...v0.32.3 [0.32.4]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.3...v0.32.4 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.4...master \ No newline at end of file +[0.32.5]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.4...v0.32.5 +[0.32.6]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.5...v0.32.6 +[0.32.7]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.6...v0.32.7 +[0.32.8]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.7...v0.32.8 +[0.32.9]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.8...v0.32.9 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.9...master \ No newline at end of file diff --git a/VERSION b/VERSION index a630fffc..bd2162b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.32.4 +v0.32.9