[PR #802] [CLOSED] build(deps): bump cloud.google.com/go/pubsub from 1.21.1 to 1.22.0 #931

Closed
opened 2026-03-03 12:32:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/802
Author: @dependabot[bot]
Created: 6/1/2022
Status: Closed

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


📝 Commits (1)

  • 868ee17 build(deps): bump cloud.google.com/go/pubsub from 1.21.1 to 1.22.0

📊 Changes

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

View changed files

📝 go.mod (+4 -4)
📝 go.sum (+10 -7)

📄 Description

Bumps cloud.google.com/go/pubsub from 1.21.1 to 1.22.0.

Release notes

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

storage: v1.22.0

1.22.0 (2022-03-31)

Features

  • storage: allow specifying includeTrailingDelimiter (#5617) (a34503b)
  • storage: set versionClient to module version (55f0d92)

Bug Fixes

  • storage: respect STORAGE_EMULATOR_HOST in signedURL (#5673) (1c249ae)

pubsub: v1.22.0

1.22.0 (2022-05-31)

Features

  • pubsub: add BigQuery configuration for subscriptions (6ef576e)
  • pubsub: add min extension period (#6041) (f2407c7)

Bug Fixes

  • pubsub: disable deprecated BufferedByteLimit when using MaxOutstandingBytes (#6009) (dbfdf76)
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/802 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.22.0` --- ### 📝 Commits (1) - [`868ee17`](https://github.com/fsouza/fake-gcs-server/commit/868ee17e75240f6dca47b5e9613fae702fd265be) build(deps): bump cloud.google.com/go/pubsub from 1.21.1 to 1.22.0 ### 📊 Changes **2 files changed** (+14 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+4 -4) 📝 `go.sum` (+10 -7) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.21.1 to 1.22.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: v1.22.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.21.0...storage/v1.22.0">1.22.0</a> (2022-03-31)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> allow specifying includeTrailingDelimiter (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5617">#5617</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/a34503bc0f0b95399285e8db66976b227e3b0072">a34503b</a>)</li> <li><strong>storage:</strong> set versionClient to module version (<a href="https://github.com/googleapis/google-cloud-go/commit/55f0d92bf112f14b024b4ab0076c9875a17423c9">55f0d92</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> respect STORAGE_EMULATOR_HOST in signedURL (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5673">#5673</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/1c249ae5b4980cf53fa74635943ca8bf6a96a341">1c249ae</a>)</li> </ul> <h2>pubsub: v1.22.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.21.1...pubsub/v1.22.0">1.22.0</a> (2022-05-31)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> add BigQuery configuration for subscriptions (<a href="https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2">6ef576e</a>)</li> <li><strong>pubsub:</strong> add min extension period (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6041">#6041</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/f2407c7013bbfdfc0103296accc828b0be674f5d">f2407c7</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> disable deprecated BufferedByteLimit when using MaxOutstandingBytes (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6009">#6009</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/dbfdf762c77f9cfad637c573b06f0a49e01316f3">dbfdf76</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/dcca23fa48bff5ae51ce337df5c0f0b8ad408dc6"><code>dcca23f</code></a> chore(main): release pubsub 1.22.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6012">#6012</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bd825618fc942600a1f1a2bf8be6f11eb9c5a7dc"><code>bd82561</code></a> chore(storage): implement NewRangeReader interface, refactor gRPC read (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6053">#6053</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/92662768493738a4492eae3ea4ac6db250056bf1"><code>9266276</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6108">#6108</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/70d3de2ee00caaf1043f241413a6ee5d7db9bd70"><code>70d3de2</code></a> chore(all): update everything (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6107">#6107</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f2407c7013bbfdfc0103296accc828b0be674f5d"><code>f2407c7</code></a> feat(pubsub): add min extension period (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6041">#6041</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bd1e4ccccd9a380fc8f2ab0635a5412d8adc7b03"><code>bd1e4cc</code></a> chore(main): release spanner 1.33.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6105">#6105</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/54bc54e9bbdc22e2bbfd9f315885f95987e2c3f2"><code>54bc54e</code></a> chore(spanner): release 1.33.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6104">#6104</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/eea19d711f370062435be5aa5a54a656d5a16e97"><code>eea19d7</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6100">#6100</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a00d00dd9d8e664cee89b5ad019c0870787ec875"><code>a00d00d</code></a> chore(main): release bigtable 1.14.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5614">#5614</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/02cbe4bec42b3389d64d1e78396b3f6a8e4976ba"><code>02cbe4b</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6096">#6096</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.21.1...pubsub/v1.22.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.21.1&new-version=1.22.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:32:17 +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#931
No description provided.