From b22c0ac6ed35c62085b1d830d34b61e6022c91a2 Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Fri, 10 Jan 2020 10:14:56 -0800 Subject: [PATCH] Add storage release notes (#928) * Add storage release notes * update csv * Update blob batch * include blob batch * add changelog for storage --- releases/2020-01/dotnet.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/releases/2020-01/dotnet.md b/releases/2020-01/dotnet.md index a5ccf75c6..292a1315b 100644 --- a/releases/2020-01/dotnet.md +++ b/releases/2020-01/dotnet.md @@ -15,6 +15,7 @@ The Azure SDK team is pleased to announce our January 2020 client library releas #### Updates +- Storage (Blobs, Blobs Batch, Queues, File Shares, DataLake) - Key Vault (Keys, Secrets) ## Installation Instructions @@ -35,7 +36,7 @@ To install any of our packages, please search for them via `Manage NuGet Package $> dotnet add package Azure.Storage.Blobs $> dotnet add package Azure.Storage.Blobs.Batch - $> dotnet add package Azure.Storage.Files.DataLake --version 12.0.0-preview.7 + $> dotnet add package Azure.Storage.Files.DataLake --version 12.0.0-preview.8 $> dotnet add package Azure.Storage.Files.Shares $> dotnet add package Azure.Storage.Queues @@ -47,6 +48,13 @@ If you have a bug or feature request for one of the libraries, please [file an i Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights: +### Storage + +- Added Exists API to BlobBaseClient and BlobContainerClient +- Fixed SAS related bugs +- Fixed progress reporting for parallel uploads +- Fixed issue where certain query parameters were not being logged for DataLake. + ### Key Vault - Challenge-based authentication requests are only sent over HTTPS.