forked from TrueCloudLab/frostfs-api
Update changelog for v0.7.4
This commit is contained in:
parent
7921b7d0a3
commit
3bb1b0214f
1 changed files with 15 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## [0.7.4] - 2020-05-08
|
||||
|
||||
### Added
|
||||
|
||||
- `service.TokenLifetime` message.
|
||||
|
||||
### Changed
|
||||
|
||||
- `service.Token` structure.
|
||||
- `session.Session.Create` RPC signature.
|
||||
- `session.CreateRequest` structure.
|
||||
- `session.CreateResponse` structure.
|
||||
|
||||
## [0.7.3] - 2020-04-28
|
||||
|
||||
### Changed
|
||||
|
@ -67,4 +80,5 @@
|
|||
[0.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.1...v0.7.0
|
||||
[0.7.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.0...v0.7.1
|
||||
[0.7.2]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.1...v0.7.2
|
||||
[0.7.3]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.2...v0.7.3
|
||||
[0.7.3]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.2...v0.7.3
|
||||
[0.7.4]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.3...v0.7.4
|
Loading…
Reference in a new issue