k-yomo / pubsub_cli

super handy google cloud Pub/Sub CLI
MIT License
37 stars 3 forks source link

Bump cloud.google.com/go/pubsub from 1.32.0 to 1.34.0 #191

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps cloud.google.com/go/pubsub from 1.32.0 to 1.34.0.

Release notes

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

pubsub: v1.34.0

1.34.0 (2024-01-19)

Features

  • pubsub/pstest: Update max topic retention duration to 31 days (#8605) (d4f90ec)
  • pubsub: Add use_table_schema field to BigQueryConfig (5132d0f)

Bug Fixes

  • pubsub: Add veneer header to sub client (#8608) (04c380d)
  • pubsub: Bump google.golang.org/api to v0.149.0 (8d2ab9f)
  • pubsub: Make retry policy back off more aggressively for RPCs that retry RESOURCE_EXHAUSTD (#8438) (81a33c0)
  • pubsub: Set x-goog-request-params for streaming pull request (#8753) (21ec815)
  • pubsub: Update golang.org/x/net to v0.17.0 (174da47)
  • pubsub: Update grpc-go to v1.56.3 (343cea8)
  • pubsub: Update grpc-go to v1.59.0 (81a97b0)

Documentation

  • pubsub: Clarified where ordering_key will be written if write_metadata is set (327e101)
  • pubsub: Modified some descriptions (e864fbc)
  • pubsub: Update allowed message retention duration by server (#8559) (78c178b)
Commits
  • 2d78f99 chore(main): release pubsub 1.34.0 (#8329)
  • 78c178b docs(pubsub): update allowed message retention duration by server (#8559)
  • 1cf8cf1 chore(pubsub): Remove TODO that is 7 years old and on which no action has bee...
  • 2dd8b3c deps(bigquery): update arrow to v14 (#9238)
  • 514d32d chore(main): release bigquery 1.58.0 (#8966)
  • 802088f feat(spanner): add SelectAll method to decode from Spanner iterator.Rows to g...
  • 00b9900 fix(cloudtasks): remove BufferTask method which cannot be called from client ...
  • e348cc5 feat(storage): add maxAttempts RetryOption (#9215)
  • 2254920 test(storage): update retry conformance tests for dual transports (#8486)
  • 8deb9ab test(bigtable): Return error in correct format from test proxy (#9233)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f3b8f3d) 59.83% compared to head (7749d7f) 59.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #191 +/- ## ======================================= Coverage 59.83% 59.83% ======================================= Files 8 8 Lines 478 478 ======================================= Hits 286 286 Misses 171 171 Partials 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.