forked from TrueCloudLab/frostfs-api-go
Release v2.13.0 - Yeonpyeongdo (연평도, 延坪島)
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
bb9fc5bfab
commit
cdce7edc39
8 changed files with 12 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## [2.13.0] - 2022-07-04 - Yeonpyeongdo (연평도, 延坪島)
|
||||
|
||||
NeoFS API v2.13 support
|
||||
|
||||
### Added
|
||||
- WalletConnect signature scheme (#386)
|
||||
- `object.StatusOutOfRange` enum value (#407)
|
||||
- Functionality to disable homomorphic hashing in container (#399)
|
||||
- `status.SignatureVerificationFail` enum value (#405)
|
||||
|
||||
## [2.12.2] - 2022-06-03
|
||||
|
||||
### Added
|
||||
|
@ -809,3 +819,4 @@ Initial public release
|
|||
[2.12.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v2.11.1...v2.12.0
|
||||
[2.12.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v2.12.0...v2.12.1
|
||||
[2.12.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v2.12.1...v2.12.2
|
||||
[2.13.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v2.12.2...v2.13.0
|
||||
|
|
|
@ -35,6 +35,7 @@ versions. For a more high-level SDK see [NeoFS SDK](https://github.com/nspcc-dev
|
|||
|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)|
|
||||
|v2.12.x|[v2.12.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.12.0)|
|
||||
|v2.13.x|[v2.13.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.13.0)|
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
BIN
accounting/grpc/service_grpc.pb.go
generated
BIN
accounting/grpc/service_grpc.pb.go
generated
Binary file not shown.
BIN
container/grpc/service_grpc.pb.go
generated
BIN
container/grpc/service_grpc.pb.go
generated
Binary file not shown.
BIN
netmap/grpc/service_grpc.pb.go
generated
BIN
netmap/grpc/service_grpc.pb.go
generated
Binary file not shown.
BIN
object/grpc/service_grpc.pb.go
generated
BIN
object/grpc/service_grpc.pb.go
generated
Binary file not shown.
BIN
reputation/grpc/service_grpc.pb.go
generated
BIN
reputation/grpc/service_grpc.pb.go
generated
Binary file not shown.
BIN
session/grpc/service_grpc.pb.go
generated
BIN
session/grpc/service_grpc.pb.go
generated
Binary file not shown.
Loading…
Reference in a new issue