@azure/storage-file-share 12.9.1-alpha.20220418.2 → 12.10.0-alpha.20220419.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist-esm/src/Clients.js.map +1 -1
- package/dist-esm/src/ShareServiceClient.js.map +1 -1
- package/dist-esm/src/generated/src/storageClientContext.js +1 -1
- package/dist-esm/src/generated/src/storageClientContext.js.map +1 -1
- package/dist-esm/src/policies/StorageRetryPolicy.js.map +1 -1
- package/dist-esm/src/utils/Batch.js.map +1 -1
- package/dist-esm/src/utils/BufferScheduler.js.map +1 -1
- package/dist-esm/src/utils/utils.common.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
-
## 12.
|
3
|
+
## 12.10.0-beta.1 (2022-04-19)
|
4
4
|
|
5
5
|
### Features Added
|
6
6
|
|
7
|
-
|
7
|
+
- Added support for service version 2021-06-08.
|
8
|
+
- Added ability to maintain a file's current last write time when calling ShareFileClient.uploadRange() and ShareFileClient.uploadRangeFromURL().
|
9
|
+
- 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().
|
10
|
+
- Added ability to specify content-type on a file when calling ShareFileClient.rename().
|
8
11
|
|
9
12
|
### Bugs Fixed
|
10
13
|
|
11
14
|
- Add `react-native` mapping to ESM entry point
|
12
15
|
|
13
|
-
### Other Changes
|
14
|
-
|
15
16
|
## 12.9.0 (2022-03-11)
|
16
17
|
|
17
18
|
### Features Added
|
package/dist/index.js
CHANGED
@@ -10390,7 +10390,7 @@ function convertTracingToRequestOptionsBase(options) {
|
|
10390
10390
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
10391
10391
|
*/
|
10392
10392
|
const packageName = "azure-storage-file-share";
|
10393
|
-
const packageVersion = "12.
|
10393
|
+
const packageVersion = "12.10.0-beta.1";
|
10394
10394
|
class StorageClientContext extends coreHttp__namespace.ServiceClient {
|
10395
10395
|
/**
|
10396
10396
|
* Initializes a new instance of the StorageClientContext class.
|