From d56f31fb1399c81dbfaabdf22f77a513b610446e Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 13 Sep 2024 13:48:41 +0300 Subject: [PATCH] CHANGELOG: release 0.31.1 Signed-off-by: Roman Khimov --- CHANGELOG.md | 18 +++++++++++++++++- VERSION | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e48ab31..c4b0a5a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,25 @@ This document outlines major changes between releases. ### Added ### Changed + +### Fixed + +### Updated + +## [0.31.1] - 2024-09-13 + +### Added + +### Changed +- Documentation for extensions and unsupported features (#990, #991, #995, #998) - Go 1.22+ is required to build now (#927) - stream_timeout default timeout from 10s to 60s (#973) +- Multipart objects are signed directly by gate now (#1001) ### Fixed +- Incorrect locked object deletion (#992) +- Potential version ID collisions in some cases (#993) +- Excessive memory use when working with small objects (#997) ### Updated - github.com/minio/sio from v0.4.0 to v0.4.1 (#927) @@ -631,4 +646,5 @@ releases. [0.30.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.29.0...v0.30.0 [0.30.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.30.0...v0.30.1 [0.31.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.30.1...v0.31.0 -[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.0...master +[0.31.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.0...v0.31.1 +[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.1...master diff --git a/VERSION b/VERSION index 7021025f..5affb131 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.31.0 +v0.31.1