frostfs-api-go/CHANGELOG.md
Evgeniy Kulikov b4df24aab9
CHANGELOG
2019-11-28 20:22:34 +03:00

1.5 KiB

Changelog

This is the changelog for NeoFS Proto

0.2.3 - 2019-11-28

Removed

  • service: SignRequest / VerifyRequest and accompanying code
  • proto: Signature field from requests
  • object: bytefmt package not used anymore

Changed

  • service: rename EpochRequest to EpochHeader and merge with MetaHeader
  • service: get status error even if it is wrapped

Added

  • service: RequestVerificationHeader's method to validate owner
  • service: test coverage for CheckOwner
  • service: test coverage for wrapped status errors

0.2.2 - 2019-11-22

Changed

  • ProcessRequestTTL don't changes status errors from TTLCondition

0.2.1 - 2019-11-22

Changed

  • Removed SendPutRequest
  • MakePutRequestHeader sets only object and token

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