Skip to content

Bump @azure/storage-blob from 10.5.0 to 12.0.1#180

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/azure/storage-blob-12.0.1
Closed

Bump @azure/storage-blob from 10.5.0 to 12.0.1#180
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/azure/storage-blob-12.0.1

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps @azure/storage-blob from 10.5.0 to 12.0.1.

Release notes

Sourced from @azure/storage-blob's releases.

@azure/storage-blob_12.0.1

2019.12 12.0.1

  • Updated to use OpenTelemetry 0.2 via @azure/core-tracing
  • Bug Fix - Convert empty prefixes ("") to undefined when passed as options to the listContainers, listBlobsFlat, and listBlobsByHierarchy methods to avoid sending an invalid request to the service. Fixes bug 5817.
  • 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.
  • 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.

@azure/storage-blob_12.0.0

2019.11 12.0.0

  • This release marks the general availability of the @azure/storage-blob package.
  • 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.
  • [Breaking] The custom browser and retry policies that are specific to the Storage libraries have been
    renamed to have the Storage prefix. PR 5862.
    Below are the entities that now have the Storage prefix
    • BrowserPolicy
    • BrowserPolicyFactory
    • RetryPolicy
    • RetryPolicyType
    • RetryOptions
    • RetryPolicyFactory
  • [Breaking] LeaseClient is renamed to BlobLeaseClient. The helper method getLeaseClient on both BlobClient and ContainerClient is renamed to getBlobLeaseClient.
  • [Breaking] The properties in the StoragePipelineOptions interface have been updated as below:
    • The proxy property of type ProxySettings | string has been renamed to proxyOptions and
      will be of type ProxyOptions. If you have been passing url directly, split the value into host
      and port then pass it as a json object.
    • The telemetry property of type TelemetryOptions has been renamed to userAgentOptions of
      type UserAgentOptions.
    • The logger is no longer a property available to configure. To enable logging, please see the
      Troubleshooting section of our readme.
    • The UniqueRequestIdPolicy and KeepAlivePolicy are no longer exported from this library. The
      corresponding policies from the @azure/core-http library are meant to be used instead.
  • beginCopyFromURL is added to the BlobClient, it returns a poller that can be used to watch the status of a copy operation. It also supports cancelling a pending copy.
  • Updates to BlockBlobClient.uploadStream
    • [Breaking] maxBuffers attribute of is renamed to maxConcurrency
    • Added default values for parameters, bufferSize = 8MB and maxConcurrency = 5
  • [Breaking] Bug Fix - The page object returned from ContainerClient.listContainers had its containerItems property set to an empty string instead of an empty array if the storage account has no blob containers. The issue is fixed in this new release.
  • 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.
  • [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.

@azure/storage-blob_12.0.0-preview.5

2019.10 12.0.0-preview.5

... (truncated)
Commits
  • 72bb17f [Storage] Force close handle API will return object instead of number (#6400)
  • 7c970b8 [Storage] Fix more code snippets in README for queues (#6399)
  • 70c00ff [Storage] Fix browser code snippets in README and comments (#6392)
  • 51851a1 [KeyVault] Upgraded the versions to reflect the update on core-tracing (#6389)
  • aabf742 [Service Bus] Update api.md file (#6391)
  • 994a2b1 [Storage] remove the preview version tag from file-share NPM link (#6372)
  • ba80657 [core-amqp] Merging fix for DNS resolution issues from amqp-common (#6393)
  • e944891 [Cosmos] 3.5.2 (#6385)
  • 5ebf9a8 cosmosdb-package-2019-08-preview (#6383)
  • b577909 [Cosmos] Fix handling of special characters in the browser (#6379)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Dec 8, 2019
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 1141

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 68.729%

Totals Coverage Status
Change from base Build 1135: 0.0%
Covered Lines: 177
Relevant Lines: 240

💛 - Coveralls

@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #193.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/azure/storage-blob-12.0.1 branch February 1, 2020 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant