@azure/storage-blob 12.9.0-beta.4 → 12.9.1-alpha.20220315.1
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 +20 -0
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js +2 -3
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClientContext.js +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClientContext.js.map +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
+
## 12.9.1 (Unreleased)
|
4
|
+
|
5
|
+
### Features Added
|
6
|
+
|
7
|
+
### Breaking Changes
|
8
|
+
|
9
|
+
### Bugs Fixed
|
10
|
+
|
11
|
+
### Other Changes
|
12
|
+
|
13
|
+
## 12.9.0 (2022-03-11)
|
14
|
+
|
15
|
+
### Features Added
|
16
|
+
|
17
|
+
- 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.
|
18
|
+
|
19
|
+
### Bugs Fixed
|
20
|
+
|
21
|
+
- Fixed an issue of always sending x-ms-encryption-algorithm header in request.
|
22
|
+
|
3
23
|
## 12.9.0-beta.4 (2022-03-04)
|
4
24
|
|
5
25
|
### Features Added
|
package/dist/index.js
CHANGED
@@ -9107,11 +9107,10 @@ const encryptionKeySha256 = {
|
|
9107
9107
|
}
|
9108
9108
|
};
|
9109
9109
|
const encryptionAlgorithm = {
|
9110
|
-
parameterPath: ["options", "encryptionAlgorithm"],
|
9110
|
+
parameterPath: ["options", "cpkInfo", "encryptionAlgorithm"],
|
9111
9111
|
mapper: {
|
9112
|
-
defaultValue: "AES256",
|
9113
|
-
isConstant: true,
|
9114
9112
|
serializedName: "x-ms-encryption-algorithm",
|
9113
|
+
xmlName: "x-ms-encryption-algorithm",
|
9115
9114
|
type: {
|
9116
9115
|
name: "String"
|
9117
9116
|
}
|
@@ -13302,7 +13301,7 @@ const logger = logger$1.createClientLogger("storage-blob");
|
|
13302
13301
|
|
13303
13302
|
// Copyright (c) Microsoft Corporation.
|
13304
13303
|
// Licensed under the MIT license.
|
13305
|
-
const SDK_VERSION = "12.9.
|
13304
|
+
const SDK_VERSION = "12.9.1";
|
13306
13305
|
const SERVICE_VERSION = "2021-04-10";
|
13307
13306
|
const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
|
13308
13307
|
const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
|
@@ -15243,7 +15242,7 @@ class StorageSharedKeyCredential extends Credential {
|
|
15243
15242
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
15244
15243
|
*/
|
15245
15244
|
const packageName = "azure-storage-blob";
|
15246
|
-
const packageVersion = "12.9.
|
15245
|
+
const packageVersion = "12.9.1";
|
15247
15246
|
class StorageClientContext extends coreHttp__namespace.ServiceClient {
|
15248
15247
|
/**
|
15249
15248
|
* Initializes a new instance of the StorageClientContext class.
|