Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage] Imports @azure/abort-controller - storage-queue #4359

Merged
merged 15 commits into from
Aug 1, 2019
Merged
7 changes: 6 additions & 1 deletion sdk/storage/storage-queue/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

2019.07 Version 12.0.0-preview.1
2019.08

- [Breaking] Aborter class is no longer exposed from the package. You are expected to 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.

2019.07 Version 12.0.0-preview.1

- [Breaking] Client types are renamed from *URL to *Client.
- QueueURL, MessagesURL, MessageIdURL, ServiceURL, StorageURL to QueueClient, MessagesClient, MessageIdClient, QueueServiceClient, StorageClient respectively.
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/storage-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"homepage": "https://github.com/Azure/azure-sdk-for-js#readme",
"sideEffects": false,
"dependencies": {
"@azure/abort-controller": "1.0.0-preview.1",
"@azure/core-http": "^1.0.0-preview.1",
"@azure/core-paging": "^1.0.0-preview.1",
"tslib": "^1.9.3"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading