github Azure/azure-sdk-for-js @azure/storage-queue_12.0.0

latest releases: @azure/template_1.0.12-beta.3744868, @azure/arm-eventgrid_14.2.0-beta.4, @azure/notification-hubs_1.2.2...
4 years ago

2019.11 12.0.0

  • This release marks the general availability of the @azure/storage-queue package.
  • [Breaking] The custom browser and retry policies that are specific to the Storage libraries have been
    renamed to have the Storage prefix. PR 5862.
    Below are the entities that now have the Storage prefix
    • BrowserPolicy
    • BrowserPolicyFactory
    • RetryPolicy
    • RetryPolicyType
    • RetryOptions
    • RetryPolicyFactory
  • [Breaking] The interface NewPipelineOptions has been renamed to StoragePipelineOptions and its
    properties have been updated as below:
    • The proxy property of type ProxySettings | string has been renamed to proxyOptions and
      will be of type ProxyOptions. If you have been passing url directly, split the value into host
      and port then pass it as a json object.
    • The telemetry property of type TelemetryOptions has been renamed to userAgentOptions of
      type UserAgentOptions.
    • The logger is no longer a property available to configure. To enable logging, please see the
      Troubleshooting section of our readme.
  • [Breaking]
    • The UniqueRequestIdPolicy and KeepAlivePolicy are no longer exported from this library. The
      corresponding policies from the @azure/core-http library are meant to be used instead.
  • [Breaking] The default browser bundle has been removed from the npm package. Bundling your application with a bundler such as Webpack is the recommended approach to building a browser bundle. For details on how to do this, please refer to our bundling documentation.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.