docs: create changelog

support/v2.15
Evgeniy Kulikov 2019-11-21 16:35:17 +03:00
parent df861b28a4
commit cb3f4b4b31
No known key found for this signature in database
GPG Key ID: BF6AEE0A2A699BF2
1 changed files with 22 additions and 0 deletions

22
CHANGELOG.md 100644
View File

@ -0,0 +1,22 @@
# Changelog
This is the changelog for NeoFS Proto
## [0.2.0] - 2019-11-21
### Added
- Container not found error
- GitHub Actions as CI and Codecov
- Auto-generated proto documentation
- RequestMetaHeader to all RPC requests
- RequestVerificationHeader to all RPC requests
### Changed
- Moved TTL and Epoch fields to RequestMetaHeader
- Renamed Version in object.SearchRequest to QueryVersion
- Removed SetTTL, GetTTL, SetEpoch, GetEpoch from all RPC requests
## 0.1.0 - 2019-11-18
Initial public release
[0.2.0]: https://github.com/nspcc-dev/neofs-proto/compare/v0.1.0...v0.2.0