This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Releases: Azure/azure-storage-net
Releases · Azure/azure-storage-net
Storage Client Library 11.2.3
Blobs
- Fixed race conditions in OpenWrite, UploadFromStream.
Files
- Fixed race conditions in OpenWrite, UploadFromStream.
Common
- Fixed race conditions in OpenWrite, UploadFromStream.
Storage Client Library 11.2.2
Blobs
- Fixed bug causing performance degradation on .NET Framework. Missing coverage for .NET Standard 1.3.
Files
- Fixed bug causing performance degradation on .NET Framework. Missing coverage for .NET Standard 1.3.
Queues
- Fixed bug causing performance degradation on .NET Framework. Missing coverage for .NET Standard 1.3.
Common
- Fixed bug causing performance degradation on .NET Framework. Missing coverage for .NET Standard 1.3.
Storage Client Library 11.2.1
Blobs
- Fixed bug causing performance degradation on .NET Framework.
Files
- Fixed bug causing performance degradation on .NET Framework.
Queues
- Fixed bug causing performance degradation on .NET Framework.
Common
- Fixed bug causing performance degradation on .NET Framework.
Storage Client Library 11.2.0
Blobs
- Updated REST version to 2019-07-07.
- Added support for encryption scope.
Files
- Updated REST version to 2019-07-07.
- Added support for preserving SMB permissions and properties in file copying.
Queues
- Updated REST version to 2019-07-07.
Common
- Updated REST version to 2019-07-07.
Storage Client Library 11.1.7
Queues
- GitHub Issue #999 - NetworkTimeout not applied correctly in QueueRequestOptions.
Storage Client Library 11.1.6
Blobs
- Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs.
Files
- Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs.
Queues
- Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs.
Common
- Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs.
Storage Client Library 11.1.5
Blobs
- Fixed bug where egress bytes were not reported.
Files
- Fixed bug where egress bytes were not reported.
Queues
- Fixed bug where egress bytes were not reported.
Common
- Fixed bug where egress bytes were not reported.
Storage Client Library 11.1.4
Blobs
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
- Fixed bug where XML response parsing hangs indefinietly. This also addresses GitHub issue #790 and #866. SDK will throw if configurable network read timeout occurs.
Files
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
- Fixed bug where XML response parsing hangs indefinietly. This also addresses GitHub issue #790 and #866. SDK will throw if configurable network read timeout occurs.
Queues
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
- Fixed bug where XML response parsing hangs indefinietly. This also addresses GitHub issue #790 and #866. SDK will throw if configurable network read timeout occurs.
Common
Storage Client Library 11.1.3
Blobs
- Updated NuGet package description.
Files
- Updated NuGet package description.
Queues
- Updated NuGet package description.
Common
- Updated NuGet package description.
Storage Client Library 11.1.2
Files
- Fixed bug where CloudFile.WriteRange() and .WriteRangeAsync() with sourceUri parameter didn't work with SAS.