Releases: eoscanada/pitreos
v1.1.0
Changelog
Added
- Added support for all
dstore
backends (https://github.com/dfuse-io/dstore), including Azure Blob Storage, AWS S3, GCP and local file storage.
Changed
- Import paths have been changed. The binary now lives under
cmd/pitreos
, and the library is now at the root (instead oflib
).
Commits
d221127 Added estimated disk size on files
output
dc163cb Added filter to files and improved output
8045411 Added filtering options to backup cmd
3585987 Added missing transforming of log.Fatalln
45a04f8 Added possibility to download only some files
b124bd7 Added travis config file
4f7da04 Converted lib print statements to zap
240402e Increased filtering capabilities
742ed5a Merge pull request #10 from eoscanada/feature/dstore
ad4e764 Merge pull request #5 from eoscanada/feature/state-checkout
9f79207 Merge pull request #6 from eoscanada/feature/travis
3663395 Merge pull request #8 from eoscanada/feature/zap
feab3fd Pass to go modules.
1bb6a21 Print when cache is enabled. Tweak test file to not compile in test flags.
89cdd1f Quick rename of l
-> logger
in logging.go file(s)
863ef1f Removed duplication of finding matching files
b486177 Shuffle directories.
6396df9 Updated README.md
e1f1700 Updated goreleaser
2e270f3 add retry on restore
0afc102 coverted to dstore
12e0a4c enable back gzip compression added a call to cancel func
21aeeeb ensure no deadlock when doing backup
6327291 use context's timeout function on all commands...