From 8b17921f031f1d5b7a82f45dde20b084042371e9 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 2 Dec 2021 18:03:57 +0300 Subject: [PATCH] =?UTF-8?q?Release=20v2.11.0=20-=20Sinjido=20(=EC=8B=A0?= =?UTF-8?q?=EC=A7=80=EB=8F=84,=20=E8=96=AA=E6=99=BA=E5=B3=B6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alex Vanin --- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 1 + 2 files changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf727f..d840ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2.11.0] - 2021-12-02 - Sinjido (신지도, 薪智島) + +NeoFS API v2.11 support. High level packages are moved to +[neofs-sdk-go](https://github.com/nspcc-dev/neofs-sdk-go) repository. +Repository restructured as Go module version 2 and synced with +[neofs-api](https://github.com/nspcc-dev/neofs-api) release version. + +### Fixed +- Protobuf recompile script handles path with special symbols correctly (#354) +- `make dep` command (#364) + +### Added +- Status codes in response messages (#350) +- Storage subnetwork types (#355, #356, #360, #362) + +### Changed +- neofs-api-go is now Go module version 2 (#201) + +### Removed +- All packages from `pkg` moved to + [neofs-sdk-go](https://github.com/nspcc-dev/neofs-sdk-go) (#201) + ## [1.30.0] - 2021-10-19 - Udo (우도, 牛島) NeoFS API v2.10 support. @@ -734,3 +756,4 @@ Initial public release [1.28.3]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.2...v1.28.3 [1.29.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.3...v1.29.0 [1.30.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.29.0...v1.30.0 +[2.11.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.30.0...v2.11.0 diff --git a/README.md b/README.md index 756351b..fd12e93 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ versions and SDK layer working with all of them in a handy way. |v1.28.x|[v2.8.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.8.0)| |v1.29.x|[v2.9.1](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.9.1)| |v1.30.x|[v2.10.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.10.0)| +|v2.11.x|[v2.11.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.11.0)| ## Contributing