github Azure/azure-sdk-for-java azure-storage-blob_12.8.0

latest releases: spring-cloud-azure-dependencies_5.11.0, spring-cloud-azure_5.11.0, spring-cloud-azure-starter-appconfiguration-config_5.11.0...
3 years ago

12.8.0 (2020-08-13)

  • Fixed a bug that, when the data length parameter did not match the actual length of the data in BlobClient.upload, caused a zero length blob to be uploaded rather than throwing an exception.
  • Fixed a bug that ignored the customer's specified block size when determining buffer sizes in BlobClient.upload
  • Added support for Object Replication Service on listBlobs and getProperties.
  • Added support for blob tags. Added tagsConditions to BlobRequestConditions that allow a user to specify a SQL statement for the blob's tags to satisfy.
  • Added support for setting tags and filterTags operations on SAS by adding to AccountSASPermissions, BlobSASPermissions, and BlobContainerSASPermissions.
  • Added support for setting and getting the StaticWebsite.DefaultIndexDocumentPath property on the service client.
  • Added RehydratePriority to BlobProperties and BlobItemProperties.
  • Fixed bug where Query Input Stream would throw when a ByteBuffer of length 0 was encountered.
  • Added support to seal an append blob. Added AppendBlob.seal. Added ability to specify destinationSealed on BlobClient.beginCopy. isSealed property returned on getProperties/getBlob/listBlob.
  • Added support to set tier on a snapshot or version.
  • Fixed a bug that would cause buffered upload to always put an empty blob before uploading actual data.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.