This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
25
## [ 1.30.0] - 2021-10-19 - Udo (우도, 牛島)
4
26
5
27
NeoFS API v2.10 support.
@@ -734,3 +756,4 @@ Initial public release
734
756
[ 1.28.3 ] : https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.2...v1.28.3
735
757
[ 1.29.0 ] : https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.3...v1.29.0
736
758
[ 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
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ versions and SDK layer working with all of them in a handy way.
33
33
| v1.28.x| [ v2.8.0] ( https://github.com/nspcc-dev/neofs-api/releases/tag/v2.8.0 ) |
34
34
| v1.29.x| [ v2.9.1] ( https://github.com/nspcc-dev/neofs-api/releases/tag/v2.9.1 ) |
35
35
| 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 ) |
36
37
37
38
38
39
## Contributing
You can’t perform that action at this time.
0 commit comments