Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* Read body from downloading operation methods to string.
* Work on both Node.js and browser environment.
* Works in both Node.js and browsers.
*
* @param response Convenience layer methods response with downloaded body
* @param length Length of Readable stream, needed for Node.js environment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AvroReadable, AvroReadableFromStream } from "../../../storage-internal-

/**
* Read body from downloading operation methods to string.
* Work on both Node.js and browser environment.
* Works in both Node.js and browsers.
*
* @param response Convenience layer methods response with downloaded body
* @param length Length of Readable stream, needed for Node.js environment
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 12.3.0-beta.2 (Unreleased)

- Added `BlockBlobClient.uploadData(data: Buffer | Blob | ArrayBuffer | ArrayBufferView, options)` for parallel uploading. It's avaiable in both Node.js and browsers.
- Added new SAS permissions Move(m) and Execute(e) for Blob and Container. Also supports specifying an authorized object ID via `saoid` and a correlation ID via `scid` for user delegation SAS.

## 12.3.0-beta.1 (2020-10-13)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ There are differences between Node.js and browsers runtime. When getting started
- Shared Access Signature(SAS) generation
- `generateAccountSASQueryParameters()`
- `generateBlobSASQueryParameters()`
- Parallel uploading and downloading
- Parallel uploading and downloading. Note that `BlockBlobClient.uploadData()` is available in both Node.js and browsers.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

- `BlockBlobClient.uploadFile()`
- `BlockBlobClient.uploadStream()`
- `BlobClient.downloadToBuffer()`
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading