From df3d30d1ec75f295f5a79178bad00877d07692ed Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Tue, 15 Dec 2020 13:37:13 +0300 Subject: [PATCH] Update changelog for v0.13.0 Signed-off-by: Leonard Lyubich --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79265560..a9385970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog Changelog for NeoFS Node +## [0.13.0] - 2020-12-15 - Modo (모도, 茅島) + +Implementation of a local object storage engine. +Adaptation of the object service work scheme for the engine. + +### Changed + +- Object format after transformations. +- Handling of object operations. + +### Added + +- Local storage components: `Engine`, `Shard`, `BlobStor`, + `Metabase`, `Blobovnicza`. +- Support of voting for sidechain governance in IR node. +- `Raw` flag support in Object Get/Head/GetRange CLI commands. + +### Fixed + +- Ignoring object address from session token in eACL validation. + ## [0.12.1] - 2020-11-25 Bugfixes and small performance improvements. @@ -61,6 +82,7 @@ NeoFS-API v2.0 support and updated brand-new storage node application. First public review release. +[0.13.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.12.1...v0.13.0 [0.12.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.10.0...v0.11.0 \ No newline at end of file