Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 8b17921

Browse files
committed
Release v2.11.0 - Sinjido (신지도, 薪智島)
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
1 parent 4b67b56 commit 8b17921

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.11.0] - 2021-12-02 - Sinjido (신지도, 薪智島)
4+
5+
NeoFS API v2.11 support. High level packages are moved to
6+
[neofs-sdk-go](https://github.com/nspcc-dev/neofs-sdk-go) repository.
7+
Repository restructured as Go module version 2 and synced with
8+
[neofs-api](https://github.com/nspcc-dev/neofs-api) release version.
9+
10+
### Fixed
11+
- Protobuf recompile script handles path with special symbols correctly (#354)
12+
- `make dep` command (#364)
13+
14+
### Added
15+
- Status codes in response messages (#350)
16+
- Storage subnetwork types (#355, #356, #360, #362)
17+
18+
### Changed
19+
- neofs-api-go is now Go module version 2 (#201)
20+
21+
### Removed
22+
- All packages from `pkg` moved to
23+
[neofs-sdk-go](https://github.com/nspcc-dev/neofs-sdk-go) (#201)
24+
325
## [1.30.0] - 2021-10-19 - Udo (우도, 牛島)
426

527
NeoFS API v2.10 support.
@@ -734,3 +756,4 @@ Initial public release
734756
[1.28.3]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.2...v1.28.3
735757
[1.29.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.3...v1.29.0
736758
[1.30.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.29.0...v1.30.0
759+
[2.11.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.30.0...v2.11.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ versions and SDK layer working with all of them in a handy way.
3333
|v1.28.x|[v2.8.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.8.0)|
3434
|v1.29.x|[v2.9.1](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.9.1)|
3535
|v1.30.x|[v2.10.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.10.0)|
36+
|v2.11.x|[v2.11.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.11.0)|
3637

3738

3839
## Contributing

0 commit comments

Comments
 (0)