12.9.0-beta.2 (2021-03-09)
- Fixed a bug where BlockBlobClient.GetBlockList threw when dealing with extremely large blocks.
- Fixed bug where
Stream
returned byBlockBlobClient.OpenWrite
could corrupt blocks if flushed between writes. - Added BlobBaseClient.DownloadContent and BlobClient.Upload overloads that work with BinaryData.
- Added BlobBaseClient.DownloadStreaming that replaces BlobBaseClient.Download.