From 058538768bec5344232e7b20db8ab9b1c8d1fdac Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Fri, 29 Jul 2022 12:08:41 +0300 Subject: [PATCH] [#1640] Release v0.30.1 Signed-off-by: Evgenii Stratonikov Signed-off-by: Pavel Karpy --- CHANGELOG.md | 17 ++++++++++++++++- VERSION | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c392b62..c81e99f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,20 @@ Change `morph.endpoint.client` priority values using the following rule: the higher the priority the lower the value (non-specified or `0` values are interpreted as the highest priority -- `1`). +## [0.30.1] - 2022-07-29 + +### Fixed + +- `GetRange` operation now works correctly with objects stored in write-cache (#1638) +- Losing request context in eACL response checks (#1595) +- Wrong balance contract in innerring processor (#1636) +- `neofs-adm` now sets groups in manifest for all contracts properly (#1631) + +### Updated + +- `neo-go` to `v0.99.1` +- `neofs-sdk-go` to `v1.0.0-rc.6` + ## [0.30.0] - 2022-07-22 - Saengildo (생일도, 生日島) ### Added @@ -1202,7 +1216,8 @@ NeoFS-API v2.0 support and updated brand-new storage node application. First public review release. -[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.30.0...master +[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.30.1...support/v0.30 +[0.30.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.30.0...v0.30.1 [0.30.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.29.0...v0.30.0 [0.29.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.28.3...v0.29.0 [0.28.3]: https://github.com/nspcc-dev/neofs-node/compare/v0.28.2...v0.28.3 diff --git a/VERSION b/VERSION index 9388ecbd5..c173e42d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.30.0 +v0.30.1