azure-storage-blob-go

Microsoft Azure Blob Storage Library for Go

MIT License

Stars
156
Committers
39

Bot releases are hidden (Show)

azure-storage-blob-go - v0.15.0 Latest Release

Published by zezha-msft over 2 years ago

Version 0.15.0:

  • Cleaned the function signatures for GetTags() and SetTags()
  • Added Support for PutBlobFromUrl
  • Added MSI login example
  • Offered knob to disable syslog
  • Fixed issue in copierChunk by returning the original buffer to the pool
  • Fixed issue where chunkwriter hangs on cancel
  • Added support for Permanent Delete to remove soft-deleted versions and snapshots
  • Added updates to support new user delegation SAS
  • Implemented version/object level WORM
  • Added rehydrate priority in SetTier
  • Implemented copy source authorization for service-to-service copies
azure-storage-blob-go - v0.14.0

Published by siminsavani-msft over 3 years ago

Version 0.14.0:

azure-storage-blob-go - Azure Storage Blob Go SDK v0.13.0

Published by zezha-msft over 3 years ago

Version 0.13.0:

  • Validate echoed client request ID from the service
  • Added new TransferManager option for UploadStreamToBlockBlob to fine-tune the concurrency and memory usage
azure-storage-blob-go - Azure Storage Blob Go SDK v0.12.0

Published by mohsha-msft almost 4 years ago

Version 0.12.0:

azure-storage-blob-go - Azure Storage Blob Go SDK v0.11.0

Published by mohsha-msft almost 4 years ago

  • Added support for the service version 2019-12-12.
  • Added Get Blob Tags and Set Blob Tags APIs which allow user-defined tags to be added to a blob which then act as a secondary index.
  • Added Find Blobs by Tags API which allow blobs to be retrieved based upon their tags.
  • The maximum size of a block uploaded via Put Block has been increased to 4 GiB (4000 MiB). This means that the maximum size of a block blob is now approximately 200 TiB.
  • The maximum size for a blob uploaded through Put Blob has been increased to 5 GiB (5000 MiB).
  • Added Blob APIs to support Blob Versioning feature.
  • Added support for setting blob tier directly at the time of blob creation instead of separate Set Blob Tier API call.
  • Added Get Page Range Diff API to get the collection of page ranges that differ between a specified snapshot and this page blob representing managed disk.
azure-storage-blob-go - Azure Storage Blob Go SDK v0.10.0

Published by zezha-msft over 4 years ago

  • Added support for CopyBlobFromURL (sync) and upgrade version to 2019-02-02.
  • Provided default values for UploadStreamToBlockBlobOptions and refactored UploadStreamToBlockBlob.
  • Added support for multiple start/expiry time formats.
  • Added Solaris support.
  • Enabled recovering from a unexpectedEOF error.
azure-storage-blob-go - Azure Storage Blob Go SDK v0.9.0

Published by zezha-msft over 4 years ago

  • Updated go.mod to fix dependency issues.
azure-storage-blob-go - Azure Storage Blob Go SDK v0.8.0

Published by zezha-msft about 5 years ago

  • Fixed error handling in high-level function DoBatchTransfer, and made it public for easy customization
azure-storage-blob-go - Azure Storage Blob Go SDK v0.7.0

Published by zezha-msft over 5 years ago

  • Added the ability to obtain User Delegation Keys (UDK)
  • Added the ability to create User Delegation SAS tokens from UDKs
  • Added support for generating and using blob snapshot SAS tokens
  • General secondary host improvements
azure-storage-blob-go - Azure Storage Blob Go SDK v0.6.0

Published by zezha-msft over 5 years ago

  • Upgrade service version to 2018-11-09, and support AppendBlockFromURL and UploadPagesFromURL.
  • Include signed resources when generating SAS.
  • Improved logging to include the response body when errors occur.
  • Allow HTTPSender to be configurable in azblob pipeline.
  • Fixed retry delay jitter calculations.
azure-storage-blob-go - Azure Storage Blob Go SDK v0.5.0

Published by zezha-msft over 5 years ago

  • Allow forced retries of body reads
azure-storage-blob-go - Azure Storage Blob Go SDK v0.4.0

Published by zezha-msft almost 6 years ago

  • Fixed service SAS to support specifying query params to override response headers
  • Exposed value of continuation markers
azure-storage-blob-go - Azure Storage Blob Go SDK v0.3.0

Published by zezha-msft almost 6 years ago

  • Removed most panics from the library. Several functions now return an error.
  • Removed 2016 and 2017 service versions.
  • Added support for module.
  • Fixed chunking bug in highlevel function uploadStream.
azure-storage-blob-go - Azure Storage Blob Go SDK v0.2.0

Published by zezha-msft about 6 years ago

Major changes to 2018-03-28:

  • Various bug fixes
  • Added support for transactional MD5
  • Avoid panics in NewSharedKeyCredential
  • Renamed access conditions
  • Added support for IP-style URL parsing
  • Optimized retry policy
azure-storage-blob-go - Azure Storage Blob Go SDK v0.1.4

Published by zezha-msft over 6 years ago

Major changes to 2017-07-29:

  • Renamed a significant number of APIs
  • Added new high-level APIs to download files/buffers
  • Added new high-level API to upload streams
  • Added DownloadResponse wrapper over the generated response
  • Numerous minor improvements
azure-storage-blob-go - Azure Storage Blob Go SDK v0.1.3

Published by zezha-msft over 6 years ago

azure-storage-blob-go - Improved parallel upload block blob

Published by JeffreyRichter over 6 years ago

azure-storage-blob-go - Azure Storage Blob Go SDK v0.1.1

Published by JeffreyRichter almost 7 years ago

Reworked default logging

azure-storage-blob-go - Initial preview release of Azure Storage Blob SDK for Go

Published by JeffreyRichter almost 7 years ago

Package Rankings
Top 1.36% on Proxy.golang.org
Badges
Extracted from project README
GoDoc Widget
Related Projects