forked from TrueCloudLab/frostfs-api-go
Update changelog and readme for v1.2.0
This commit is contained in:
parent
123837af93
commit
2bf5a0c30b
2 changed files with 23 additions and 1 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,6 +1,23 @@
|
|||
# Changelog
|
||||
This is the changelog for NeoFS-API-Go
|
||||
|
||||
## [1.2.0] - 2020-07-08
|
||||
|
||||
### Added
|
||||
|
||||
- Extended ACL types.
|
||||
- Getters and setters of ```EACLTable``` and its internal messages.
|
||||
- Wrappers over ```EACLTable``` and its internal messages.
|
||||
- Getters, setters and marshaling methods of wrappers.
|
||||
|
||||
### Changed
|
||||
|
||||
- Mechanism for signing requests on the principle of Matryoshka.
|
||||
|
||||
### Updated
|
||||
|
||||
- NeoFS API v1.1.0 => 1.2.0
|
||||
|
||||
## [1.1.0] - 2020-06-18
|
||||
|
||||
### Added
|
||||
|
@ -357,3 +374,4 @@ Initial public release
|
|||
[0.7.6]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.7.5...v0.7.6
|
||||
[1.0.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.7.6...v1.0.0
|
||||
[1.1.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.0.0...v1.1.0
|
||||
[1.2.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.1.0...v1.2.0
|
||||
|
|
|
@ -15,7 +15,11 @@ can be used for integration with NeoFS.
|
|||
|
||||
[neofs-api v1.1.0]: https://github.com/nspcc-dev/neofs-api/releases/tag/v1.1.0
|
||||
[neofs-api-go v1.1.0]: https://github.com/nspcc-dev/neofs-api-go/releases/tag/v1.1.0
|
||||
[neofs-api-go v1.1.0] supports [neofs-api v1.1.0]
|
||||
* [neofs-api-go v1.1.0] supports [neofs-api v1.1.0]
|
||||
|
||||
[neofs-api v1.2.0]: https://github.com/nspcc-dev/neofs-api/releases/tag/v1.2.0
|
||||
[neofs-api-go v1.2.0]: https://github.com/nspcc-dev/neofs-api-go/releases/tag/v1.2.0
|
||||
* [neofs-api-go v1.2.0] supports [neofs-api v1.2.0]
|
||||
|
||||
## Description
|
||||
|
||||
|
|
Loading…
Reference in a new issue