[PR #2051] [MERGED] build(deps): bump cloud.google.com/go/pubsub/v2 from 2.2.0 to 2.3.0 #2048

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/2051
Author: @dependabot[bot]
Created: 10/22/2025
Status: Merged
Merged: 1/31/2026
Merged by: @fsouza

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


📝 Commits (1)

  • cc9ad2f build(deps): bump cloud.google.com/go/pubsub/v2 from 2.2.0 to 2.3.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.2.0 to 2.3.0.

Release notes

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

pubsub/v2 2.3.0

2.3.0 (2025-10-22)

Features

  • Annotate some resource fields with their corresponding API types (PiperOrigin-RevId: 820071518) (0241a9ca)

  • Add tags to Subscription, Topic, and CreateSnapshotRequest messages for use in CreateSubscription, CreateTopic, and CreateSnapshot requests respectively (PiperOrigin-RevId: 820071518) (0241a9ca)

  • Add AwsKinesisFailureReason.ApiViolationReason (PiperOrigin-RevId: 820071518) (0241a9ca)

Documentation

  • A comment for field received_messages in message .google.pubsub.v1.StreamingPullResponse is changed (PiperOrigin-RevId: 820071518) (0241a9ca)

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
  • ce28733 chore: librarian release pull request: 20251022T091541Z (#13208)
  • f46efe4 chore: librarian generate pull request: 20251022T070900Z (#13202)
  • 0be6af3 feat(librariangen): first part of implementing configure (#12944)
  • 7a85df3 fix(internal/gapicgen): handle deleted files in git history (#13200)
  • 72b969c test(storage): add nil attrs retry tests (#13168)
  • 60ba77e fix(internal/gapicgen): skip empty file paths in gatherChanges (#13198)
  • 6118f02 chore: remove global allowlist file in Librarian config (#13191)
  • e80b659 feat: add delete_generation_output_paths to repo-config.yaml (#13186)
  • 4209188 feat(internal/gapicgen): fix genbot PR descriptions (#13189)
  • 88a4d65 chore: migrate firestore and datastore modules to Librarian (#13056)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/2051 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub/v2-2.3.0` --- ### 📝 Commits (1) - [`cc9ad2f`](https://github.com/fsouza/fake-gcs-server/commit/cc9ad2f17a50b5f78c5c3a2c82884b8e56360853) build(deps): bump cloud.google.com/go/pubsub/v2 from 2.2.0 to 2.3.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.2.0 to 2.3.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.3.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v2.2.1...pubsub/v2.3.0">2.3.0</a> (2025-10-22)</h2> <h3>Features</h3> <ul> <li> <p>Annotate some resource fields with their corresponding API types (PiperOrigin-RevId: 820071518) (<a href="https://github.com/googleapis/google-cloud-go/commit/0241a9ca">0241a9ca</a>)</p> </li> <li> <p>Add tags to Subscription, Topic, and CreateSnapshotRequest messages for use in CreateSubscription, CreateTopic, and CreateSnapshot requests respectively (PiperOrigin-RevId: 820071518) (<a href="https://github.com/googleapis/google-cloud-go/commit/0241a9ca">0241a9ca</a>)</p> </li> <li> <p>Add AwsKinesisFailureReason.ApiViolationReason (PiperOrigin-RevId: 820071518) (<a href="https://github.com/googleapis/google-cloud-go/commit/0241a9ca">0241a9ca</a>)</p> </li> </ul> <h3>Documentation</h3> <ul> <li>A comment for field <code>received_messages</code> in message <code>.google.pubsub.v1.StreamingPullResponse</code> is changed (PiperOrigin-RevId: 820071518) (<a href="https://github.com/googleapis/google-cloud-go/commit/0241a9ca">0241a9ca</a>)</li> </ul> <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/ce28733097806539575dafcd019920f340c83304"><code>ce28733</code></a> chore: librarian release pull request: 20251022T091541Z (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13208">#13208</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f46efe45553094af6bb410e187621719189a4dd7"><code>f46efe4</code></a> chore: librarian generate pull request: 20251022T070900Z (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13202">#13202</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0be6af3aaff738da9f5a26eb79c2b2a98f19e883"><code>0be6af3</code></a> feat(librariangen): first part of implementing configure (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12944">#12944</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7a85df39319e3a4870d4ad413f714ae5edd78ac8"><code>7a85df3</code></a> fix(internal/gapicgen): handle deleted files in git history (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13200">#13200</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/72b969c66e467b158b40564dc5adbe7753091a26"><code>72b969c</code></a> test(storage): add nil attrs retry tests (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13168">#13168</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/60ba77eccddf3f50931257fc960b79d49ea75fb1"><code>60ba77e</code></a> fix(internal/gapicgen): skip empty file paths in gatherChanges (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13198">#13198</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6118f02cc5eec26b7041324c7195fb5f6c856389"><code>6118f02</code></a> chore: remove global allowlist file in Librarian config (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13191">#13191</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e80b659f6f0b187f0eb2cf2fc2d65b8d767175f0"><code>e80b659</code></a> feat: add delete_generation_output_paths to repo-config.yaml (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13186">#13186</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/4209188f2ba92ac1a2d551ad842454c83074e9e8"><code>4209188</code></a> feat(internal/gapicgen): fix genbot PR descriptions (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13189">#13189</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/88a4d6574bf51e37176b20cdac38cbb137b291f4"><code>88a4d65</code></a> chore: migrate firestore and datastore modules to Librarian (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13056">#13056</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v2.2.0...pubsub/v2.3.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.2.0&new-version=2.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <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#2048
No description provided.