forked from TrueCloudLab/frostfs-api-go
Release v2.12.0 - Heuksando (흑산도, 黑山島)
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
e872572ba3
commit
f4fd28e39b
2 changed files with 19 additions and 1 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
## [2.12.0] - 2022-02-25 - Heuksando (흑산도, 黑山島)
|
||||
|
||||
NeoFS API v2.12 support
|
||||
|
||||
### Added
|
||||
- Network magic field (`uint64`) to `session.RequestMetaHeader` (#367)
|
||||
- Constants for attributes related to object notifications (#372)
|
||||
- `refs.SignatureScheme` enum and corresponding field to `session.Signature` message (#55)
|
||||
- New status codes in `container`, `object` and `session` packages (#371)
|
||||
- `object.TypeLock` type enum value and `object.Lock` type of its content (#371)
|
||||
|
||||
### Changed
|
||||
- API of `signature` package (#55)
|
||||
|
||||
### Deprecated
|
||||
- `SessionToken`, `SessionTokenBody` and `SessionTokenContext` types from `session` package
|
||||
|
||||
## [2.11.1] - 2021-12-28
|
||||
|
||||
### Added
|
||||
|
@ -763,3 +780,4 @@ Initial public release
|
|||
[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
|
||||
[2.11.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v2.11.0...v2.11.1
|
||||
[2.12.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v2.11.1...v2.12.0
|
||||
|
|
|
@ -34,7 +34,7 @@ versions. For a more high-level SDK see [NeoFS SDK](https://github.com/nspcc-dev
|
|||
|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)|
|
||||
|
||||
|v2.12.x|[v2.12.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.12.0)|
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in a new issue