[PR #2047] [CLOSED] build(deps): bump cloud.google.com/go/pubsub/v2 from 2.2.0 to 2.2.1 #2051

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/2047
Author: @dependabot[bot]
Created: 10/15/2025
Status: Closed

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


📝 Commits (1)

  • 8dea87a build(deps): bump cloud.google.com/go/pubsub/v2 from 2.2.0 to 2.2.1

📊 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.2.0 to 2.2.1.

Release notes

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

pubsub: v2.2.1

2.2.1 (2025-10-14)

Bug Fixes

  • pubsub/v2: Avoid Receive hang on context cancellation (#13114) (e7e169d)
  • pubsub/v2: Upgrade gRPC service registration func (8fffca2)
Commits
  • 100c0ff chore(main): release pubsub/v2 2.2.1 (#13119)
  • e7e169d fix(pubsub/v2): avoid Receive hang on context cancellation (#13114)
  • 39af2f9 fix(logging): upgrade gRPC service registration func (#13139)
  • 3d3d908 chore: release main (#13138)
  • 486bd40 feat(aiplatform): add aspect_ratio and image_config for v1beta1 version (#13118)
  • 596aef2 chore(.github): update postprocessor sha for OwlBot (#13136)
  • f5839d8 chore(internal/postprocessor): remove .repo-metadata-full.json processing fro...
  • 57a2e80 fix(storage): copy metadata when using Copier with grpc (#12919)
  • cc321f4 chore: migrate 50 modules (cloudprofiler to recaptchaenterprise) to librarian...
  • 7278d9a chore(pubsublite): migrate to Librarian (#13081)
  • 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/2047 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub/v2-2.2.1` --- ### 📝 Commits (1) - [`8dea87a`](https://github.com/fsouza/fake-gcs-server/commit/8dea87a3b3222426c5e2609461e0806d8301723e) build(deps): bump cloud.google.com/go/pubsub/v2 from 2.2.0 to 2.2.1 ### 📊 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.2.0 to 2.2.1. <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.1</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v2/v2.2.0...pubsub/v2/v2.2.1">2.2.1</a> (2025-10-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub/v2:</strong> Avoid Receive hang on context cancellation (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13114">#13114</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/e7e169d1c1e48ad0fb78bcfe23d73f2de76d1f01">e7e169d</a>)</li> <li><strong>pubsub/v2:</strong> Upgrade gRPC service registration func (<a href="https://github.com/googleapis/google-cloud-go/commit/8fffca2819fa3dc858c213aa0c503e0df331b084">8fffca2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/100c0ffe4588b2045be8bf359bb648c7df888698"><code>100c0ff</code></a> chore(main): release pubsub/v2 2.2.1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13119">#13119</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e7e169d1c1e48ad0fb78bcfe23d73f2de76d1f01"><code>e7e169d</code></a> fix(pubsub/v2): avoid Receive hang on context cancellation (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13114">#13114</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/39af2f9683b76ab290cc66b009ddc366fe63986b"><code>39af2f9</code></a> fix(logging): upgrade gRPC service registration func (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13139">#13139</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3d3d90881906a52a364ab4c791d45d86a723f856"><code>3d3d908</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13138">#13138</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/486bd406336fe91eae7c9040f2496ebfc8aee342"><code>486bd40</code></a> feat(aiplatform): add aspect_ratio and image_config for v1beta1 version (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13118">#13118</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/596aef232b1a728b06ce6cbc16500fee378c685f"><code>596aef2</code></a> chore(.github): update postprocessor sha for OwlBot (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13136">#13136</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f5839d8a8781222e904903e9d00bc0bd06289808"><code>f5839d8</code></a> chore(internal/postprocessor): remove .repo-metadata-full.json processing fro...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/57a2e804f690ec8d4c55fd1c73b0dafd5cff46e5"><code>57a2e80</code></a> fix(storage): copy metadata when using Copier with grpc (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12919">#12919</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/cc321f43cebd104558bdc007a5855aa4cf641f0d"><code>cc321f4</code></a> chore: migrate 50 modules (cloudprofiler to recaptchaenterprise) to librarian...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7278d9a5e61f8eb2f3c2c3f5efe098d81d0b4ae6"><code>7278d9a</code></a> chore(pubsublite): migrate to Librarian (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13081">#13081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v2.2.0...pubsub/v2.2.1">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.2.0&new-version=2.2.1)](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:32 +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#2051
No description provided.