Skip to content

Commit c570dc2

Browse files
Fix Delinquent Changelogs (Azure#15030)
* Fixup delinquent changelogs * Fix delinquent CHANGELOG.mds * Remove unneeded changes * more changelog fixes
1 parent 001599a commit c570dc2

File tree

9 files changed

+90
-84
lines changed

9 files changed

+90
-84
lines changed

sdk/communication/communication-sms/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
- Stable release of `@azure/communication-sms`.
99

10-
## 1.0.0-beta.4 (2020-03-09)
10+
## 1.0.0-beta.4 (2021-03-09)
1111

1212
### Added
1313

sdk/core/core-crypto/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Release History
22

3-
## 1.0.0 (UNRELEASED)
3+
## 1.0.0 (Unreleased)
4+
5+

sdk/cosmosdb/cosmos/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ Not always the most visible changes, but they help our team ship better code, fa
675675
- Split Q promises wrapper to new repository.
676676
- Update to package file for npm registry.
677677

678-
## 1.2.1 ((2015-08-15))
678+
## 1.2.1 (2015-08-15)
679679

680680
- Implements ID Based Routing.
681681
- Fixes Issue [#49](https://github.com/Azure/azure-documentdb-node/issues/49) - current property conflicts with method current().

sdk/storage/storage-blob/CHANGELOG.md

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
- Optimized error semantic for `listBlobsByHierarchy()`. Using `listBlobsByHierarchy()` with empty `delimiter` will now fail-fast.
6565
- Bug fix - Content-Length header is no more ignored. Fixes bugs [8903](https://github.com/Azure/azure-sdk-for-js/issues/8903), [9300](https://github.com/Azure/azure-sdk-for-js/issues/9300) and [10614](https://github.com/Azure/azure-sdk-for-js/issues/10614).
6666

67-
## 12.2.0-preview.1 (2020.07)
67+
## 12.2.0-preview.1 (2020-07-03)
6868

6969
- Updated Azure Storage Service API version to 2019-12-12.
7070
- Supported quick query. Added a new API `BlockBlobClient.query()`.
@@ -74,27 +74,27 @@
7474
- Added convenience method `createIfNotExists` for `ContainerClient`, `AppendBlobClient` and `PageBlobClient`.
7575
- Added convenience method `deleteIfExists` for `ContainerClient` and `BlobClients`.
7676

77-
## 12.1.2 (2020.05)
77+
## 12.1.2 (2020-05-20)
7878

7979
- Fix data corruption failure error [issue #6411](https://github.com/Azure/azure-sdk-for-js/issues/6411) when downloading compressed files. [PR #7993](https://github.com/Azure/azure-sdk-for-js/pull/7993)
8080
- Fix un-handled TypeError [issue #8499](https://github.com/Azure/azure-sdk-for-js/issues/8499) in Electron applications. [PR #8568](https://github.com/Azure/azure-sdk-for-js/pull/8568)
8181
- Updated to use `@opentelemetry/api` 0.6.1 via `@azure/core-tracing`. [PR #7998](https://github.com/Azure/azure-sdk-for-js/pull/7998)
8282
- Updated to use `typescript` 3.8.3. [PR #8659](https://github.com/Azure/azure-sdk-for-js/pull/8659)
8383

84-
## 12.1.1 (2020.03)
84+
## 12.1.1 (2020-03-12)
8585

8686
- 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).
8787
- Fixed unexpected hang issue when uploading empty body. Fixed bug [6904](https://github.com/Azure/azure-sdk-for-js/issues/6904).
8888

89-
## 12.1.0 (2020.02)
89+
## 12.1.0 (2020-02-12)
9090

9191
- Updated Azure Storage Service API version to 2019-07-07.
9292
- Add support for Encryption Scope, which is similar to regular CPK, except the encryption key is provided by name.
9393
- MD5 and CRC headers for Blob Copy: add `contentMD5`and `xMsContentCrc64` to `BlobCopyFromURLHeaders` and `sourceContentMD5` to `BlobSyncCopyFromURLOptions`.
9494
- Add `getPageRangesDiffForManagedDisks` to `PageBlobClient`.
9595
- Fixed a bug where the package didn't work as expected when bundling web applications. [PR #7298](https://github.com/Azure/azure-sdk-for-js/pull/7298)
9696

97-
## 12.0.2 (2020.01)
97+
## 12.0.2 (2020-01-09)
9898

9999
- Bug fix - Name properties on clients now support more kinds of endpoints(IPv4/v6 hosts, single word domains). [PR #6753](https://github.com/Azure/azure-sdk-for-js/pull/6753)
100100
- Service clients now share a single http client instance by default. [PR #6657](https://github.com/Azure/azure-sdk-for-js/pull/6657)
@@ -108,7 +108,7 @@
108108
- Added a warning to the documentation of `downloadToBuffer` that explains the limitations of Node.js `Buffer` sizes to around 2GB on 64-bit architectures and 1GB on 32-bit architectures.
109109
- 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 the `includeMetadata` option.
110110

111-
## 12.0.0 (2019.11)
111+
## 12.0.0 (2019-10-30)
112112

113113
- This release marks the general availability of the `@azure/storage-blob` package.
114114
- Bug Fix - Previous versions of `@azure/storage-blob` preview library failed for React apps because of the usage of `fs.stat` method which is not available in browsers and due to the presence of some circular dependencies. Both of these issues are fixed in this new release.
@@ -140,7 +140,7 @@
140140
- `BlobClient.downloadToBuffer()` helper method has a new overload where it is not required to pass the `Buffer`. Attributes `offset` and `count` are optional, downloads the entire blob if they are not provided.
141141
- [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](https://aka.ms/AzureSDKBundling).
142142

143-
## 12.0.0-preview.5 (2019.10)
143+
## 12.0.0-preview.5 (2019-10-22)
144144

145145
- [Breaking] `IPRange` is renamed to `SasIPRange`. [PR #5551](https://github.com/Azure/azure-sdk-for-js/pull/5551)
146146
- 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](https://github.com/Azure/azure-sdk-for-js/pull/5550)
@@ -200,7 +200,7 @@
200200
- [Breaking] Return type of `downloadToBuffer` helper method on `BlobClient` is changed to `Promise<Buffer>` from `Promise<void>` [PR #5624](https://github.com/Azure/azure-sdk-for-js/pull/5624)
201201
- [Breaking] IE11 needs `Object.assign` polyfill loaded. [PR #5727](https://github.com/Azure/azure-sdk-for-js/pull/5727)
202202

203-
## 12.0.0-preview.4 (2019.10)
203+
## 12.0.0-preview.4 (2019-10-09)
204204

205205
- [Breaking] Replace string array with boolean flags to specify dataset to include when listing containers or blobs.
206206
- For listing containers
@@ -249,7 +249,7 @@
249249
- [Breaking] `Models.StorageServiceStats` is renamed to `Models.BlobServiceStatistics`
250250
- [Breaking] `UserDelegationKey.signedOid` is renamed to `UserDelegationKey.signedObjectId`. `UserDelegationKey.signedTid` is renamed to `UserDelegationKey.signedTenantId`.
251251

252-
## 12.0.0-preview.3 (2019.09)
252+
## 12.0.0-preview.3 (2019-09-11)
253253

254254
- [Breaking] `RawTokenCredential` is dropped. TokenCredential implementations can be found in the [@azure/identity](https://www.npmjs.com/package/@azure/identity) library for authentication.
255255
- Updated Azure Storage Service API version to 2019-02-02.
@@ -280,7 +280,17 @@
280280
- 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)
281281
- 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)
282282
283-
## 12.0.0-preview.2 (2019.08)
283+
## 10.5.0 (2019-09-09)
284+
285+
- Updated Azure Storage Service API version to 2019-02-02.
286+
- A new API `ServiceURL.submitBatch()` supports Blob Batch operation which allows multiple requests to be sent within a single request body.
287+
- Added support for customer provided encryption key.
288+
- Added support for rehydrate priority with additional option to methods `BlobURL.startCopyFromURL()` and `BlobURL.setTier()`.
289+
- APIs `BlobURL.startCopyFromURL()`, `BlockBlobURL.upload()`, `BlockBlobURL.commitBlockList()` and `PageBlobURL.create()` now support set the blob tier within the API call.
290+
- Responses for all APIs now return x-ms-client-request-id through `clientRequestId` that was passed in on the request from client-side.
291+
- Exposed options to accept CRC64 as a transactional data integrity mechanism for data transfer APIs.
292+
293+
## 12.0.0-preview.2 (2019-08-06)
284294
285295
- [Breaking] Aborter class is no longer exposed from the package. Use the package [@azure/abort-controller](https://www.npmjs.com/package/@azure/abort-controller) to pass an abort signal to any of the async operations.
286296
`AbortController.timeout(<milliseconds>)` can be utitlized as an abort signal.
@@ -291,7 +301,32 @@
291301
- 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`
292302
- SAS connection string is supported in both NodeJS and browser runtimes unlike the Account Connection String which is supported only in the NodeJS runtime.
293303
294-
## 12.0.0-preview.1 (2019.07)
304+
## 10.4.1 (2019-08-28)
305+
306+
- Added overloads of `generateBlobSASQueryParameters` functions to generate user delegation SAS.
307+
- `expiry` and `start` in `AccessPolicy` are now optional in `ContainerURL.setAccessPolicy` and `ContainerURL.getAccessPolicy`.
308+
309+
## 10.4.0 (2019-07-30)
310+
311+
- Updated Azure Storage Service API version to [2018-11-09](https://docs.microsoft.com/rest/api/storageservices/version-2018-11-09).
312+
- Improved comments for `BlockBlobURL.upload()`.
313+
- Exported `HttpRequestBody` type for who wants to implement a customized HTTP client.
314+
- Fixed a bug of `downloadBlobToBuffer()` and `downloadAzureFileToBuffer()` when provided offset is not 0.
315+
- Fixed a bug that `Aborter` cannot work during retry interval.
316+
- Fixed a bug that `Aborter` throws timeout error even though it succeeds of `BlockBlobUrl.download()`.
317+
- Fixed a bug that "err.code.toUpperCase is not a function" when retries in browser.
318+
- Export `RetryPolicyType`.
319+
- `Aborter` doesn't require `dom` as tsconfig lib requirement anymore for `Event` type.
320+
- Service SAS generation now supports snapshot access control from 2018-11-09 in `generateBlobSASQueryParameters()`.
321+
- Service SAS generation now supports snapshot access control from API version 2018-11-09 in `generateBlobSASQueryParameters()`.
322+
- A new API `PageBlobURL.uploadPagesFromURL()` allows pages in a page blob to be written using a range of another blob as a source. This permits synchronous server-side copies to be orchestrated for page blobs of any size.
323+
- A new API `AppendBlobURL.appendBlockFromURL()` commits a new block of data to the end of an append blob. Method uses a range of another blob as a source. This permits synchronous server-side copies to be orchestrated for append blobs of any size.
324+
- A new API `BlobURL.syncCopyFromURL()` allows a block blob to be copied synchronously using a URL as a source. This API has a maximum size of 256 MB and preserves metadata and block list.
325+
- A new API `ServiceURL.getUserDelegationKey()` added to get a key that can be used to generate a user delegation SAS (shared access signature).
326+
- Updated HTTP client from axios to node-fetch in Node.js runtime.
327+
- A new option `keepAliveOptions` added to parameter of `StorageURL.newPipeline()` which controls keep-alive configurations. Keep-alive is enabled by default.
328+
329+
## 12.0.0-preview.1 (2019-07-03)
295330

296331
- [Breaking] Client types are renamed from *URL to *Client.
297332
BlobURL, BlockBlobURL, ContainerURL, ServiceURL, StorageURL to BlobClient, BlockBlobClient, ContainerClient, BlobServiceClient, StorageClient respectively.
@@ -327,42 +362,7 @@
327362

328363
For release notes and more information please visit https://aka.ms/azsdk/releases/july2019preview
329364

330-
## 10.5.0 (2019.09)
331-
332-
- Updated Azure Storage Service API version to 2019-02-02.
333-
- A new API `ServiceURL.submitBatch()` supports Blob Batch operation which allows multiple requests to be sent within a single request body.
334-
- Added support for customer provided encryption key.
335-
- Added support for rehydrate priority with additional option to methods `BlobURL.startCopyFromURL()` and `BlobURL.setTier()`.
336-
- APIs `BlobURL.startCopyFromURL()`, `BlockBlobURL.upload()`, `BlockBlobURL.commitBlockList()` and `PageBlobURL.create()` now support set the blob tier within the API call.
337-
- Responses for all APIs now return x-ms-client-request-id through `clientRequestId` that was passed in on the request from client-side.
338-
- Exposed options to accept CRC64 as a transactional data integrity mechanism for data transfer APIs.
339-
340-
## 10.4.1 (2019.08)
341-
342-
- Added overloads of `generateBlobSASQueryParameters` functions to generate user delegation SAS.
343-
- `expiry` and `start` in `AccessPolicy` are now optional in `ContainerURL.setAccessPolicy` and `ContainerURL.getAccessPolicy`.
344-
345-
## 10.4.0 (2019.07)
346-
347-
- Updated Azure Storage Service API version to [2018-11-09](https://docs.microsoft.com/rest/api/storageservices/version-2018-11-09).
348-
- Improved comments for `BlockBlobURL.upload()`.
349-
- Exported `HttpRequestBody` type for who wants to implement a customized HTTP client.
350-
- Fixed a bug of `downloadBlobToBuffer()` and `downloadAzureFileToBuffer()` when provided offset is not 0.
351-
- Fixed a bug that `Aborter` cannot work during retry interval.
352-
- Fixed a bug that `Aborter` throws timeout error even though it succeeds of `BlockBlobUrl.download()`.
353-
- Fixed a bug that "err.code.toUpperCase is not a function" when retries in browser.
354-
- Export `RetryPolicyType`.
355-
- `Aborter` doesn't require `dom` as tsconfig lib requirement anymore for `Event` type.
356-
- Service SAS generation now supports snapshot access control from 2018-11-09 in `generateBlobSASQueryParameters()`.
357-
- Service SAS generation now supports snapshot access control from API version 2018-11-09 in `generateBlobSASQueryParameters()`.
358-
- A new API `PageBlobURL.uploadPagesFromURL()` allows pages in a page blob to be written using a range of another blob as a source. This permits synchronous server-side copies to be orchestrated for page blobs of any size.
359-
- A new API `AppendBlobURL.appendBlockFromURL()` commits a new block of data to the end of an append blob. Method uses a range of another blob as a source. This permits synchronous server-side copies to be orchestrated for append blobs of any size.
360-
- A new API `BlobURL.syncCopyFromURL()` allows a block blob to be copied synchronously using a URL as a source. This API has a maximum size of 256 MB and preserves metadata and block list.
361-
- A new API `ServiceURL.getUserDelegationKey()` added to get a key that can be used to generate a user delegation SAS (shared access signature).
362-
- Updated HTTP client from axios to node-fetch in Node.js runtime.
363-
- A new option `keepAliveOptions` added to parameter of `StorageURL.newPipeline()` which controls keep-alive configurations. Keep-alive is enabled by default.
364-
365-
## 10.3.0 (2018.12)
365+
## 10.3.0 (2018-12-27)
366366

367367
- [Breaking] Updated convenience layer methods enum type parameters into typescript union types, this will help reducing bundle footprint.
368368
- [Breaking] Updated URL encoding strategy for `url` parameters of `new XXXURL(url, pipeline)` methods, such as `new BlobURL(url, pipeline)`.
@@ -375,7 +375,7 @@ For release notes and more information please visit https://aka.ms/azsdk/release
375375
- Removed default 60s server timeout value for retry options `tryTimeoutInMs` to avoid large blob download stream unexcepted ending.
376376
- Fixed an issue that when body is string with special characters, `BlockBlobULR.upload` will fail to upload.
377377

378-
## 10.2.0-preview (2018.11)
378+
## 10.2.0-preview (2018-11-27)
379379

380380
- [Breaking] Updated names of exported interfaces `IHTTPPipelineLogger` & `IHTTPClient` to `IHttpPipelineLogger` & `IHttpClient`.
381381
- [Breaking] For `setMetadata()` and `setHTTPHeaders()`, `metadata` and `blobHTTPHeaders` are moved from `options` into top level parameter list.
@@ -389,7 +389,7 @@ For release notes and more information please visit https://aka.ms/azsdk/release
389389
- Fixed a bug that `timeout` parameter should use second as unit instead of millisecond.
390390
- Added stream retry when `BlobURL.download` response stream unexcepted ends.
391391

392-
## 10.1.0-preview (2018.09)
392+
## 10.1.0-preview (2018-09-29)
393393

394394
- Fixed sharedkey authentication error when blob names have spaces.
395395
- Updated samples in readme and sample folder to fix undefined headers.
@@ -408,6 +408,6 @@ For release notes and more information please visit https://aka.ms/azsdk/release
408408
- `String.prototype.includes`
409409
- [Breaking] `Aborter.None` is renamed to `Aborter.none` for JavaScript naming conventions.
410410

411-
## 10.0.0-preview (2018.09)
411+
## 10.0.0-preview (2018-09-10)
412412

413413
- Initial Release. API version 2018-03-28 supported. Please see the README for information on the new design.

0 commit comments

Comments
 (0)