Skip to content

Releases: fujiwara/stretcher

v1.1.0

04 Jun 04:45
d520cda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

20 Jun 08:48
Compare
Choose a tag to compare

No features changed.

  • Build release binaries by Go 1.20.
  • Fix vulnerabilities of dependent modules.

v1.0.1

22 Feb 17:06
Compare
Choose a tag to compare

No features changed.
Build release binaries by Go 1.16.

v1.0.1-rc3

22 Feb 17:01
Compare
Choose a tag to compare
v1.0.1-rc3 Pre-release
Pre-release
go mod download

v1.0.0

17 Mar 13:47
b4b92b2
Compare
Choose a tag to compare

This release is a reaction for AWS Signature Version 2 deprecation for Amazon S3.

Stretcher v0.x.x uses Signature Version 2, so after June 24, 2019, old stretcher commands will fail to fetch objects from Amazon S3.

No changes from v1.0.0-rc1.

v1.0.0-rc1

12 Mar 09:14
b4b92b2
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

Fix a broken function #28

v1.0.0-rc0

10 Mar 09:15
13e6da0
Compare
Choose a tag to compare
v1.0.0-rc0 Pre-release
Pre-release

This release is for AWS Signature Version 2 Deprecation for Amazon S3.

Stretcher v0.x.x uses Signature Version 2, so after June 24, 2019, an old stretcher command will fail to fetch objects from Amazon S3.

v0.10.0

04 Nov 14:45
d5a54ed
Compare
Choose a tag to compare
  • Add Google Cloud Storage support #21 (@varusan)
  • Build with Go 1.11.2

v0.9.0

27 Jun 10:08
Compare
Choose a tag to compare

Add -rsync-verbose option. #20 (@dozen)

v0.8.0

25 Oct 05:02
Compare
Choose a tag to compare
  • Add -retry -retry-wait option. (@sugy)