From 2d1512b82bbde10bb0c3516384ebe67ca8a655fd Mon Sep 17 00:00:00 2001 From: Kira Date: Fri, 13 May 2022 12:28:58 +0300 Subject: [PATCH] Release 0.21.0 Signed-off-by: Angira Kekteeva --- CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58df8f..f158007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ This document outlines major changes between releases. +## [0.21.0] - 2022-05-13 + +### Added +- Support of get-object-attributes (#430) + +### Fixed +- Reduced time of bucket creation (#426) +- Bucket removal (#428) +- Obtainment of ETag value (#431) + +### Changed +- Authmate doesn't parse session context anymore, now it accepts application defined + flexible structure with container ID in human-readable format (#428) + ## [0.20.0] - 2022-04-29 ### Added @@ -188,3 +202,4 @@ releases. [0.18.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.17.0...v0.18.0 [0.19.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.18.0...v0.19.0 [0.20.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.19.0...v0.20.0 +[0.21.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.20.0...v0.21.0 \ No newline at end of file diff --git a/VERSION b/VERSION index 1847373..759e855 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.20.0 +v0.21.0