Skip to content

Releases: qingstor/qscamel

v2.0.24

02 Aug 09:26
c378b5c
Compare
Choose a tag to compare

Added

  • feat: Added MD5 check after migration (#333)
  • feat(fs/qingstor): Added gbk encoding support (#335)

Fixed

  • fix: Fixed the List method repeatedly placing objects into the channe… (#336)

Changed

  • refactor: Upgrade qingstor SDK to v4 (#334)
  • Updated the official document links (#332)

v2.0.23

18 Aug 03:39
Compare
Choose a tag to compare

What's Changed

Added

  • endpoint(qingstor/s3/fs): Modified the method of multipart upload in the copy task (#330)

v2.0.22

05 Jun 02:25
12ab021
Compare
Choose a tag to compare

What's Changed

Added

  • endpoint/qingstor: Add content-type for qingstor migration (#326)
  • endpoint/fs: Add last modified time to the source endpoint (#327)
  • feat: Add ignore_before and speed limit and migrate dynamic printing (#328)

Full Changelog: v2.0.21...v2.0.22

v2.0.21

29 Jun 07:00
Compare
Choose a tag to compare

v2.0.21 - 2022-06-29

Added

  • qingstor: Add migration folder and user-defined metadata function (#320)

v2.0.20

19 Apr 07:26
Compare
Choose a tag to compare

v2.0.20 - 2022-02-26

Added

  • endpoint/qingstor: Added user modification timeout function for qingstor (#316)

v2.0.19

20 Oct 15:20
Compare
Choose a tag to compare

What's Changed

  • endpoint: Always check whether multipart has finished or not by @Xuanwo in #314
  • ci: Add CGO_ENABLED=0 for build

Full Changelog: v2.0.18...v2.0.19

qscamel v2.0.18

15 Mar 10:01
e962322
Compare
Choose a tag to compare

v2.0.18 - 2021-03-15

Fixed

  • endpoint: Fix complete multipart too early (#310)

qscamel v2.0.17

16 Sep 09:19
57a1adf
Compare
Choose a tag to compare

v2.0.17 - 2020-09-15

This release has already known problems, PLEASE DON'T USE

Added

  • ep/fs: Add support to copy files by symlinks (#242)

Fixed

  • endpoint: Fix complete multipart excuated too early (#232)
  • ep/dst: Fix upload failed when file concurrent write (#238)

qscamel v2.0.16

29 Apr 05:34
83ec68f
Compare
Choose a tag to compare

v2.0.16 - 2020-04-29

Fixed

  • endpoint/qingstor: Fix disable uri cleaning struct tag incorrect
  • endpoint/azblob: Fix context deadline exceeded while reading (#139)

qscamel v2.0.15

19 Apr 13:04
6397642
Compare
Choose a tag to compare

v2.0.15 - 2020-04-19

Added

  • endpoint: Add dst support for s3 (#89)
  • endpoint: Add azblob src support (#124)
  • utils: Support migrate object key starts with / (#126)

Fixed

  • Fix panic on hdfs (#78)
  • endpoint/s3: Fix HeadObject not found not handled (#99)