forked from TrueCloudLab/frostfs-api-go
Merge tag 'v1.1.0' into develop
Release v1.1.0
This commit is contained in:
commit
ce4513ce54
2 changed files with 24 additions and 0 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,6 +1,23 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
This is the changelog for NeoFS-API-Go
|
This is the changelog for NeoFS-API-Go
|
||||||
|
|
||||||
|
## [1.1.0] - 2020-06-18
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- `container.SetExtendedACL` rpc.
|
||||||
|
- `container.GetExtendedACL` rpc.
|
||||||
|
- Bearer token to all request messages.
|
||||||
|
- X-headers to all request messages.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Implementation and signatures of Sign/Verify request functions.
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
|
||||||
|
- NeoFS API v1.0.0 => 1.1.0
|
||||||
|
|
||||||
## [1.0.0] - 2020-05-26
|
## [1.0.0] - 2020-05-26
|
||||||
|
|
||||||
- Bump major release
|
- Bump major release
|
||||||
|
@ -339,3 +356,4 @@ Initial public release
|
||||||
[0.7.5]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.7.4...v0.7.5
|
[0.7.5]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.7.4...v0.7.5
|
||||||
[0.7.6]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.7.5...v0.7.6
|
[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.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
|
||||||
|
|
|
@ -11,6 +11,12 @@
|
||||||
NeoFS API repository contains implementation of core NeoFS structures that
|
NeoFS API repository contains implementation of core NeoFS structures that
|
||||||
can be used for integration with NeoFS.
|
can be used for integration with NeoFS.
|
||||||
|
|
||||||
|
## Сompatibility
|
||||||
|
|
||||||
|
[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]
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Repository contains 13 packages that implement NeoFS core structures. These
|
Repository contains 13 packages that implement NeoFS core structures. These
|
||||||
|
|
Loading…
Reference in a new issue