forked from TrueCloudLab/frostfs-api-go
Release v1.30.0 - Udo (우도, 牛島)
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
371dd09bf5
commit
a33394cee4
2 changed files with 23 additions and 0 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,26 @@
|
|||
# Changelog
|
||||
|
||||
## [1.30.0] - 2021-10-19 - Udo (우도, 牛島)
|
||||
|
||||
NeoFS API v2.10 support.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Potential NPE in NEO3Wallet related functions (#340)
|
||||
- Incorrect return of reputation intermediate announcement (#342)
|
||||
|
||||
### Added
|
||||
|
||||
- pkg/client callback to parse internal response information (#337)
|
||||
- Service filter type in extended ACL from API v2.10 (#338)
|
||||
- Enhanced network info structures from API v2.10 (#339)
|
||||
- Well-known public-append basic ACL constant (#341)
|
||||
- Native contract names support (#351)
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated grpc to v1.41.0 (#176)
|
||||
|
||||
## [1.29.0] - 2021-08-27 - Anmyeondo (안면도, 安眠島)
|
||||
|
||||
### Fixed
|
||||
|
@ -712,3 +733,4 @@ Initial public release
|
|||
[1.28.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.1...v1.28.2
|
||||
[1.28.3]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.2...v1.28.3
|
||||
[1.29.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.3...v1.29.0
|
||||
[1.30.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.29.0...v1.30.0
|
||||
|
|
|
@ -32,6 +32,7 @@ versions and SDK layer working with all of them in a handy way.
|
|||
|v1.27.x|[v2.7.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.7.0)|
|
||||
|v1.28.x|[v2.8.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.8.0)|
|
||||
|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)|
|
||||
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Reference in a new issue