Skip to content

build(deps): bump github.com/Azure/azure-storage-blob-go from 0.10.0 to 0.15.0#359

Closed
dependabot[bot] wants to merge 1 commit intoslack-vitess-r14.0.5from
dependabot/go_modules/slack-vitess-r14.0.5/github.com/Azure/azure-storage-blob-go-0.15.0
Closed

build(deps): bump github.com/Azure/azure-storage-blob-go from 0.10.0 to 0.15.0#359
dependabot[bot] wants to merge 1 commit intoslack-vitess-r14.0.5from
dependabot/go_modules/slack-vitess-r14.0.5/github.com/Azure/azure-storage-blob-go-0.15.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps github.com/Azure/azure-storage-blob-go from 0.10.0 to 0.15.0.

Release notes

Sourced from github.com/Azure/azure-storage-blob-go's releases.

v0.15.0

Version 0.15.0:

  • Cleaned the function signatures for GetTags() and SetTags()
  • Added Support for PutBlobFromUrl
  • Added MSI login example
  • Offered knob to disable syslog
  • Fixed issue in copierChunk by returning the original buffer to the pool
  • Fixed issue where chunkwriter hangs on cancel
  • Added support for Permanent Delete to remove soft-deleted versions and snapshots
  • Added updates to support new user delegation SAS
  • Implemented version/object level WORM
  • Added rehydrate priority in SetTier
  • Implemented copy source authorization for service-to-service copies

v0.14.0

Version 0.14.0:

Azure Storage Blob Go SDK v0.13.0

Version 0.13.0:

  • Validate echoed client request ID from the service
  • Added new TransferManager option for UploadStreamToBlockBlob to fine-tune the concurrency and memory usage

Azure Storage Blob Go SDK v0.12.0

Version 0.12.0:

Azure Storage Blob Go SDK v0.11.0

  • Added support for the service version 2019-12-12.
  • Added Get Blob Tags and Set Blob Tags APIs which allow user-defined tags to be added to a blob which then act as a secondary index.
  • Added Find Blobs by Tags API which allow blobs to be retrieved based upon their tags.
  • The maximum size of a block uploaded via Put Block has been increased to 4 GiB (4000 MiB). This means that the maximum size of a block blob is now approximately 200 TiB.
  • The maximum size for a blob uploaded through Put Blob has been increased to 5 GiB (5000 MiB).
  • Added Blob APIs to support Blob Versioning feature.
  • Added support for setting blob tier directly at the time of blob creation instead of separate Set Blob Tier API call.
  • Added Get Page Range Diff API to get the collection of page ranges that differ between a specified snapshot and this page blob representing managed disk.
Changelog

Sourced from github.com/Azure/azure-storage-blob-go's changelog.

Version 0.15.0:

  • Cleaned the function signatures for GetTags() and SetTags()
  • Added Support for PutBlobFromUrl
  • Added MSI login example
  • Offered knob to disable syslog
  • Fixed issue in copierChunk by returning the original buffer to the pool
  • Fixed issue where chunkwriter hangs on cancel
  • Added support for Permanent Delete to remove soft-deleted versions and snapshots
  • Added updates to support new user delegation SAS
  • Implemented version/object level WORM
  • Added rehydrate priority in SetTier
  • Implemented copy source authorization for service-to-service copies

Version 0.14.0:

Version 0.13.0:

  • Validate echoed client request ID from the service
  • Added new TransferManager option for UploadStreamToBlockBlob to fine-tune the concurrency and memory usage

Version 0.12.0:

Version 0.11.0:

  • Added support for the service version 2019-12-12.
  • Added Get Blob Tags and Set Blob Tags APIs which allow user-defined tags to be added to a blob which then act as a secondary index.
  • Added Find Blobs by Tags API which allow blobs to be retrieved based upon their tags.
  • The maximum size of a block uploaded via Put Block has been increased to 4 GiB (4000 MiB). This means that the maximum size of a block blob is now approximately 200 TiB.
  • The maximum size for a blob uploaded through Put Blob has been increased to 5 GiB (5000 MiB).
  • Added Blob APIs to support Blob Versioning feature.
  • Added support for setting blob tier directly at the time of blob creation instead of separate Set Blob Tier API call.
  • Added Get Page Range Diff API to get the collection of page ranges that differ between a specified snapshot and this page blob representing managed disk.
Commits
  • a95cc93 Merge pull request #324 from Azure/dev
  • 3165aad Updated version for 0.15 and added changelog (#323)
  • 69bf9eb Merge pull request #284 from kfarnung/chunkwriting_buffers
  • 7a7d02e Merge branch 'dev' into chunkwriting_buffers
  • 609d45c Merge pull request #322 from Azure/dev-master-merge
  • 36a3b7c Removed swagger spec
  • a541006 Merge remote-tracking branch 'origin/master' into dev
  • fcec3a3 Added SAS Permission for Permanent Delete (#305)
  • e7f2275 Implement copy source authorization (#317)
  • 7e62913 Rehydrate Priority In SetTier (#320)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-storage-blob-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 20, 2024 23:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 20, 2024
@github-actions
Copy link

This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:

  • Push additional commits to the associated branch.
  • Remove the stale label.
  • Add a comment indicating why it is not stale.

If no action is taken within 7 days, this PR will be closed.

@github-actions github-actions bot added the Stale label Jun 20, 2024
@github-actions
Copy link

This PR was closed because it has been stale for 7 days with no activity.

@github-actions github-actions bot closed this Jun 27, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 27, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/slack-vitess-r14.0.5/github.com/Azure/azure-storage-blob-go-0.15.0 branch June 27, 2024 01:30
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 go Pull requests that update Go code Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants