@azure/storage-blob 12.2.1-alpha.20200918.1 → 12.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -37,7 +37,7 @@
37
37
 
38
38
  ## 12.1.1 (2020.03)
39
39
 
40
- - Bug fix - Blob SAS's `sr` field is now properly set when generating SAS for a blob using a stored policy with `signedpermissions`. For more details about Service SAS, please refer to [link](https://docs.microsoft.com/rest/api/storageservices/create-service-sas).
40
+ - Bug fix - Blob SAS's `sr` field is now properly set when generating SAS for a blob using a stored policy with `signedpermissions`. For more details about Service SAS, please refer to [link](https://docs.microsoft.com/en-us/rest/api/storageservices/create-service-sas).
41
41
  - Fixed unexpected hang issue when uploading empty body. Fixed bug [6904](https://github.com/Azure/azure-sdk-for-js/issues/6904).
42
42
 
43
43
  ## 12.1.0 (2020.02)
@@ -232,7 +232,7 @@
232
232
  - A new option `keepAliveOptions` added to parameter of `newPipeline()` which controls keep-alive configurations. Keep-alive is enabled by default.
233
233
  - Pass through `options.abortSignal` to the optional `abortSignal` attribute in option bags instead of using `AbortSignal.none` as the default value when `options.abortSignal` is not specified.
234
234
  - Basic HTTP proxy authentication support is added. Proxy settings can be passed in the options while creating a new client. Example - [typescript/proxyAuth.ts](https://github.com/Azure/azure-sdk-for-js/blob/@azure/storage-blob_12.0.0-preview.3/sdk/storage/storage-blob/samples/typescript/proxyAuth.ts)
235
- - Connection strings for explicit storage endpoints are supported. - [Configure Azure Storage connection strings](https://docs.microsoft.com/azure/storage/common/storage-configure-connection-string#create-a-connection-string-for-an-explicit-storage-endpoint)
235
+ - Connection strings for explicit storage endpoints are supported. - [Configure Azure Storage connection strings](https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string#create-a-connection-string-for-an-explicit-storage-endpoint)
236
236
 
237
237
  ## 12.0.0-preview.2 (2019.08)
238
238
 
@@ -298,7 +298,7 @@ For release notes and more information please visit https://aka.ms/azsdk/release
298
298
 
299
299
  ## 10.4.0 (2019.07)
300
300
 
301
- - Updated Azure Storage Service API version to [2018-11-09](https://docs.microsoft.com/rest/api/storageservices/version-2018-11-09).
301
+ - Updated Azure Storage Service API version to [2018-11-09](https://docs.microsoft.com/en-us/rest/api/storageservices/version-2018-11-09).
302
302
  - Improved comments for `BlockBlobURL.upload()`.
303
303
  - Exported `HttpRequestBody` type for who wants to implement a customized HTTP client.
304
304
  - Fixed a bug of `downloadBlobToBuffer()` and `downloadAzureFileToBuffer()` when provided offset is not 0.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.2.1-alpha.20200918.1",
4
+ "version": "12.2.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Blob",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-blob/src/index.js",
@@ -121,16 +121,16 @@
121
121
  "@azure/core-http": "^1.1.6",
122
122
  "@azure/core-lro": "^1.0.2",
123
123
  "@azure/core-paging": "^1.1.1",
124
- "@azure/core-tracing": "^1.0.0-alpha",
124
+ "@azure/core-tracing": "1.0.0-preview.9",
125
125
  "@azure/logger": "^1.0.0",
126
126
  "@opentelemetry/api": "^0.10.2",
127
127
  "events": "^3.0.0",
128
128
  "tslib": "^2.0.0"
129
129
  },
130
130
  "devDependencies": {
131
- "@azure/dev-tool": "^1.0.0-alpha",
131
+ "@azure/dev-tool": "^1.0.0",
132
132
  "@azure/identity": "^1.1.0",
133
- "@azure/test-utils-recorder": "^1.0.0-alpha",
133
+ "@azure/test-utils-recorder": "^1.0.0",
134
134
  "@microsoft/api-extractor": "7.7.11",
135
135
  "@rollup/plugin-multi-entry": "^3.0.0",
136
136
  "@rollup/plugin-replace": "^2.2.0",