This repository was archived by the owner on Jun 11, 2026. It is now read-only.
2019.1 Version 10.1.0
- [Breaking] Updated convenience layer methods enum type parameters into typescript union types, this will help to reduce bundle footprint.
- [Breaking]
SASQueryParametersis not going to be exported in browser bundle, and will be exported in Node.js runtime. - [Breaking] IE11 needs
Array.prototype.includesandObject.keyspolyfills loaded. - Updated dependency
ms-rest-jsto@azure/ms-rest-js. - Updated server timeout value for retry options
tryTimeoutInMsto 30 seconds. - Fixed
Aborter.timeout()misleading scale description. - Fixed an issue that enqueue/dequeue/peek fail to work with some utf8 characters.
- Exported HttpRequestBody type for who wants to implement a customized HTTP client.