CHANGELOG

remotes/KirillovDenis/feature/refactor-sig-rpc
Evgeniy Kulikov 2019-12-21 12:25:35 +03:00
parent c671e9b568
commit e1b7d0a7a6
No known key found for this signature in database
GPG Key ID: BF6AEE0A2A699BF2
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,15 @@
# Changelog
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
### 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.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.8]: https://github.com/nspcc-dev/neofs-proto/compare/v0.2.7...v0.2.8