diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d33285..fff6ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,18 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.29.0] - Zemu - 2024-05-27 + ### Fixed - Fix marshaling errors in `DeleteObjects` method (#222) - Fix status code in GET/HEAD delete marker (#226) - Fix `NextVersionIDMarker` in `list-object-versions` (#248) - Fix possibility of panic during SIGHUP (#288) - Fix flaky `TestErrorTimeoutChecking` (`make test` sometimes failed) (#290) -- Fix user owner ID in billing metrics (#321) +- Fix log-level change on SIGHUP (#313) +- Fix anonymous put request (#311) +- Fix routine leak from nns resolver (#324) +- Fix svace errors (#325, #328) ### Added - Add new `frostfs.buffer_max_size_for_put` config param and sync TZ hash for PUT operations (#197) @@ -22,8 +27,7 @@ This document outlines major changes between releases. - Support per namespace placement policies configuration (see `namespaces.config` config param) (#266) - Support control api to manage policies. See `control` config section (#258) - Add `namespace` label to billing metrics (#271) -- Support policy-engine (#257) -- Support `policy` contract (#259) +- Support policy-engine (#257, #259, #282, #283, #302, #307, #345, #351, #358, #360, #362, #383, #354) - Support `proxy` contract (#287) - Authmate: support custom attributes (#292) - Add FrostfsID cache (#269) @@ -35,9 +39,14 @@ This document outlines major changes between releases. - Use tombstone when delete multipart upload (#275) - Support new parameter `cache.accessbox.removing_check_interval` (#305) - Use APE rules instead of eACL in container creation (#306) +- Rework bucket policy with policy-engine (#261) +- Improved object listing speed (#165, #347) +- Logging improvement (#300, #318) ### Removed - Drop sending whitespace characters during complete multipart upload and related config param `kludge.complete_multipart_keepalive` (#227) +- Unused legacy minio related code (#299) +- Redundant output with journald logging (#298) ## [0.28.2] - 2024-05-27 @@ -165,4 +174,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.28.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.27.0...v0.28.0 [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 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.2...master +[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 diff --git a/VERSION b/VERSION index 46e8233..91d002b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.28.2 +v0.29.0