frostfs-api/CHANGELOG.md

84 lines
1.9 KiB
Markdown
Raw Normal View History

2020-04-02 11:21:07 +00:00
# Changelog
2020-05-08 07:32:35 +00:00
## [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.
2020-04-28 13:25:36 +00:00
## [0.7.3] - 2020-04-28
### Changed
- `CreationPoint` disabled stringer method.
2020-04-28 09:36:09 +00:00
## [0.7.2] - 2020-04-28
### Added
- `Raw` boolean field to `service.RequestMetaHeader`.
- `Token` message field to `service.RequestVerificationHeader`.
### Replaced
- `Token` message from `session` to `service` package.
- `Signature` message with `Sign` one in `service` package.
### Changed
- `Token` message structure.
### Removed
- `Raw` field from `object.GetRequest` and `object.HeadRequest` messages.
- `Token` field from `object.PutRequest.PutHeader` and `object.DeleteRequest` messages.
- `VerificationHeader` message.
2020-04-20 10:41:59 +00:00
## [0.7.1] - 2020-04-20
### Added
- Method to change current node state. (`state.ChangeState`)
2020-04-16 13:57:58 +00:00
## [0.7.0] - 2020-04-16
### Added
2020-04-20 10:41:59 +00:00
- A numerical field CopiesNumber into `object.PutRequest.PutHeader` message.
2020-04-16 13:57:58 +00:00
2020-04-15 11:37:31 +00:00
## [0.6.1] - 2020-04-15
### Added
- State field into Bootstrap request.
- Request.State enum: Unknown, Online, Offline.
2020-04-02 11:21:07 +00:00
## [0.6.0] - 2020-04-02
### Added
- ACL package with enum of ACL targets.
### Changed
- Use `BasicACL` field in container structure and `container.Put` request.
## [0.5.0] - 2020-04-01
- Initial release
[0.5.0]: https://github.com/nspcc-dev/neofs-api/releases/tag/v0.5.0
2020-04-15 11:37:31 +00:00
[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
2020-04-16 13:57:58 +00:00
[0.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.1...v0.7.0
2020-04-20 10:41:59 +00:00
[0.7.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.0...v0.7.1
2020-04-28 13:25:36 +00:00
[0.7.2]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.1...v0.7.2
2020-05-08 07:32:35 +00:00
[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