32 KiB
Release History
12.26.0 (2024-11-13)
Features Added
- Includes all features released in 12.26.0-beta.1.
12.26.0-beta.1 (2024-10-15)
Features Added
- Added support for service version 2025-01-05.
- Added support for the provisioned V2 billing model.
- Added support for specifying the binary file permission format for ShareFileClient.startCopy().
- Added ShareAccessTier.Premium enum value.
12.25.0 (2024-09-22)
Features Added
- Includes all features released in 12.25.0-beta.1.
Other Changes
- Upgraded dependency on
@azure/core-xml
to version1.4.3
.
12.25.0-beta.1 (2024-08-09)
Features Added
- Added support for service version 2024-11-04.
- Added support for token-based authentication for all APIs.
- Added support for paid bursting on premium file share accounts.
- Added support for binary format for file permissions.
- Added ability to retrieve SAS string to sign for debugging purposes.
12.24.0 (2024-07-18)
Features Added
- Includes all features released in 12.24.0-beta.1.
Bugs Fixed
- Correct content-length header with request body length. (#30138)
12.24.0-beta.1 (2024-06-13)
Features Added
- Added support for service version 2024-08-04.
- Added more detailed messaging for authorization failure cases.
- Added support for snapshot management on NFS shares.
12.23.0 (2024-06-04)
Features Added
- Includes all features released in 12.23.0-beta.1.
- Allow HTTP connections
12.18.1 (2024-05-11)
Features Added
- Includes all features released in 12.18.1-beta.1.
12.18.1-beta.1 (2024-04-18)
Features Added
- Added support for service version 2024-05-04.
- Added ability to call ShareFileClient.getRangeListDiff() on a file that has been renamed.
- Added support OAuth for interface ShareFileClient.uploadRangeFromURL().
- Added support to return clientName property in file/directory handle properties in ShareFileClient.listHandles() and ShareDirectoryClient.listHandles().
12.17.0 (2023-11-09)
Features Added
- Includes all features released in 12.17.0-beta.1.
12.23.0-beta.1 (2023-11-01)
Other Changes
- Migrated dependency on
@azure/core-http
to@azure/core-rest-pipeline
.
12.17.0-beta.1 (2023-10-18)
Features Added
- Added support for service version 2023-11-03.
- Added support for indicating audience in StoragePipelineOptions.
12.16.0 (2023-09-14)
Features Added
- Added support for service version 2023-11-03.
- Added support for indicating audience in StoragePipelineOptions.
12.15.0 (2023-07-12)
Features Added
- Includes all features released in 12.15.0.
12.15.0-beta.1 (2023-05-31)
Features Added
- Added support for service version 2023-01-03.
- Added access rights in each handles returned by ShareDirectoryClient.listHandles()/ShareFileClient.listHandles().
12.14.0 (2023-04-13)
Features Added
- Includes all features released in 12.14.0-beta.1.
12.14.0-beta.1 (2023-03-29)
Features Added
- Added support for service version 2022-11-02.
- Added support OAuth.
- Added support for Trailing Dot.
12.13.0 (2023-02-23)
Features Added
- Includes all features released in 12.13.0-beta.1.
Bugs Fixed
- Fixed an issue of getting 403 error for blob name with './' or '../'
12.13.0-beta.1 (2023-02-09)
Features Added
- Added support for service version 2021-12-02.
- Added support for invalid XML characters in file and directory names for ShareDirectoryClient.listFilesAndDirectories(), .listHandles(), and ShareFileClient.listHandles().
Other Changes
- Update dependency
@azure/core-http
version to^3.0.0
.
12.12.0 (2022-10-14)
Features Added
- Added support for service version 2021-10-04.
Bugs Fixed
- Fixed a hang issue in ShareFileClient.downloadToBuffer when encountering transient network failure.
- Refined URL parsing method to let it be able to correctly parse URLs with account name in path.
- Fixed an issue of escaping slashes in file or directory path unnecessarily.
12.11.0 (2022-07-08)
Features Added
- Added support for service version 2021-08-06.
12.10.0 (2022-05-12)
Features Added
- Includes all features released in 12.10.0-beta.1.
Bugs Fixed
- Refined user-agent value to avoid failure when os information is not available on some platforms.
12.10.0-beta.1 (2022-04-19)
Features Added
- Added support for service version 2021-06-08.
- Added ability to maintain a file's current last write time when calling ShareFileClient.uploadRange() and ShareFileClient.uploadRangeFromURL().
- Added ability to specify a file or directory's change time when calling ShareFileClient.create(), ShareDirectoryClient.create(), ShareFileClient.setProperties(), ShareDirectoryClient.setProperties(), ShareFileClient.resize(), ShareFileClient.rename() and ShareDirectoryClient.rename().
- Added ability to specify content-type on a file when calling ShareFileClient.rename().
Bugs Fixed
- Add
react-native
mapping to ESM entry point
12.9.0 (2022-03-11)
Features Added
- Includes all features released in 12.9.0-beta.1, 12.9.0-beta.2, 12.9.0-beta.3 and 12.9.0-beta.4.
12.9.0-beta.4 (2022-03-04)
Bugs Fixed
- Fixed bug where ShareFileClient.startCopyFromURL() was not sending the ignoreReadonly parameter correctly.
- Set correct content length in requests for uploading operations to avoid unexpected failure if customized content length is incorrect.
12.9.0-beta.3 (2022-02-11)
Features Added
- Added support for service version 2021-04-10.
- Added support for renaming a file or a directory.
12.9.0-beta.2 (2021-12-03)
Features Added
- Added support for service version 2021-02-12.
- Added support for premium file share
provisionedBandwidthMiBps
property.
12.9.0-beta.1 (2021-11-09)
Features Added
- Added support for service version 2020-12-06.
12.8.0 (2021-09-10)
Features Added
- Includes all features released in 12.8.0-beta.1.
12.7.0 (2021-08-02)
- Support for Node.js 8 and IE 11 has been dropped. Please see our support policy for more details.
- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features
- Updated our internal core package dependencies to their latest versions in order to add support for Opentelemetry 1.0.0 which is compatible with the latest versions of our other client libraries.
12.8.0-beta.1 (2021-07-28)
Features Added
- Added support for service version 2020-10-02.
- Added support for including additional information in
ShareDirectoryClient.listFilesAndDirectories()
. - Added support for OAuth in copying source in
ShareFileClient.uploadRangeFromURL()
when source is a Blob. - With the dropping of support for Node.js versions that are no longer in LTS, the dependency on
@types/node
has been updated to version 12. Read our support policy for more details.
12.6.0 (2021-06-09)
- Updated Azure Storage Service API version to 2020-08-04.
- Fixed bug where ShareFileClient.download, ShareFileClient.downloadToBuffer or ShareFileClient.downloadToFile could corrupt data if source is modified when retrying.
12.5.0 (2021-03-10)
- Updated Azure Storage Service API version to 2020-06-12.
12.4.1 (2021-02-03)
- Fixed a bug where
generateFileSASQueryParameters()
won't correctly set the resource type ifFileSASSignatureValues.permissions
is not specified. Fixed issue 13223. - The
"Unclosed root tag"
XML parser error is now retriable. PR #13076.
12.4.0 (2021-01-12)
- This release contains bug fixes to improve quality.
12.4.0-beta.1 (2020-12-09)
- Updated Azure Storage Service API version to 2020-04-08.
- Share now supports for NFS. User can specify the
protocols
when creating a Share viaShareClient.create()
. Also added anrootSquash
option for NFS shares. - Added
generateSasUrl
toShareClient
andShareFileClient
to generate a service-level SAS URI for the client. - Added
generateAccountSasUrl
toShareServiceClient
to generate an account-level SAS URI for the client. - Won't remove the first space in the
userAgentOptions.userAgentPrefix
passed to thenewPipeline()
now. Fixed bug 7536.
12.3.0 (2020-11-10)
- Removed ability to create a ShareLeaseClient for a Share or Share Snapshot. This feature has been rescheduled for future release.
- Replaced
ShareClient.setAccessTier()
withShareClient.setProperties()
, which can be used to set both Share Tier and Share Quota. - Fixed a bug where
ShareDirectoryClient.deleteIfExists()
andShareFileClient.deleteIfExists()
would throw an exception if the directory or file's parent directory doesn't exist.
12.3.0-beta.1 (2020-10-13)
- Updated Azure Storage Service API version to 2020-02-10.
- Added support for SMB Multichannel.
- Added support for Share and Share Snapshot Leases. Now can initialize a
ShareLeaseClient
with aShareClient
to manage leases for a share or share snapshot. Most operations on share now also support lease conditions. - Added support for Get File Range Diff. Added
ShareFileClient.getRangeListDiff()
for getting the list of ranges that differ between a previous share snapshot and the file. - Added support for Set Share Tier. Added
ShareClient.setAccessTier()
for setting the access tier of the share.
12.2.0 (2020-09-08)
- Added share soft delete support. Added
undeleteShare
toShareServiceClient
.listShares
now can return deleted shares. Note: share soft delete only take effect on accounts with share soft delete feature enabled. - Bug fix -
credential
parameter ofnewPipeline()
function is now optional. If not specified,AnonymousCredential
is used. Fixes bug 9628. - Bug fix - Content-Length header is no more ignored. Fixes bugs 8903, 9300 and 10614.
12.2.0-preview.1 (2020-07-03)
- Updated Azure Storage Service API version to 2019-12-12.
- Support 4 TB files.
- Added
exists
anddeleteIfExists()
toShareClient
,ShareDirectoryClient
, andShareFileClient
. - Added
createIfNotExists()
toShareClient
andShareDirectoryClient
.
12.1.2 (2020-05-20)
- Fix data corruption failure error issue #6411 when downloading compressed files. PR #7993
- Fix un-handled TypeError issue #8499 in Electron applications. PR #8568
- Updated to use
@opentelemetry/api
0.6.1 via@azure/core-tracing
. PR #7998 - Updated to use
typescript
3.8.3. PR #8659
12.1.1 (2020-03-10)
- Fixed unexpected hang issue when uploading empty body. Fixed bug 6904.
12.1.0 (2020-02-11)
- Updated Azure Storage Service API version to 2019-07-07.
- A new type
ShareLeaseClient
is added to manage leases. - New SMB parameters for file copy.
- Force Close Handles Response now includes the number of handles that failed to close.
ShareProperties
now has 4 additional properties for premium file shares.- Fixed a bug where the package didn't work as expected when bundling web applications. PR #7298
12.0.1 (2020-01-09)
-
Bug fix - Name properties on clients now support more kinds of endpoints(IPv4/v6 hosts, single word domains). PR #6755
-
Service clients now share a single http client instance by default. PR #6657
Previously, a new http client was created for each service client if none was provided by the user. This could result in TCP port exhaustion under heavy usage with the keepAlive option enabled because each http client has its own persistent TCP connection. This change creates a single http client instance which is shared among all service clients by default.
12.0.0 (2019-12-04)
- [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.
- [Breaking] The
expiryTime
andstartTime
members of theAccountSASSignatureValues
andFileSASSignatureValues
types, as well as theexpiry
andstart
members of theaccessPolicy
field of theSignedIdentifier
type, have all been renamed toexpiresOn
andstartsOn
respectively for consistency with@azure/storage-blob
and@azure/storage-queue
. - [Breaking]
forceCloseAllHandles
will returnCloseHandlesInfo
type instead of number. - [Breaking]
forceCloseHandle
will returnclosedHandlesCount
property instead ofnumberOfHandlesClosed
to be compatible withCloseHandlesInfo
. - Updated to use OpenTelemetry 0.2 via
@azure/core-tracing
- Bug Fix - Convert empty prefixes (
""
) toundefined
when passed as options to thelistFiles
orlistShares
methods to avoid sending an invalid request to the service. Fixes bug 5817. - The
ShareFileClient.downloadToBuffer()
helper method has a new overload where it is not required to pass aBuffer
. The attributesoffset
andcount
are optional, and it downloads the entire file if they are not provided. - [Breaking]
shareName
onShareClient
has been renamed toname
. PR 6135 ShareFileClient
andShareDirectoryClient
now have aname
property that returns the file or directory name respectively. PR 6135- [Breaking] In browsers,
blobBody
onFileDownloadResponse
has been renamed tocontentAsBlob
in order to avoid naming confusion between browserBlob
objects andBlob
s from@azure/storage-blob
. PR 6183 - [Breaking] Removed
uploadBrowserData
fromShareFileClient
in favor of a unified methoduploadData
that accepts both browserBlob
objects as well as Node.jsBuffer
objects. - Added a warning to the documentation of
downloadToBuffer
that explains the limitations of Node.jsBuffer
sizes to around 2GB on 64-bit architectures and 1GB on 32-bit architectures. - Documented the behavior of
getProperties
methods with respect to metadata keys and their casing inconsistency when compared to the metadata keys returned through corresponding "list" methods with theincludeMetadata
option.
12.0.0-preview.6 (2019-10-30)
- [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
becomesShareServiceClient
DirectoryClient
becomesShareDirectoryClient
FileClient
becomesShareFileClient
- Bug Fix - Previous versions of
@azure/storage-file
library failed for the react-apps because of the usage offs.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 typeProxySettings | string
has been renamed toproxyOptions
and will be of typeProxyOptions
. If you have been passing url directly, split the value intohost
andport
then pass it as a json object. - The
telemetry
property of typeTelemetryOptions
has been renamed touserAgentOptions
of typeUserAgentOptions
. - Thelogger
is no longer a property available to configure. To enable logging, please see the Troubleshooting section of our readme.
- The
- [Breaking] The
UniqueRequestIdPolicy
andKeepAlivePolicy
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 offs.stat
method which is not available in browsers. The issue is fixed in this new release.
12.0.0-preview.5 (2019-10-22)
- [Breaking]
IPRange
is renamed toSasIPRange
. PR #5551 - Created new interface
CommonOptions
. This interface is for standard options that apply to all methods that invoke remote operations. This interface currently contains options that enable client-side tracing of the SDK. PR #5550 offset
parameter is optional indownloadToBuffer
method ofFileClient
. PR #5592- Async iterator with pagination support is added to list Handles -
listHandles
PR #5536 - [Breaking]
Models
is no longer exported in public API surface. Instead generated model types required by the public API are explicitly re-exported. PR #5532 - [Breaking] Cancelling an operation now throws a standardized error with the name
AbortError
. PR #5633 - [Breaking]
filePath
is onFileClient
is renamed topath
.dirPath
is added toDirectoryClient
is renamed topath
. PR #5613 - [Breaking]
body
field fromRestError
Object in core-http Library is removed, theresponse
property on the error will now have theparsedBody
&headers
along with raw body & headers that are already present. PRs #5670, #5437- Errors from the storage service can be seen in an extra field
details
with the expected error code. #5688
- Errors from the storage service can be seen in an extra field
- [Breaking]
progress
callback in the option bags of all the helper methods is renamed toonProgress
. PR #5676 - [Breaking] Type of the
permissions
attribute in the options bagFileSASSignatureValues
to be passed intogenerateFileSASQueryParameters
is changed toFileSASPermissions
from typestring
. PR #5626- Similarly,
AccountSASPermissions
forgenerateAccountSASQueryParameters
instead of typestring
. - Example - permissions attribute in
generateFileSASQueryParameters
permissions: FileSASPermissions.parse("racwd").toString()
changes toFileSASPermissions.parse("racwd")
- Similarly,
- [Breaking]
sourceModifiedAccessConditions
attribute inFileUploadRangeFromURLOptions
is renamed tosourceConditions
. PR #5682 - Renames for following Options interfaces. PR #5650
UploadStreamToAzureFileOptions
->FileUploadStreamOptions
,UploadToAzureFileOptions
->FileParallelUploadOptions
,DownloadFromAzureFileOptions
->FileDownloadToBufferOptions
- [Breaking] Appropriate attribute renames in all the interfaces PR #5610
- Example -
nextMarker
->continuationToken
,HTTPClient
->HttpClient
,permission
->permissions
,parallelism
->concurrency
- Example -
- [Breaking]
forceCloseHandlesSegment
is not exposed from the library in favour of the new methodforceCloseAllHandles
onFileClient
andDirectoryClient
. PR #5620 - [Breaking] IE11 needs
Object.assign
polyfill loaded. PR #5727
12.0.0-preview.4 (2019-10-09)
- Library tries to load the proxy settings from the environment variables like HTTP_PROXY if the proxy settings are not provided when clients like
FileServiceClient
orFileClient
are instantiated. - Added name properties on all the clients for convenience.
accountName
is added forDirectoryClient
,FileClient
,FileServiceClient
andShareClient
.shareName
is added toDirectoryClient
,FileClient
andShareClient
.filePath
is added toFileClient
.dirPath
is added toDirectoryClient
.
- [Breaking]
Models.StorageServiceProperties
is renamed intoModels.FileServiceProperties
. - [Breaking] Replace string array with boolean flags to specify dataset to include when listing shares.
Before this change the option is specified as
After this change:fileServiceClient.listShares({ include: ["metadata", "snapshots"], });
fileServiceClient.listShares({ includeMetadata: true, includeSnapshots: true, });
10.3.0 (2019-09-01)
- Updated Azure Storage Service API version to 2019-02-02.
- Added a new API
ShareURL.createPermission()
which allows for the creation of a security descriptor at the Azure File share level. This descriptor can be used for files and directories in the share. - Added a new API
ShareURL.getPermission()
which allows for the retrieval of the security descriptor set on a share. - Added APIs
DirectoryURL.setProperties()
andFileURL.setProperties()
, and updated APIsDirectoryURL.create()
andFileURL.create()
for setting file permission, attributes, creation time, and last write time. - Added a new API
FileURL.uploadRangeFromURL()
which allows range in a file to be written using a range of another file as a source. This permits synchronous server-side copies to be orchestrated for files of any size.
12.0.0-preview.3 (2019-08-01)
- Updated Azure Storage Service API version to 2019-02-02.
- Added a new API
ShareClient.createPermission()
which allows for the creation of a security descriptor at the Azure File share level. This descriptor can be used for files and directories in the share. - Added a new API
ShareClient.getPermission()
which allows for the retrieval of the security descriptor set on a share. - Added APIs
DirectoryClient.setProperties()
andFileClient.setProperties()
, and updated APIsDirectoryClient.create()
andFileClient.create()
for setting file permission, attributes, creation time, and last write time. - Added a new API
FileClient.uploadRangeFromURL()
which allows range in a file to be written using a range of another file as a source. This permits synchronous server-side copies to be orchestrated for files of any size. - Fixed a bug of
FileClient.downloadToBuffer()
when provided offset is not 0. - Fixed a bug that
Aborter
cannot work during retry interval. - Fixed a bug that
Aborter
throws timeout error even though it succeeds ofFileClient.download()
. - Fixed a bug that "err.code.toUpperCase is not a function" when retries in browser.
Aborter
doesn't requiredom
as tsconfig lib requirement anymore forEvent
type.- Export
RetryPolicyType
. - Updated HTTP client from axios to node-fetch in Node.js runtime.
- A new option
keepAliveOptions
added to parameter ofnewPipeline()
which controls keep-alive configurations. Keep-alive is enabled by default. - The
ShareClient.getStatistics()
now returns the approximate size in bytes withshareUsageBytes
. - Added
DirectoryClient.listHandlesSegment()
andFileClient.listHandlesSegment()
to returns a list of open handles on a directory or a file. - Added
DirectoryClient.forceCloseHandlesSegment()
,FileClient.forceCloseHandlesSegment()
,DirectoryClient.forceCloseHandle()
andFileClient.forceCloseHandle()
to close handles. - Pass through
options.abortSignal
to the optionalabortSignal
attribute in option bags instead of usingAbortSignal.none
as the default value whenoptions.abortSignal
is not specified. - Basic HTTP proxy authentication support is added. Proxy settings can be passed in the options while creating a new client. Example - proxyAuth.ts
- Connection strings for explicit storage endpoints are supported. - Configure Azure Storage connection strings
12.0.0-preview.2 (2019-08-01)
- [Breaking] Aborter class is no longer exposed from the package. Use the package @azure/abort-controller to pass an abort signal to any of the async operations.
AbortController.timeout(<milliseconds>)
can be utitlized as an abort signal. - Storage service allows SAS connection string with SAS string and endpoints along with the Account connection string(account name, key and endpoint).
In this preview, SAS connection string support is added to the existing connection string client constructors and static methods.
- Account connection string example -
DefaultEndpointsProtocol=https;AccountName=myaccount;AccountKey=accountKey;EndpointSuffix=core.windows.net
- SAS connection string example -
BlobEndpoint=https://myaccount.blob.core.windows.net/;QueueEndpoint=https://myaccount.queue.core.windows.net/;FileEndpoint=https://myaccount.file.core.windows.net/;TableEndpoint=https://myaccount.table.core.windows.net/;SharedAccessSignature=sasString
- SAS connection string is supported in both NodeJS and browser runtimes unlike the Account Connection String which is supported only in the NodeJS runtime.
- Account connection string example -
12.0.0-preview.1 (2019-07-01)
-
[Breaking] Client types are renamed from *URL to *Client.
- ServiceURL, ShareURL, DirectoryURL and FileURL to FileServiceClient, ShareClient, DirectoryClient and FileClient respectively.
-
[Breaking] Aborter parameters are now moved into option bags.
abortSignal
attrubute(optional) in the option-bag of respective module has to be utitlized for theAborter.timeout(<milliseconds>)
functionality.Aborter.none
is the default value.
-
[Breaking] I- prefixes are removed from interface names.
- Example-
IDirectoryCreateOptions
is updated toDirectoryCreateOptions
, the new names must to be used.
- Example-
-
[Breaking] The static methods to create client types are removed. The functionality is moved into new instance methods added to the parent clients.
-
[Breaking] The telemetry strings have been updated.
Azure-Storage/${SDK_VERSION}
is updated toazsdk-js-storageblob/${SDK_VERSION}
.
-
[Breaking]
withPipeline()
method is removed. -
Async iterators with pagination support are added for listing methods
listFilesAndDirectories()
andlistShares()
- Please refer to the samples for async iterators in the
samples
folder.
-
[Breaking] Methods that list segments(
listFilesAndDirectoriesSegment()
andlistSharesSegment()
) are no longer exposed in public api. -
[Breaking] High level convenience functions are moved into clients as their instance member function.
uploadFileToAzureFile()
,uploadStreamToAzureFile()
,downloadAzureFileToBuffer()
anduploadBrowserDataToAzureFile()
->FileClient.uploadFile()
,FileClient.uploadStream()
,FileClient.downloadToBuffer()
andFileClient.uploadBrowserData()
respectively.
-
[Breaking]
StorageClient
is no longer exposed.StorageClient.newPipeline()
static method is moved to the top level exported functionnewPipeline()
. -
Updated dependency
@azure/ms-rest-js
to@azure/core-http
. -
Constructor overloads added into client types so they can be constructed from a url and a pipeline/credential and connection string.
- Constructors with overloads -
FileServiceClient
andShareClient
- Connection string method is supported only in Node.js (not browsers).
- Constructors with overloads -
-
Creation/Deletion of child resources are duplicated to parent client type.
-
HTTP proxy support is added (Node.js only).
- Please refer to the
proxyAuth.ts
sample in thesamples/v12/typescript
folder.
- Please refer to the
-
Request and response headers are now logged at INFO level, with sensitive data redacted.
-
downloadToFile()
is added toFileClient
.
For release notes and more information please visit https://aka.ms/azsdk/releases/july2019preview
10.2.0 (2019-06-01)
- Fixed a bug of
downloadBlobToBuffer()
anddownloadAzureFileToBuffer()
when provided offset is not 0. - Fixed a bug that
Aborter
cannot work during retry interval. - Fixed a bug that
Aborter
throws timeout error even though it succeeds ofFileURL.download()
. - Fixed a bug that "err.code.toUpperCase is not a function" when retries in browser.
Aborter
doesn't requiredom
as tsconfig lib requirement anymore forEvent
type.- Export
RetryPolicyType
. - Updated HTTP client from axios to node-fetch in Node.js runtime.
- A new option
keepAliveOptions
added to parameter ofStorageURL.newPipeline()
which controls keep-alive configurations. Keep-alive is enabled by default. - Updated Azure Storage Service API version to 2018-11-09.
- The
ShareURL.getStatistics()
now returns the approximate size in bytes withshareUsageBytes
. - Added
DirectoryURL.listHandlesSegment()
andFileURL.listHandlesSegment()
to returns a list of open handles on a directory or a file. - Added
DirectoryURL.forceCloseHandlesSegment()
,FileURL.forceCloseHandlesSegment()
,DirectoryURL.forceCloseHandle()
andFileURL.forceCloseHandle()
to close handles. - Updated Azure Storage Service API version to 2018-11-09.
10.1.0 (2019-01-01)
- [Breaking] Updated convenience layer methods enum type parameters into typescript union types, this will help reducing bundle footprint.
- [Breaking] Updated URL encoding strategy for
url
parameters ofnew XXXURL(url, pipeline)
methods, such asnew FileURL(url, pipeline)
.- URL will accept both encoded or non-encoded URL string. It will escape non-escaped special characters, like Chinese characters. However, if directory/file name includes
%
,url
must be encoded manually.
- URL will accept both encoded or non-encoded URL string. It will escape non-escaped special characters, like Chinese characters. However, if directory/file name includes
- [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
andObject.keys
polyfills loaded. - Updated dependency
ms-rest-js
to@azure/ms-rest-js
. - Fixed
Aborter.timeout()
misleading scale description. - Removed default 60s server timeout value for retry options
tryTimeoutInMs
to avoid large blob download stream unexpected ending. - Fixed an issue that when body is string with special characters,
FileURL.uploadRange
will fail to upload. - Exported
HttpRequestBody
type for who wants to implement a customized HTTP client.
10.0.0-preview (2018-12-01)
- Initial Release. API version 2018-03-28 supported. Please see the README for information on the new design.