Fix bug downloading large files with the Azure SDK

This commit is contained in:
Dave Hadka
2020-07-20 15:19:26 -05:00
parent 1cc56db0ff
commit 781092b1d1
4 changed files with 10 additions and 31 deletions

View File

@@ -14,4 +14,7 @@
- Downloads Azure-hosted caches using the Azure SDK for speed and reliability
- Displays download progress
- Includes changes that break compatibility with earlier versions, including:
- `retry`, `retryTypedResponse`, and `retryHttpClientResponse` moved from `cacheHttpClient` to `requestUtils`
- `retry`, `retryTypedResponse`, and `retryHttpClientResponse` moved from `cacheHttpClient` to `requestUtils`
### 1.0.1
- Fix bug in downloading large files (> 2 GBs) with the Azure SDK