From d95228c40283cf6e188073a87a802af7e5dc0a7d Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Fri, 23 Sep 2022 19:15:58 +0400 Subject: [PATCH] =?UTF-8?q?Release=20v2.14.0=20-=20Anmado=20(=EC=95=88?= =?UTF-8?q?=EB=A7=88=EB=8F=84,=20=E9=9E=8D=E9=A6=AC=E5=B3=B6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Leonard Lyubich --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca21fbb..81f2852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.14.0] - 2022-09-23 - Anmado (안마도, 鞍馬島) + +### Added +- `NetmapSnapsot` RPC to `netmap.NetmapService` (#228) +- Well-known object attribute `FilePath` of `object.Header.Attribute` (#238) +- `MAINTENANCE` value of `netmap.NodeInfo.State` enum (#237) +- `NODE_UNDER_MAINTENANCE` code to `status.CommonFail` status section (#237) +- Well-known node attribute `ExternalAddr` of `netmap.NodeInfo.Attribute` (#235) + +### Changed +- Object session can be issued for a group of objects (#202) +- System network parameters are explicitly declared in `NetworkConfig.Parameter` (#214) + ## [2.13.1] - 2022-08-01 ### Added @@ -471,3 +484,4 @@ Bump major release [2.12.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.11.0...v2.12.0 [2.13.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.12.0...v2.13.0 [2.13.1]: https://github.com/nspcc-dev/neofs-api/compare/v2.13.0...v2.13.1 +[2.14.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.13.1...v2.14.0