forked from TrueCloudLab/frostfs-api-go
Update changelog for v1.20.3
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
8c99d9d54c
commit
ee0484acd9
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## [1.20.3] - 2020-11-25
|
||||
|
||||
### Added
|
||||
|
||||
- `AddObjectIDFilter` method of `SearchFilters` type
|
||||
- `WithDialTimeout` option of v2 and SDK `Client`'s
|
||||
- `GetEACLWithSignature` method of SDK `Client` type
|
||||
|
||||
### Fixed
|
||||
|
||||
- incorrect signature verification algorithm in `GetEACL` method of SDK `Client`
|
||||
|
||||
## [1.20.2] - 2020-11-17
|
||||
|
||||
### Fixed
|
||||
|
@ -415,3 +427,4 @@ Initial public release
|
|||
[1.20.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.3.0...v1.20.0
|
||||
[1.20.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.20.0...v1.20.1
|
||||
[1.20.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.20.1...v1.20.2
|
||||
[1.20.3]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.20.2...v1.20.3
|
||||
|
|
Loading…
Reference in a new issue