forked from TrueCloudLab/frostfs-api-go
Merge tag 'v0.2.8' into develop
Release v0.2.8
This commit is contained in:
commit
35e92e5227
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
This is the changelog for NeoFS Proto
|
This is the changelog for NeoFS Proto
|
||||||
|
|
||||||
|
## [0.2.8] - 2019-12-21
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Container access control type definitions
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Used sync.Pool for Sign/VerifyRequestHeader
|
||||||
|
- VerifiableRequest.Marshal method replace with MarshalTo and Size
|
||||||
|
|
||||||
## [0.2.7] - 2019-12-17
|
## [0.2.7] - 2019-12-17
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -78,3 +87,4 @@ Initial public release
|
||||||
[0.2.5]: https://github.com/nspcc-dev/neofs-proto/compare/v0.2.4...v0.2.5
|
[0.2.5]: https://github.com/nspcc-dev/neofs-proto/compare/v0.2.4...v0.2.5
|
||||||
[0.2.6]: https://github.com/nspcc-dev/neofs-proto/compare/v0.2.5...v0.2.6
|
[0.2.6]: https://github.com/nspcc-dev/neofs-proto/compare/v0.2.5...v0.2.6
|
||||||
[0.2.7]: https://github.com/nspcc-dev/neofs-proto/compare/v0.2.6...v0.2.7
|
[0.2.7]: https://github.com/nspcc-dev/neofs-proto/compare/v0.2.6...v0.2.7
|
||||||
|
[0.2.8]: https://github.com/nspcc-dev/neofs-proto/compare/v0.2.7...v0.2.8
|
||||||
|
|
Loading…
Reference in a new issue