Releases: Azure/blobporter
Releases · Azure/blobporter
v0.5.14: Merge pull request #72 from Azure/dev
- Fixes:
-- An error message is displayed instead of panic when an invalid URL or protocol is used as source
-- #71. Large page blobs (>200GB) won't fail beacuse to the block size check. - Changes:
-- Long option name for the source is now --source_file instead of --file
v0.5.13
- Verbose prints better output.
- Close header is set when the request is smaller than the blocksize, for http based sources.
v0.5.12: Merge pull request #68 from Azure/dev
- Keep directory option is supported for file to blob transfer
- Fix: http transfers now set Close header in the request.
Release 0.5.10
- Batch transfers for large number of files.
- New options related to batch transfers:
-
- x, number of files per batch tranfer (default 200).
-
- Max number of handles for linux is calculated by the number of sources times number of handles per file.
-
- h, added option, number of handles per file, default 2.
- Preprocess of sources occur concurrently.
- Default blocksize for blocks is 8MB instead of 4 MB
- Reduced default per core number of readers and workers (5, 8).
- p option keeps the directory structure from storage account while downloading from the storage account.
v0.5.04: Merge pull request #63 from Azure/dev
updated travis.yml
v0.5.03
- Improved help output format and information.
- Minor fixes.
v0.5.02: Merge pull request #59 from Azure/dev
New features:
- Quiet mode, no progress bar is output if option -q is used #49
-The MD5 hash is computed for each block in the transfer, -m option. #51
Fixes:
- #50 When reading from an HTTP source and a HEAD request fails a fallback GET requests is tried when trying to query the file size.
- Read parts buffer has a lower cap.
- End-transfer summary shows size in Mebibytes, while transfer throughput is calculated in Megabytes (10^6).
v0.5.01: Merge pull request #47 from Azure/dev
- Support for multi-file download from blob storage and HTTP sources.
- Output error messages, from common blob service errors, include suggestions.
- Fix: HTTP timeouts are retried according to the retry policy.
- Fix: Increased default timeout to match blob service timeout.
Breaking changes:
- For download scenarios from blob storage the -f option no longer overwrites the destination file name.
v0.4.03: Merge pull request #46 from Azure/dev
- #45 Fixed
- Default client timeout increased to 1min
- Readme updates