From 0de48692b9dd059f9dbb29ab1dfd2e6b533a332a Mon Sep 17 00:00:00 2001 From: Evgenii Baidakov Date: Wed, 14 Aug 2024 12:35:32 +0400 Subject: [PATCH] CHANGELOG: release 0.31.0 Signed-off-by: Evgenii Baidakov --- CHANGELOG.md | 38 +++++++++++++++++++++++++------------- VERSION | 2 +- 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ff5ef6..6a44853a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,33 @@ This document outlines major changes between releases. ## [Unreleased] +### Added + +### Changed + +### Fixed + +### Updated + +## [0.31.0] - 2024-08-15 + +### Added +- Use HKDF salt and info (#972) +- Allow addresses to be used in EACLs (#976) + +### Updated +- github.com/nspcc-dev/neofs-sdk-go dependency from v1.0.0-rc.12 to v1.0.0-rc.12.0.20240807160341-3528eb5bb1cc + ### Changed - Single `rpc_endpoint` config option replaced with multiple endpoints `fschain.endpoints` option (#968) -### Updating from 0.30.1 +### Fixed +- Save hashless object header in SpitV2 (#974) +- Clean actual object version (#970) -Notice that the configuration parameter `fschain.endpoints` contains multiple endpoints. -For migration, you should update config from old notation -```yaml -rpc_endpoint: http://some-host:30333 -``` -to the new one -```yaml -fschain: - endpoints: - - http://some-host:30333 -``` +### Updating from 0.30.1 +- Old access boxes are incompatible with this version. +- The gate compatible only with node 0.43.0+. ## [0.30.1] - 2024-06-19 @@ -583,4 +594,5 @@ releases. [0.29.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.28.2...v0.29.0 [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 -[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.30.1...master +[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 diff --git a/VERSION b/VERSION index c173e42d..7021025f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.30.1 +v0.31.0