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

Bump google-cloud-storage from 2.4.0 to 2.10.0 #272

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps google-cloud-storage from 2.4.0 to 2.10.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.10.0

2.10.0 (2023-06-14)

Features

  • Add matchGlob parameter to list_blobs (#1055) (d02098e)
  • Allow exceptions to be included in batch responses (#1043) (94a35ba)

Bug Fixes

  • Extend wait for bucket metadata consistency in system tests (#1053) (d78586c)

Documentation

v2.9.0

2.9.0 (2023-05-04)

Features

  • Un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_blobs() (#1013) (aa4f282)

Bug Fixes

  • Avoid pickling processed credentials (#1016) (7935824)
  • Improve test error message for missing credentials (#1024) (892481a)

Documentation

  • Add sample and sample test for transfer manager (#1027) (4698799)
  • Remove threads in transfer manager samples (#1029) (30c5146)

v2.8.0

2.8.0 (2023-03-29)

Features

  • Add multiprocessing and chunked downloading to transfer manager (#1002) (e65316b)

Bug Fixes

... (truncated)

Changelog

Sourced from google-cloud-storage's changelog.

2.10.0 (2023-06-14)

Features

  • Add matchGlob parameter to list_blobs (#1055) (d02098e)
  • Allow exceptions to be included in batch responses (#1043) (94a35ba)

Bug Fixes

  • Extend wait for bucket metadata consistency in system tests (#1053) (d78586c)

Documentation

2.9.0 (2023-05-04)

Features

  • Un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_blobs() (#1013) (aa4f282)

Bug Fixes

  • Avoid pickling processed credentials (#1016) (7935824)
  • Improve test error message for missing credentials (#1024) (892481a)

Documentation

  • Add sample and sample test for transfer manager (#1027) (4698799)
  • Remove threads in transfer manager samples (#1029) (30c5146)

2.8.0 (2023-03-29)

Features

  • Add multiprocessing and chunked downloading to transfer manager (#1002) (e65316b)

Bug Fixes

... (truncated)

Commits
  • 459504e chore(main): release 2.10.0 (#1056)
  • d02098e feat: add matchGlob parameter to list_blobs (#1055)
  • 7d65c26 chore(deps): update dependency pytest to v7.3.2 (#1061)
  • 11f6024 docs: add clarification to batch module (#1045)
  • ab74673 build(deps): bump cryptography from 39.0.1 to 41.0.0 in /synthtool/gcp/templa...
  • d78586c fix: extend wait for bucket metadata consistency in system tests (#1053)
  • c42f4a4 chore(deps): update all dependencies (#1042)
  • 94a35ba feat: allow exceptions to be included in batch responses (#1043)
  • f4d8637 build(deps): bump requests from 2.28.1 to 2.31.0 in /synthtool/gcp/templates/...
  • 2b449cd chore: add option to delete benchmarking bucket (#1038)
  • 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2023
@codecov
Copy link

codecov bot commented Jul 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (dc41bca) 79.52% compared to head (762663a) 79.52%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #272   +/-   ##
=======================================
  Coverage   79.52%   79.52%           
=======================================
  Files          21       21           
  Lines        1524     1524           
=======================================
  Hits         1212     1212           
  Misses        312      312           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.4.0 to 2.10.0.
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v2.4.0...v2.10.0)

---
updated-dependencies:
- dependency-name: google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/google-cloud-storage-2.10.0 branch from 2186dd6 to 762663a Compare July 25, 2023 07:54
Copy link
Collaborator

@ricardobranco777 ricardobranco777 left a comment

Choose a reason for hiding this comment

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

Tested on Python 3.11. Mostly bugfixes and unused features according to the changelog:
https://cloud.google.com/python/docs/reference/storage/latest/changelog

LGTM

@ricardobranco777 ricardobranco777 merged commit b2070c9 into master Jul 25, 2023
21 checks passed
@dependabot dependabot bot deleted the dependabot/pip/google-cloud-storage-2.10.0 branch July 25, 2023 08:59
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant