Skip to content

v2.0.0

Compare
Choose a tag to compare
@peng225 peng225 released this 04 Nov 01:44
· 118 commits to main since this release
06fafe6

What's Changed

  • refactor multiprocess mode by @peng225 in #68
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.2 to 1.42.0 by @dependabot in #69
  • restructure the logic around the multipart upload by @peng225 in #73
    • BREAKING: The meaning of "the number of uploaded parts" in the execution report has been changed.
      • Before: the number of uploaded parts by multipart upload
      • After: the number of uploaded parts by multipart upload + the number of single put requests
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.19.0 to 1.22.0 by @dependabot in #72
  • change the module hierarchy by @peng225 in #74
  • change the matrix parameter by @peng225 in #75
  • update command execution example in README by @peng225 in #76

Full Changelog: v1.2.1...v2.0.0