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

fix: bump cloud.google.com/go/pubsub from 1.15.0 to 1.17.0 #9769

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2021

Bumps cloud.google.com/go/pubsub from 1.15.0 to 1.17.0.

Release notes

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

spanner spanner/v1.17.0

Features

  • spanner/admin/database: add tagging request options (2b02a03)
  • spanner: add RPC Priority request options (b5b4da6)
  • spanner: Add support for RPC priority (#3341) (88cf097)

bigquery bigquery/v1.17.0

Features

  • bigquery/storage: add a Arrow compression options (Only LZ4 for now). feat: Return schema on first ReadRowsResponse. doc: clarify limit on filter string. (2b02a03)
  • bigquery/storage: deprecate bigquery storage v1alpha2 API (9cc6d2c)
  • bigquery/storage: updates for v1beta2 storage API - Updated comments on BatchCommitWriteStreams - Added new support Bigquery types BIGNUMERIC and INTERVAL to TableSchema - Added read rows schema in ReadRowsResponse - Misc comment updates (48b4e59)
  • bigquery: export HivePartitioningOptions in load job configurations (#3877) (7c759be)
  • bigquery: support type alias names for numeric/bignumeric schemas. (#3760) (2ee6bf4)

pubsub pubsub/v1.17.0

Features

  • pubsub: add list configs for topic & sub (#4607) (a6550c5)
  • pubsub: add publisher flow control support (#4292) (bff24c3)

storage storage/v1.16.1

Bug Fixes

  • storage/internal: Update encryption_key fields to "bytes" type. fix: Improve date/times and field name clarity in lifecycle conditions. (a52baa4)
  • storage: accept emulator env var without scheme (#4616) (5f8cbb9)
  • storage: preserve supplied endpoint's scheme (#4609) (ee2756f)
  • storage: remove unnecessary variable (#4608) (27fc784)
  • storage: retry LockRetentionPolicy (#4439) (09879ea), refs #4437
  • storage: revise Reader to send XML preconditions (#4479) (e36b29a), refs #4470

bigquery/v1.16.0

  • Updates to various dependencies.

spanner spanner/v1.16.0

Features

  • spanner: add optimizer_statistics_package field in QueryOptions (18c88c4)
  • spanner/admin/database: add CMEK fields to backup and database (16597fa)

... (truncated)

Commits
  • ffe9ab8 chore: release pubsub 1.17.0 (#4732)
  • a6550c5 feat(pubsub): add list configs for topic & sub (#4607)
  • fc668f6 chore: Update CODEOWNERS for @​googleapis/cloud-storage-dpe (#4731)
  • bff24c3 feat(pubsub): add publisher flow control support (#4292)
  • 9c9fbb2 BREAKING CHANGE(bigquery/storage/managedwriter): change AppendRows (#4729)
  • 9c4b46c docs(spanner): add example for using SPANNER_EMULATOR_HOST (#4723)
  • 33e4d89 chore(all): auto-regenerate gapics (#4712)
  • c264b1f test(firestore): Expand partition queries test to help root out a flaky test ...
  • ffa903e fix(storage): align retry idempotency (part 1) (#4715)
  • 0055466 chore: release 0.94.1 (#4716)
  • 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)

Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.15.0 to 1.17.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.15.0...pubsub/v1.17.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 16, 2021
@telegraf-tiger telegraf-tiger bot added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Sep 16, 2021
@sspaink sspaink added fix pr to fix corresponding bug and removed feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin labels Sep 16, 2021
@sspaink sspaink added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Sep 16, 2021
@powersj
Copy link
Contributor

powersj commented Sep 17, 2021

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2021

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@powersj powersj merged commit 58d4e9a into master Sep 20, 2021
@powersj powersj deleted the dependabot/go_modules/cloud.google.com/go/pubsub-1.17.0 branch September 20, 2021 21:34
reimda pushed a commit that referenced this pull request Oct 6, 2021
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 fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants