forked from TrueCloudLab/frostfs-api
CHANGELOG
This commit is contained in:
parent
f3ff630d9e
commit
e411a89c52
1 changed files with 8 additions and 1 deletions
|
@ -1,10 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.7.1] - 2020-04-20
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Method to change current node state. (`state.ChangeState`)
|
||||||
|
|
||||||
## [0.7.0] - 2020-04-16
|
## [0.7.0] - 2020-04-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Numerical field CopiesNumber into object.PutRequest.PutHeader message.
|
- A numerical field CopiesNumber into `object.PutRequest.PutHeader` message.
|
||||||
|
|
||||||
## [0.6.1] - 2020-04-15
|
## [0.6.1] - 2020-04-15
|
||||||
|
|
||||||
|
@ -31,3 +37,4 @@
|
||||||
[0.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.5.0...v0.6.0
|
[0.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.5.0...v0.6.0
|
||||||
[0.6.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.0...v0.6.1
|
[0.6.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.0...v0.6.1
|
||||||
[0.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.1...v0.7.0
|
[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
|
||||||
|
|
Loading…
Reference in a new issue