Releases: seqsense/s3sync
Releases · seqsense/s3sync
v1.10.0
What's Changed
- Add SyncWithContext by @RA-Balaji in #381
- Drop Go 1.17 and older by @at-wat in #395
- Fix path prefix handling in S3-to-S3 copy by @jesperfj and @at-wat in #396
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
- @RA-Balaji made their first contribution in #381
- @jesperfj made their first contribution in #396
Full Changelog: v1.9.1...v1.10.0
v1.9.1
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
What's Changed
- feat: add synchronization statistics by @jordigilh in #255
- Add newer Go versions to CI matrix by @at-wat in #272
- Add S3 to S3 copy functionality by @matthewaerose in #335
- Fix go vet error by @at-wat in #338
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
- @jordigilh made their first contribution in #255
- @matthewaerose made their first contribution in #335
Full Changelog: v1.8.2...v1.9.0
v1.8.2
v1.8.1
What's Changed
- Update partial sync test by @at-wat in #110
- Update version matrix by @kamatama41 in #125
- Workaround error in localstack on test by @at-wat in #133
- Fix renovate regexManager matchString by @at-wat in #135
- Fix renovate regexManager matchStrings by @at-wat in #136
- Fix renovate config by @at-wat in #146
- Fix s3 path separator on Windows by @Ropelatto in #210
New Contributors
- @Ropelatto made their first contribution in #210
Full Changelog: v1.8.0...v1.8.1
v1.8.0
v1.7.0: Set timestamp of download files (#87)
v1.6.0
v1.5.1: Fix single file sync source path (#78)
* Add test to reproduce the bug * Fix single file sync source path