Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Azure Storage SDK for JavaScript - Queue 10.1.0

Latest

Choose a tag to compare

@vinjiang vinjiang released this 18 Jan 10:02

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] SASQueryParameters is not going to be exported in browser bundle, and will be exported in Node.js runtime.
  • [Breaking] IE11 needs Array.prototype.includes and Object.keys polyfills loaded.
  • Updated dependency ms-rest-js to @azure/ms-rest-js.
  • Updated server timeout value for retry options tryTimeoutInMs to 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.