forked from TrueCloudLab/frostfs-api-go
Merge tag 'v1.3.0' into develop
Release v1.3.0
This commit is contained in:
commit
ad0213d256
2 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
This is the changelog for NeoFS-API-Go
|
This is the changelog for NeoFS-API-Go
|
||||||
|
|
||||||
|
## [1.3.0] - 2020-07-23
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Format of ```refs.OwnerID``` based on NEO3.
|
||||||
|
- Binary format of extended ACL table.
|
||||||
|
- ```acl``` package structure.
|
||||||
|
|
||||||
## [1.2.0] - 2020-07-08
|
## [1.2.0] - 2020-07-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -375,3 +383,4 @@ Initial public release
|
||||||
[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
|
[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
|
[1.2.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.1.0...v1.2.0
|
||||||
|
[1.3.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.2.0...v1.3.0
|
||||||
|
|
|
@ -21,6 +21,9 @@ can be used for integration with NeoFS.
|
||||||
[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]: 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]
|
* [neofs-api-go v1.2.0] supports [neofs-api v1.2.0]
|
||||||
|
|
||||||
|
[neofs-api-go v1.3.0]: https://github.com/nspcc-dev/neofs-api-go/releases/tag/v1.3.0
|
||||||
|
* [neofs-api-go v1.3.0] supports [neofs-api v1.2.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