From c5ce777311360c4406ff85410c4149a4c581eabe Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 15 Jan 2021 11:07:46 +0300 Subject: [PATCH] Update changelog for v0.14.1 Signed-off-by: Alex Vanin --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7780cf4d..73556742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog Changelog for NeoFS Node +## [0.14.1] - 2021-01-15 + +### Fixed + +- Inner ring node could not confirm `netmap.updateState` notification. +- `object.RangeHash` method ignored salt values. + +### Added + +- Control API service for storage node with health check, netmap and node state + relate methods. +- Object service now looks to previous epoch containers. +- Possibility to configure up multiple NEO RPC endpoints in storage node. + +### Changed + +- Storage node shuts down if event producer RPC node is down. + ## [0.14.0] - 2020-12-30 - Yeouido (여의도, 汝矣島) Preview4 compatible NeoFS nodes with data audit. @@ -131,6 +149,7 @@ NeoFS-API v2.0 support and updated brand-new storage node application. First public review release. +[0.14.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.13.2...v0.14.0 [0.13.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.13.0...v0.13.1