github Azure/azure-sdk-for-js @azure/storage-file-share_12.0.0-preview.6

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

2019.11 12.0.0-preview.6

  • [Breaking] @azure/storage-file package is renamed to @azure/storage-file-share to better align with the upcoming new package for Azure Storage Files DataLake. As a consequence,
    • FileServiceClient becomes ShareServiceClient
    • DirectoryClient becomes ShareDirectoryClient
    • FileClient becomes ShareFileClient
  • Bug Fix - Previous versions of @azure/storage-file library failed for the react-apps because of the usage of fs.stat method which is not available in browsers. The issue is fixed in this new release.
  • [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 properties in the StoragePipelineOptions interface 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.
  • Bug Fix - Previous versions of @azure/storage-file library failed for the react-apps because of the usage of fs.stat method which is not available in browsers. The issue is fixed in this new release.

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

NewReleases is sending notifications on new releases.