Releases: Azure/blobporter
Releases · Azure/blobporter
v0.6.20
26 Feb 02:40
Compare
Sorry, something went wrong.
No results found
Blob to Block Blobs transfers use the Put Block from URL API.
Proxy support. Thanks @sylus
Fix: name collision in perf mode. Thanks @kratz00
Minor fixes and performance improvements.
Upgrade to Go 1.11
v0.6.15
16 May 14:21
Compare
Sorry, something went wrong.
No results found
based url/endpoint suffix is exposed as an option. Closes: #67
download transfer improvements
doc and help update
fix error message when account or key env variables are missing. Closes: #96
v0.6.14: Merge pull request #95 from Azure/dev
20 Apr 03:03
Compare
Sorry, something went wrong.
No results found
-Empty files are now allowed for uploads (file-to-block transfers) #84
-Recursive folder upload (only for block blobs) #94
-Fix: Display summary shows the correct suffix for the total data size.
v0.6.12
11 Mar 04:06
Compare
Sorry, something went wrong.
No results found
v0.6.09
20 Feb 02:32
Compare
Sorry, something went wrong.
No results found
-Expiration of the readonly access token for S3/blob is configurable, -o option.
-Fix: Winsock timeout is now retriable.
-Code refactoring
v0.6.07: Merge pull request #89 from Azure/dev
14 Feb 19:35
Compare
Sorry, something went wrong.
No results found
Fix: Page start and end ranges are now int64 in the local version of the SDK
v0.6.06
12 Feb 22:12
Compare
Sorry, something went wrong.
No results found
What's new?
Upgrade to the new storage go SDK
Performance mode to simulate downloads and uploads
Fixes:
#85 , #80 , #83
Breaking Changes:
The source file structure is kept by default and can be disabled with the new -i option. The -p option is no longer supported.
block level md5 checksum is not calculated for page blobs.
v0.5.25: Merge pull request #79 from Azure/dev
30 Jan 08:01
Compare
Sorry, something went wrong.
No results found
Fix: In batch transfers the last batch was not referencing the correct sources when the number of items was not a multiple of the batch size
v0.5.23: Merge pull request #76 from Azure/dev
18 Jan 08:18
Compare
Sorry, something went wrong.
No results found
File handle cache is now constrained
v0.5.22
17 Jan 15:53
Compare
Sorry, something went wrong.
No results found
Support for S3 and Azure Blob sources
File handles for the multifile target pipeline are now lazily instantiated
Better validation of options/parameters
Default files per batch is now 500