From 7cf44055cfcbd6a4dbbce589c7415d21ce07d48f Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 18 Oct 2024 15:56:31 +0300 Subject: [PATCH] Release v0.30.3 Signed-off-by: Alex Vanin --- CHANGELOG.md | 15 +++++++++++++-- VERSION | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec81d36..a705ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ This document outlines major changes between releases. ## [Unreleased] -## [0.30.2] - 2024-09-03 +## [0.30.3] - 2024-10-18 + +### Fixed +- Get response on S3 multipart object (#142) + +### Added - Support percent-encoding for GET queries (#134) +### Changed +- Split `FrostFS` interface into separate read methods (#127) + +## [0.30.2] - 2024-09-03 + ### Added - Fuzzing tests (#135) @@ -136,4 +146,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.30.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.29.0...v0.30.0 [0.30.1]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.0...v0.30.1 [0.30.2]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.1...v0.30.2 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.2...master +[0.30.2]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.2...v0.30.3 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.3...master diff --git a/VERSION b/VERSION index d1b3cf0..43bd443 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.30.2 +v0.30.3