[PR #2038] [MERGED] build(deps): bump cloud.google.com/go/pubsub/v2 from 2.1.0 to 2.2.0 #2041

Closed
opened 2026-03-03 13:29:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/2038
Author: @dependabot[bot]
Created: 10/6/2025
Status: Merged
Merged: 10/14/2025
Merged by: @fsouza

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


📝 Commits (1)

  • 56f6585 build(deps): bump cloud.google.com/go/pubsub/v2 from 2.1.0 to 2.2.0

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps cloud.google.com/go/pubsub/v2 from 2.1.0 to 2.2.0.

Release notes

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

pubsub: v2.2.0

2.2.0 (2025-10-03)

Features

  • pubsub/v2: Support the protocol version in StreamingPullRequest (#12985) (4e8c9d5)

Bug Fixes

  • pubsub/v2: Respect ShutdownBehavior when handling timeout (#13021) (0135d93)
Commits
  • 4750d78 chore(main): release pubsub/v2 2.2.0 (#12988)
  • 16a694c chore: librarian generate pull request: 20251002T201806Z (#13031)
  • 0135d93 fix(pubsub/v2): respect ShutdownBehavior when handling timeout (#13021)
  • 800b556 feat(internal/librariangen): make repo-config.yaml optional (#13038)
  • a0e4455 chore(internal/stategen): fix comment naming (#13037)
  • 1a3a546 chore: migrate auth/oauth2adapt to Librarian (#13010)
  • 41b250b chore: use a consistent heading for all changelogs (#13036)
  • 3f2a3ed chore: update CODEOWNERS (#13033)
  • a72e31f chore(internal/stategen): sort libraries in state.yaml before saving (#13032)
  • 4df2b74 feat(firestore): Add FieldNotFoundError for missing fields (#12899)
  • 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 <dependency name> 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)

🔄 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/2038 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub/v2-2.2.0` --- ### 📝 Commits (1) - [`56f6585`](https://github.com/fsouza/fake-gcs-server/commit/56f65858eba8321dbde2dd024bbbd3d3565738cb) build(deps): bump cloud.google.com/go/pubsub/v2 from 2.1.0 to 2.2.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub/v2](https://github.com/googleapis/google-cloud-go) from 2.1.0 to 2.2.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/v2's releases</a>.</em></p> <blockquote> <h2>pubsub: v2.2.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v2/v2.1.0...pubsub/v2/v2.2.0">2.2.0</a> (2025-10-03)</h2> <h3>Features</h3> <ul> <li><strong>pubsub/v2:</strong> Support the protocol version in StreamingPullRequest (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12985">#12985</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/4e8c9d50a07d209417d4a5807ab1990160a4fd0b">4e8c9d5</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub/v2:</strong> Respect ShutdownBehavior when handling timeout (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13021">#13021</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/0135d9305581444e1ddcdd8f4fe63e4c588b575f">0135d93</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/4750d78c8df993aff090e4aeb6c1e40452880d90"><code>4750d78</code></a> chore(main): release pubsub/v2 2.2.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12988">#12988</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/16a694cb1ef37b01f7b798dbe754f1fc9d26d643"><code>16a694c</code></a> chore: librarian generate pull request: 20251002T201806Z (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13031">#13031</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0135d9305581444e1ddcdd8f4fe63e4c588b575f"><code>0135d93</code></a> fix(pubsub/v2): respect ShutdownBehavior when handling timeout (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13021">#13021</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/800b55692e4bcae7fe3736e1a4231687eb687af7"><code>800b556</code></a> feat(internal/librariangen): make repo-config.yaml optional (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13038">#13038</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a0e44552fc6d9eeae185592b5785101511a4e101"><code>a0e4455</code></a> chore(internal/stategen): fix comment naming (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13037">#13037</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1a3a546e0feb84d07812b83761c80290e697bbb9"><code>1a3a546</code></a> chore: migrate auth/oauth2adapt to Librarian (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13010">#13010</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/41b250b481f8cfa865cac45873f4f3dbb03f2a61"><code>41b250b</code></a> chore: use a consistent heading for all changelogs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13036">#13036</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3f2a3ed284d0215b832832a833ee6933115d4661"><code>3f2a3ed</code></a> chore: update CODEOWNERS (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13033">#13033</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a72e31f162486f50377e9cb652ea50182e314519"><code>a72e31f</code></a> chore(internal/stategen): sort libraries in state.yaml before saving (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13032">#13032</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/4df2b74208a851db0e0aeeef8f7e86c2d450e102"><code>4df2b74</code></a> feat(firestore): Add FieldNotFoundError for missing fields (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12899">#12899</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v2.1.0...pubsub/v2.2.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/v2&package-manager=go_modules&previous-version=2.1.0&new-version=2.2.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 show <dependency name> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:29:29 +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#2041
No description provided.