Release v2.11.0 - Sinjido (신지도, 薪智島)
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
4b67b56c4b
commit
8b17921f03
2 changed files with 24 additions and 0 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,5 +1,27 @@
|
||||||
# Changelog
|
# 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 (우도, 牛島)
|
## [1.30.0] - 2021-10-19 - Udo (우도, 牛島)
|
||||||
|
|
||||||
NeoFS API v2.10 support.
|
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.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.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
|
[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
|
||||||
|
|
|
@ -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.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.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)|
|
|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
|
## Contributing
|
||||||
|
|
Loading…
Reference in a new issue