Skip to content

Releases: threecommaio/snappy

v0.6.1

10 Aug 23:10

Choose a tag to compare

Changelog

59508f3 Update README
12d50f9 Update go.mod
99626f3 Add support for download to restore command (#4)

v0.6.0

08 Aug 23:48

Choose a tag to compare

Changelog

0de7b66 Adding local path support for local dev envs (#3)
2ff0893 Updated go.mod
a5fbbfe Add restore support to snappy (#1)
ff0c8ab Fix recursive S3 upload support (#2)

v0.5.3

08 Aug 19:03

Choose a tag to compare

Changelog

7c22fe5 Fix a bug where it tried to upload directories, limit it to onl files
4600028 Merge branch 'master' of github.com:ThreeCommaIO/snappy
a7e9d50 Add go.mod support

v0.5.2

25 Jul 15:14

Choose a tag to compare

Changelog

f7f105e Add version

v0.5.1

22 Jul 01:15

Choose a tag to compare

Changelog

c0edcba Add support for logrus, and minor cleanup of logging

v0.5

19 Jul 22:33

Choose a tag to compare

Changelog

57ebff1 Add support for progress bar output instead of per file output

v0.4

19 Jul 19:17

Choose a tag to compare

Changelog

b8567e5 Add support for checking if bucket exists, or permissions, exit if missing Print any errors if upload fails

v0.3

19 Jul 17:46

Choose a tag to compare

Changelog

df32784 Update goreleaser config

v0.2

19 Jul 17:39

Choose a tag to compare

Changelog

6b0d25d Added dist/ to .gitignore
ca6f508 Added README.md
c51c09c Remove run cmd in root

v0.1

19 Jul 17:33

Choose a tag to compare

Changelog

7a9753e Add goreleaser
773e72a Use filepath join for the entire glob path
5491901 First import