Skip to content

azure-storage-blob_12.6.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 07 Apr 22:24
ef5bb97

12.6.0 (2020-04-06)

  • Fixed a bug that would prevent client initialization against Azurite in some containerized environments.
  • Fixed a bug that would prevent progress from being reported when uploading small files.
  • Modified BlobOutputStream to wait on a condition variable until transfer is complete instead of polling.
  • Fixed a bug where the Date header wouldn't be updated with a new value on request retry.
  • Fixed a bug that ignored the timeout and context parameters on BlobClient.uploadWithResponse.
  • Added an overload to BlobOutputStream which accepts a context.