Skip to content

v0.28.0

Compare
Choose a tag to compare
@sami-nspcc sami-nspcc released this 25 Aug 10:48
· 367 commits to master since this release
v0.28.0
d6fba1d

Fixed

  • Authmate panic in case of some missing parameters (#794)
  • Missing reconnects in case of RPC connection failure (#796)
  • Failure to complete multipart upload of ACL-enabled object (#807)

Added

  • NoOpResolver as backward compatibility for case when rpc_endpoint/S3_GW_RPC_ENDPOINT param is empty in config, it will be removed in 0.29.0 (#807)

Changed

  • Improved documentation (#795)
  • Renamed API errors package (#803)
  • Docker image is more lightweight now (#804)
  • Option rpc_endpoint in yaml config or S3_GW_RPC_ENDPOINT in env config is mandatory (#807).
  • SDK dependency updated to RC10 (#807)
  • Improved data buffering (#807)

Removed

  • Options resolve_order in yaml config and S3_GW_RESOLVE_ORDER in env (#807).