nytimes / gcs-helper

Tool for proxying and mapping HTTP requests to Google Cloud Storage (GCS).
Apache License 2.0
55 stars 20 forks source link

build(deps): bump cloud.google.com/go/storage from 1.6.0 to 1.11.0 #112

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps cloud.google.com/go/storage from 1.6.0 to 1.11.0.

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage/v1.11.0

  • Add support for CustomTime and NoncurrentTime object lifecycle management features.

storage/v1.10.0

  • Bump dependency on google.golang.org/api to capture changes to retry logic which will make retries on writes more resilient.
  • Improve documentation for Writer.ChunkSize.
  • Fix a bug in lifecycle to allow callers to clear lifecycle rules on a bucket.

bigquery/v1.10.0

  • Support for Infinity/-Infinity/NaN values in NullFloat64.
  • Updates to RowIterator to address issues related to retrieving query results without explicit destination table references.
  • Various updates to autogenerated clients.

storage/v1.9.0

  • Add retry for transient network errors on most operations (with the exception of writes).
  • Bump dependency for google.golang.org/api to capture a change in the default HTTP transport which will improve performance for reads under heavy load.
  • Add CRC32C checksum validation option to Composer.

bigquery/v1.9.0

  • SchemaFromJSON will now accept alias type names (e.g. INT64 vs INTEGER, STRUCT vs RECORD).
  • Support for IAM on table resources.
  • Various updates to autogenerated clients.

spanner/v1.9.0

  • Features:
    • feat(spanner): support custom field type (#2614)
  • Bugfixes:
    • fix(spanner): call ctx.cancel after stats have been recorded (#2728)
    • fix(spanner): retry session not found for read (#2724)
    • fix(spanner): specify credentials with SPANNER_EMULATOR_HOST (#2701)
    • fix(spanner): update pdml to retry EOS internal error (#2678)
  • Misc:
    • test(spanner): unskip tests for emulator (#2675)
  • spansql/spannertest:
    • spanner/spansql: restructure types and parsing for column options (#2656)
    • spanner/spannertest: return error for Read with no keys (#2655)

storage/v1.8.0

  • Add support for V4 signed post policies.

bigquery/v1.8.0

  • Add support for hourly time partitioning.
  • Various updates to autogenerated clients.

spanner/v1.8.0

  • Features:
Commits


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](https://app.dependabot.com): - 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[bot] commented 4 years ago

Superseded by #119.