Skip to content

Releases: seqsense/s3sync

v2.0.0-rc.1

27 Aug 04:53
4ddc95f

Choose a tag to compare

v2.0.0-rc.1 Pre-release
Pre-release

Important

s3sync is migrated to use aws-sdk-go-v2. See MIGRATION.md for details

What's Changed

Full Changelog: v2.0.0-rc.0...v2.0.0-rc.1

v2.0.0-rc.0

26 Aug 13:18
08a451e

Choose a tag to compare

v2.0.0-rc.0 Pre-release
Pre-release

Important

s3sync is migrated to use aws-sdk-go-v2. Migration guide should be added to the README soon.

What's Changed

Dependencies

  • chore(deps): update localstack/localstack docker tag to v3.8.0 in #398
  • fix(deps): update module github.com/aws/aws-sdk-go to v1.55.5 in #399
  • fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.5 in #401
  • chore(deps): update actions/checkout action to v5 in #408
  • chore(deps): update codecov/codecov-action action to v5 in #404
  • fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.9 in #403
  • chore(deps): update localstack/localstack docker tag to v4 in #405
  • chore(config): migrate renovate config in #411
  • fix(deps): update aws-sdk-go-v2 monorepo (minor) in #413

New Contributors

Full Changelog: v1.10.0...v2.0.0-rc.0

v1.10.0

10 Jun 09:44
21908de

Choose a tag to compare

What's Changed

Dependencies

  • fix(deps): update module github.com/aws/aws-sdk-go to v1.53.19 in #390
  • fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.4 in #393

CI

  • chore(deps): update actions/setup-go action to v5 in #388
  • chore(deps): update codecov/codecov-action action to v4 in #392
  • chore(deps): update localstack/localstack docker tag to v3.4.0 in #383
  • Update CI matrix by @at-wat in #394

New Contributors

Full Changelog: v1.9.1...v1.10.0

v1.9.1

05 Oct 02:14
4c5e2f5

Choose a tag to compare

What's Changed

  • URL Escaped Characters Support for Bucket Keys by @kudla in #350
  • Improve s3Path test error output by @at-wat in #373

Dependency Updates

  • chore(deps): update localstack/localstack docker tag to v2.2.0 in #357
  • chore(deps): update actions/checkout action to v4 in #368
  • fix(deps): update module github.com/aws/aws-sdk-go to v1.45.19 in #371

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

12 May 03:05
71649bd

Choose a tag to compare

What's Changed

Dependency Updates

  • fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.1 in #263
  • chore(deps): update actions/setup-go action to v4 in #326
  • chore(deps): update localstack/localstack docker tag to v1.4.0 in #285
  • fix(deps): update module github.com/aws/aws-sdk-go to v1.44.258 in #337
  • chore(deps): update localstack/localstack docker tag to v2 in #329

New Contributors

Full Changelog: v1.8.2...v1.9.0

v1.8.2

26 May 03:27
57d7882

Choose a tag to compare

What's Changed

  • Fix routine leak on s3 write failure by @at-wat in #250

Full Changelog: v1.8.1...v1.8.2

v1.8.1

11 Jan 07:21
7bfff33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

16 Nov 09:53
0084498

Choose a tag to compare

Changes

  • Add options to set s3 Uploader/Downloader options (#96)

v1.7.0: Set timestamp of download files (#87)

28 Oct 09:36
2ea0458

Choose a tag to compare

Changes

  • Set timestamp of download files (#87)
  • Fix scheme of s3Path string (#86)

v1.6.0

27 Oct 07:33
a78a44e

Choose a tag to compare

Changes

  • Guess ContentType (#83)