From ccdea0ea2c7957944169582551ab52e3244c097d Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 27 Jan 2021 20:57:27 +0300 Subject: [PATCH] Update changelog for v0.14.3 Signed-off-by: Alex Vanin --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7624883..265248679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog Changelog for NeoFS Node +## [0.14.3] - 2021-01-27 + +### Fixed +- Upload of objects bigger than single gRPC message. +- Inconsistent placement issues (#347, #349). +- Bug when ACL request classifier failed to classify `RoleOthers` in + first epoch. + +### Added +- Debug section in readme file for testnet configuration. + +### Changed +- Docker images now based on alpine and contain shell. +- Node bootstraps with active state in node info structure. + ## [0.14.2] - 2021-01-20 Testnet4 related bugfixes. @@ -166,6 +181,7 @@ NeoFS-API v2.0 support and updated brand-new storage node application. First public review release. +[0.14.3]: https://github.com/nspcc-dev/neofs-node/compare/v0.14.2...v0.14.3 [0.14.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.14.1...v0.14.2 [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