Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps google-cloud-storage from 1.23.0 to 1.31.1.

Release notes

Sourced from google-cloud-storage's releases.

v1.31.1

Bug Fixes

  • add requests as a dependency (#271) (ec52b38)
  • preserve existing blob hashes when 'X-Goog-Hash header' is not present (#267) (277afb8)
  • blob: base64 includes additional characters (#258) (cf0774a)

Documentation

  • add docs signed_url expiration take default utc (#250) (944ab18)

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

Changelog

Sourced from google-cloud-storage's changelog.

1.31.1 (2020-09-16)

Bug Fixes

  • add requests as a dependency (#271) (ec52b38)
  • preserve existing blob hashes when 'X-Goog-Hash header' is not present (#267) (277afb8)
  • blob: base64 includes additional characters (#258) (cf0774a)

Documentation

  • add docs signed_url expiration take default utc (#250) (944ab18)

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

Commits
  • 0dd22a4 chore: release 1.31.1 (#257)
  • 277afb8 fix: preserve existing blob hashes when 'X-Goog-Hash header' is not present (...
  • ec52b38 fix: add requests as a dependency (#271)
  • 0642a73 chore: restrict PubSub dependency to < 2.0 (#273)
  • cf0774a fix(blob): base64 includes additional characters (#258)
  • e190f1c chore: start tracking obsolete files (#259)
  • 944ab18 docs: add docs signed_url expiration take default utc (#250)
  • 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)
  • 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 Sep 22, 2020
@codecov
Copy link

codecov bot commented Sep 22, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #282      +/-   ##
==========================================
+ Coverage   82.24%   82.28%   +0.03%     
==========================================
  Files         112      113       +1     
  Lines        9406     9408       +2     
==========================================
+ Hits         7736     7741       +5     
+ Misses       1670     1667       -3     
Flag Coverage Δ
#unittests ?

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

Impacted Files Coverage Δ
src/__init__.py 100.00% <0.00%> (ø)
src/evalg/genprog/generators.py 95.83% <0.00%> (+1.04%) ⬆️
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...76b6e27. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #284.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/google-cloud-storage-1.31.1 branch September 24, 2020 08:51
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