Skip to content

Bump google-cloud-storage from 1.23.0 to 1.31.0#269

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/google-cloud-storage-1.31.0
Closed

Bump google-cloud-storage from 1.23.0 to 1.31.0#269
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/google-cloud-storage-1.31.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps google-cloud-storage from 1.23.0 to 1.31.0.

Release notes

Sourced from google-cloud-storage's releases.

v1.31.0

Features

  • add configurable checksumming for blob uploads and downloads (#246) (23b7d1c)
  • add support for 'Blob.custom_time' and lifecycle rules (#199) (180873d)
  • error message return from api (#235) (a8de586)
  • storage: add support of daysSinceNoncurrentTime and noncurrentTimeBefore (#162) (136c097)
  • pass 'client_options' to base class ctor (#225) (e1f91fc), closes #210
  • rename 'Blob.download_as_{string,bytes}', add 'Blob.download_as_text' (#182) (73107c3)

Bug Fixes

Documentation

v1.30.0

Features

  • add timeouts to Blob methods where missing (#185) (6eeb855)
  • auto-populate standard headers for non-chunked downloads (#204) (d8432cd), closes #24
  • migrate to Service Account Credentials API (#189) (e4990d0)

Bug Fixes

  • add multiprocessing.rst to synthool excludes (#186) (4d76e38)

Documentation

Documentation

Dependencies

Changelog

Sourced from google-cloud-storage's changelog.

1.31.0 (2020-08-26)

Features

  • add configurable checksumming for blob uploads and downloads (#246) (23b7d1c)
  • add support for 'Blob.custom_time' and lifecycle rules (#199) (180873d)
  • error message return from api (#235) (a8de586)
  • storage: add support of daysSinceNoncurrentTime and noncurrentTimeBefore (#162) (136c097)
  • pass 'client_options' to base class ctor (#225) (e1f91fc), closes #210
  • rename 'Blob.download_as_{string,bytes}', add 'Blob.download_as_text' (#182) (73107c3)

Bug Fixes

Documentation

1.30.0 (2020-07-24)

Features

  • add timeouts to Blob methods where missing (#185) (6eeb855)
  • auto-populate standard headers for non-chunked downloads (#204) (d8432cd), closes #24
  • migrate to Service Account Credentials API (#189) (e4990d0)

Bug Fixes

  • add multiprocessing.rst to synthool excludes (#186) (4d76e38)

Documentation

Documentation

Commits
  • 22eeb2f chore: release 1.31.0 (#231)
  • e722376 fix: repair mal-formed docstring (#255)
  • 23b7d1c feat: add configurable checksumming for blob uploads and downloads (#246)
  • 180873d feat: add support for 'Blob.custom_time' and lifecycle rules (#199)
  • a8de586 feat: error message return from api (#235)
  • 3465d08 fix: change datetime.now to utcnow (#251)
  • 136c097 feat(storage): add support of daysSinceNoncurrentTime and noncurrentTimeBefor...
  • 413f7b5 tests: replace unsafe 'tempfile.mktemp' usage (#248)
  • cd95200 test: add retry for bucket cmek enabled system test (#245)
  • 23cfb65 fix: extract hashes correctly during download (#238)
  • 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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 Aug 27, 2020
@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #269 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #269      +/-   ##
==========================================
+ Coverage   82.24%   82.27%   +0.02%     
==========================================
  Files         112      113       +1     
  Lines        9406     9408       +2     
==========================================
+ Hits         7736     7740       +4     
+ Misses       1670     1668       -2     
Flag Coverage Δ
#unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/evalg/genprog/generators.py 94.79% <0.00%> (ø)
src/__init__.py 100.00% <0.00%> (ø)
src/evalg/genprog/mutation.py 93.93% <0.00%> (+2.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1c02d1...0f38a1e. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #282.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/google-cloud-storage-1.31.0 branch September 22, 2020 00:26
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.

0 participants