[PR #682] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.17.1 to 1.18.0 #825

Closed
opened 2026-03-03 12:31:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/682
Author: @dependabot[bot]
Created: 2/9/2022
Status: Merged
Merged: 2/9/2022
Merged by: @fsouza

Base: mainHead: dependabot/go_modules/cloud.google.com/go/pubsub-1.18.0


📝 Commits (1)

  • 0057cc4 build(deps): bump cloud.google.com/go/pubsub from 1.17.1 to 1.18.0

📊 Changes

2 files changed (+11 additions, -11 deletions)

View changed files

📝 go.mod (+2 -3)
📝 go.sum (+9 -8)

📄 Description

Bumps cloud.google.com/go/pubsub from 1.17.1 to 1.18.0.

Release notes

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

storage storage/v1.18.0

Features

  • storage: returned wrapped error for timeouts (#4802) (0e102a3), refs #4197
  • storage: SignedUrl can use existing creds to authenticate (#4604) (b824c89)

Bug Fixes

  • storage: update PAP to use inherited instead of unspecified (#4909) (dac26b1)

pubsub pubsub/v1.18.0

Features

  • pubsub: add exactly once delivery flag (f71dc3d)
  • pubsub: add exactly once delivery flag (f71dc3d)

Bug Fixes

  • pubsub: add deadletter and retries handling in the fake pubsub (#5320) (116a610)
  • pubsub: pass context into checkOrdering to allow cancel (#5316) (fc08c49)
Commits
  • c6158ca chore: release pubsub 1.18.0 (#5463)
  • cd53e48 chore(cleanup): remove "experimental" note (#5437)
  • 115385f fix(logging): remove instance_name resource label (#5461)
  • 38d03be chore: release pubsublite 1.2.2 (#5435)
  • 8763ef3 fix(pubsublite): mitigate gRPC stream connection issues (#5382)
  • 4b8b4ab chore: update supported versions of Go (#5476)
  • 917d8d2 feat(video/transcoder): remove apiv1beta1, turned down (#5467)
  • f71dc3d chore(all): auto-regenerate gapics (#5457)
  • e712df5 fix(internal/gapicgen): move breaking change indicator if present (#5452)
  • 93ccb57 test(pubsub): increase TestIntegration_All timeout for Pull flakiness (#5450)
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/682 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/9/2022 **Status:** ✅ Merged **Merged:** 2/9/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.18.0` --- ### 📝 Commits (1) - [`0057cc4`](https://github.com/fsouza/fake-gcs-server/commit/0057cc468c03f365287f64c5347c0632fcf729e9) build(deps): bump cloud.google.com/go/pubsub from 1.17.1 to 1.18.0 ### 📊 Changes **2 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -3) 📝 `go.sum` (+9 -8) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.17.1 to 1.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/pubsub's releases</a>.</em></p> <blockquote> <h2>storage storage/v1.18.0</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> returned wrapped error for timeouts (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4802">#4802</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/0e102a385dc67a06f6b444b3a93e6998428529be">0e102a3</a>), refs <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4197">#4197</a></li> <li><strong>storage:</strong> SignedUrl can use existing creds to authenticate (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4604">#4604</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/b824c897e6941270747b612f6d36a8d6ae081315">b824c89</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> update PAP to use inherited instead of unspecified (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4909">#4909</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/dac26b1af2f2972f12775341173bcc5f982438b8">dac26b1</a>)</li> </ul> <h2>pubsub pubsub/v1.18.0</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> add exactly once delivery flag (<a href="https://www.github.com/googleapis/google-cloud-go/commit/f71dc3dfefa54ab41861aea15971108850a9f98b">f71dc3d</a>)</li> <li><strong>pubsub:</strong> add exactly once delivery flag (<a href="https://www.github.com/googleapis/google-cloud-go/commit/f71dc3dfefa54ab41861aea15971108850a9f98b">f71dc3d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> add deadletter and retries handling in the fake pubsub (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5320">#5320</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/116a61008e174e5d49b9485d78bc13f64461322f">116a610</a>)</li> <li><strong>pubsub:</strong> pass context into checkOrdering to allow cancel (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5316">#5316</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/fc08c49fc013cbad00642bbba317e02f0ba15a6d">fc08c49</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c6158ca12c8589c7ead835bc51098c3eea39870b"><code>c6158ca</code></a> chore: release pubsub 1.18.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5463">#5463</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/cd53e483bd811d69428f3226f0a096f0482e5ea0"><code>cd53e48</code></a> chore(cleanup): remove &quot;experimental&quot; note (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5437">#5437</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/115385f066ee54cf35a093749bc2673a17b3fa08"><code>115385f</code></a> fix(logging): remove instance_name resource label (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5461">#5461</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/38d03bef4db516c68181ea9b37cc11eb8e81ced5"><code>38d03be</code></a> chore: release pubsublite 1.2.2 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5435">#5435</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8763ef3d2da18e8fed6e350aef76d26a135246c2"><code>8763ef3</code></a> fix(pubsublite): mitigate gRPC stream connection issues (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5382">#5382</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/4b8b4abc3997d473d4f88ac5f61fe3de182c56a9"><code>4b8b4ab</code></a> chore: update supported versions of Go (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5476">#5476</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/917d8d255906ea505cb674302870e031e5eff517"><code>917d8d2</code></a> feat(video/transcoder): remove apiv1beta1, turned down (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5467">#5467</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f71dc3dfefa54ab41861aea15971108850a9f98b"><code>f71dc3d</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5457">#5457</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e712df5ebb45598a1653081d7e11e578bad22ff8"><code>e712df5</code></a> fix(internal/gapicgen): move breaking change indicator if present (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5452">#5452</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/93ccb57ed2c8c56b23b85390bf79a7f0953153bf"><code>93ccb57</code></a> test(pubsub): increase TestIntegration_All timeout for Pull flakiness (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5450">#5450</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.17.1...pubsub/v1.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cloud.google.com/go/pubsub&package-manager=go_modules&previous-version=1.17.1&new-version=1.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:31:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#825
No description provided.