From a031777a1b2aaada45729abd852c49037fff359a Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 16 Jul 2024 14:25:15 +0300 Subject: [PATCH] Release v0.30.0 Signed-off-by: Alex Vanin --- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++++++++--- VERSION | 2 +- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee302cf..f7cdd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,28 +4,59 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.30.0] - Kangshung -2024-07-19 + ### Fixed - Fix HTTP/2 requests (#341) - Fix Decoder.CharsetReader is nil (#379) - Fix flaky ACL encode test (#340) +- Docs grammar (#432) ### Added - Add new `reconnect_interval` config param for server rebinding (#291) - Support `GetBucketPolicyStatus` (#301) - Support request IP filter with policy (#371, #377) -- Support tag checks in policies (#357, #365, #392) +- Support tag checks in policies (#357, #365, #392, #403, #411) - Support IAM-MFA checks (#367) - More docs (#334, #353) - Add `register-user` command to `authmate` (#414) +- `User` field in request log (#396) +- Erasure coding support in placement policy (#400) +- Improved test coverage (#402) ### Changed - Update dependencies noted by govulncheck (#368) -- Improve test coverate (#380, #387) +- Improve test coverage (#380, #387) - Support updated naming in native policy JSON (#385) +- Improve determining AccessBox latest version (#335) +- Don't set full_control policy for bucket owner (#407) ### Removed - Remove control api (#406) - Remove notifications (#401) +- Remove `layer.Client` interface (#410) +- Remove extended ACL related code (#372) + +## [0.29.3] - 2024-07-19 + +### Fixed +- Support tree split environment when multiple nodes + may be part of the same sub path (#430) +- Collision of multipart name and system data in the tree (#430) +- Workaround for removal of multiple null versions in unversioned bucket (#430) + +## [0.29.2] - 2024-07-03 + +### Fixed +- Parsing of put-bucket-setting retry configuration (#398) + +## [0.29.1] - 2024-06-20 + +### Fixed +- OPTIONS request processing for object operations (#399) + +### Added +- Retries of put-bucket-setting operation during container creation (#398) ## [0.29.0] - Zemu - 2024-05-27 @@ -198,4 +229,8 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.28.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.0...v0.28.1 [0.28.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.1...v0.28.2 [0.29.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.2...v0.29.0 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.0...master +[0.29.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.0...v0.29.1 +[0.29.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.1...v0.29.2 +[0.29.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.2...v0.29.3 +[0.30.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.3...v0.30.0 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.0...master diff --git a/VERSION b/VERSION index 91d002b..9388ecb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.29.0 +v0.30.0