[PR #1180] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.30.1 to 1.31.0 #1264

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1180
Author: @dependabot[bot]
Created: 5/24/2023
Status: Merged
Merged: 5/26/2023
Merged by: @fsouza

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


📝 Commits (1)

  • 536f615 build(deps): bump cloud.google.com/go/pubsub from 1.30.1 to 1.31.0

📊 Changes

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

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+7 -8)

📄 Description

Bumps cloud.google.com/go/pubsub from 1.30.1 to 1.31.0.

Release notes

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

pubsub: v1.31.0

1.31.0 (2023-05-24)

Features

  • pubsub: Expose common errors for easier handling (#7940) (983105d)

Bug Fixes

  • pubsub: Allow clearing of topic schema (#7980) (46fc060)
  • pubsub: Update grpc to v1.55.0 (1147ce0)
Commits

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/1180 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/24/2023 **Status:** ✅ Merged **Merged:** 5/26/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.31.0` --- ### 📝 Commits (1) - [`536f615`](https://github.com/fsouza/fake-gcs-server/commit/536f615b8a107c308a837b3fa6d64ac44bf0954d) build(deps): bump cloud.google.com/go/pubsub from 1.30.1 to 1.31.0 ### 📊 Changes **2 files changed** (+10 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+7 -8) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.30.1 to 1.31.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>pubsub: v1.31.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.30.1...pubsub/v1.31.0">1.31.0</a> (2023-05-24)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> Expose common errors for easier handling (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7940">#7940</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/983105dd86d2ee34a09a5fd665d112f31062cf56">983105d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> Allow clearing of topic schema (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7980">#7980</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/46fc06099852412071be8c8a02d0d9416fd08817">46fc060</a>)</li> <li><strong>pubsub:</strong> Update grpc to v1.55.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/1147ce02a990276ca4f8ab7a1ab65c14da4450ef">1147ce0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f3402bff3e7b529f4ae2d51e59e42b5c4f98bb2b"><code>f3402bf</code></a> chore(main): release pubsub 1.31.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7892">#7892</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/46fc06099852412071be8c8a02d0d9416fd08817"><code>46fc060</code></a> fix(pubsub): allow clearing of topic schema (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7980">#7980</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2296f00f664f049385eff8966a630aa038386701"><code>2296f00</code></a> chore(ci): ignore snippet go.mod in vet check (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7981">#7981</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/53d8d68cc703d59c5b8c9f75e2a73a2f2206aa1c"><code>53d8d68</code></a> chore(all): update deps (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7978">#7978</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8d62d278a25effd0a0efb3977d94b6c4ee3636cf"><code>8d62d27</code></a> chore(all): update deps (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7970">#7970</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/76ec93f2a8efacccb5f07cbdc1d67e1990673344"><code>76ec93f</code></a> chore(all): update module cloud.google.com/go/iam to v1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7971">#7971</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/941fccb91534b58a50f8bdd9c4c4f0a5a907923f"><code>941fccb</code></a> test: fix tidy check to match all mod files (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7975">#7975</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7a04ae98d2dbc0b9ffb96386b416cdb573867b44"><code>7a04ae9</code></a> chore(main): release firestore 1.10.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7310">#7310</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/01f82a2975389ca1f02bb26fe290291e31a9485a"><code>01f82a2</code></a> chore: fixup imports after version bump (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7974">#7974</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2b3e7d9af7d2f500e736e3db77487127cb44ca23"><code>2b3e7d9</code></a> feat(webrisk): add SubmitUri endpoint (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7953">#7953</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.30.1...pubsub/v1.31.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.30.1&new-version=1.31.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:33: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#1264
No description provided.