forked from TrueCloudLab/frostfs-api-go
CHANGELOG
This commit is contained in:
parent
6d8f0cfe64
commit
d5bf805a02
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
This is the changelog for NeoFS Proto
|
This is the changelog for NeoFS Proto
|
||||||
|
|
||||||
|
## [0.3.2] - 2020-02-10
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- gRPC method DumpVars to State service
|
||||||
|
- add method `EncodeVariables` to encode debug variables to JSON (slice of bytes)
|
||||||
|
- increase test coverage for state package
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
- state proto file
|
||||||
|
- documentation for state service and messages
|
||||||
|
|
||||||
## [0.3.1] - 2020-02-07
|
## [0.3.1] - 2020-02-07
|
||||||
### Fixed
|
### Fixed
|
||||||
- bug with `tz.Concat`
|
- bug with `tz.Concat`
|
||||||
|
@ -177,3 +188,4 @@ Initial public release
|
||||||
[0.2.14]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.13...v0.2.14
|
[0.2.14]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.13...v0.2.14
|
||||||
[0.3.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.14...v0.3.0
|
[0.3.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.14...v0.3.0
|
||||||
[0.3.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.3.0...v0.3.1
|
[0.3.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.3.0...v0.3.1
|
||||||
|
[0.3.2]: https://github.com/nspcc-dev/neofs-api/compare/v0.3.1...v0.3.2
|
||||||
|
|
Loading…
Reference in a new issue