Skip to content

Releases: Azure/blobporter

v0.6.20

26 Feb 02:40
151540e
Compare
Choose a tag to compare
  • 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
7dae5e3
Compare
Choose a tag to compare
  • 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
3270568
Compare
Choose a tag to compare

-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
4322eed
Compare
Choose a tag to compare

What's new?

Fixes:
#82
#41

v0.6.09

20 Feb 02:32
f9aa5ef
Compare
Choose a tag to compare

-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
aad0dc9
Compare
Choose a tag to compare

Fix: Page start and end ranges are now int64 in the local version of the SDK

v0.6.06

12 Feb 22:12
eb069ee
Compare
Choose a tag to compare

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
21d79bb
Compare
Choose a tag to compare

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
cda6e63
Compare
Choose a tag to compare
  • File handle cache is now constrained

v0.5.22

17 Jan 15:53
14ebad4
Compare
Choose a tag to compare
  • 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