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

Release Storage Track 2 Library Preview 2 for JavaScript #4225

Closed
4 of 6 tasks
HarshaNalluru opened this issue Jul 9, 2019 · 1 comment
Closed
4 of 6 tasks

Release Storage Track 2 Library Preview 2 for JavaScript #4225

HarshaNalluru opened this issue Jul 9, 2019 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Epic Storage Storage Service (Queues, Blobs, Files)

Comments

@HarshaNalluru
Copy link
Member

HarshaNalluru commented Jul 9, 2019

@HarshaNalluru HarshaNalluru added Client This issue points to a problem in the data-plane of the library. Epic Storage Storage Service (Queues, Blobs, Files) labels Jul 9, 2019
@kurtzeborn kurtzeborn changed the title Release Storage Track 2 Library Preview 2 Release Storage Track 2 Library Preview 2 for JS Jul 16, 2019
@HarshaNalluru
Copy link
Member Author

HarshaNalluru commented Jul 31, 2019

[ For Changelog ]

Changes checked-in

  • Updating the union type of credential to credential: SharedKeyCredential | AnonymousCredential | TokenCredential for storage-blob and storage-queue.

  • Bug Fix - When used MessageIdClient constructor for connection string, storage service throws an error saying "URL is undefined".

Changes in PR

  • [Breaking] Aborter class is no longer exposed from the package. You are expected to use
    the package @azure/abort-controller to pass an abort signal to any of the async operations.
    AbortController.timeout(<milliseconds>) can be utitlized as an abort signal.

  • SAS connection string support to all the existing static methods and constructors that take in connection string as a parameter.

@AlexGhiondea AlexGhiondea changed the title Release Storage Track 2 Library Preview 2 for JS Release Storage Track 2 Library Preview 2 for JavaScript Aug 6, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Epic Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

3 participants