[PR #641] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.10.0 to 1.17.1 #786

Closed
opened 2026-03-03 12:31:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/641
Author: @dependabot[bot]
Created: 12/29/2021
Status: Merged
Merged: 12/29/2021
Merged by: @fsouza

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


📝 Commits (1)

  • f545120 build(deps): bump cloud.google.com/go/pubsub from 1.10.0 to 1.17.1

📊 Changes

2 files changed (+7 additions, -13 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+6 -12)

📄 Description

Bumps cloud.google.com/go/pubsub from 1.10.0 to 1.17.1.

Release notes

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

pubsub pubsub/v1.17.1

Bug Fixes

  • pubsub: add methods to allow retrieval of topic/sub config names (#4953) (bff5b1c)
  • pubsub: prevent draining error return for Receive (#4733) (c6d5189)
  • pubsub: tag ctx in iterator with subscription for opencensus (#5011) (cdf9588)

pubsub pubsub/v1.17.0

Features

  • pubsub: add list configs for topic & sub (#4607) (a6550c5)
  • pubsub: add publisher flow control support (#4292) (bff24c3)

storage storage/v1.17.0

Features

  • storage: add projectNumber field to bucketAttrs. (#4805) (07343af)

Bug Fixes

  • storage: align retry idempotency (part 1) (#4715) (ffa903e)

storage storage/v1.16.1

Bug Fixes

  • storage/internal: Update encryption_key fields to "bytes" type. fix: Improve date/times and field name clarity in lifecycle conditions. (a52baa4)
  • storage: accept emulator env var without scheme (#4616) (5f8cbb9)
  • storage: preserve supplied endpoint's scheme (#4609) (ee2756f)
  • storage: remove unnecessary variable (#4608) (27fc784)
  • storage: retry LockRetentionPolicy (#4439) (09879ea), refs #4437
  • storage: revise Reader to send XML preconditions (#4479) (e36b29a), refs #4470

pubsub pubsub/v1.16.0

Features

  • pubsub: add topic message retention duration (#4520) (0440336)

pubsub pubsub/v1.15.0

... (truncated)

Commits
  • db40586 chore: release pubsub 1.17.1 (#4750)
  • cdf9588 fix(pubsub): tag ctx in iterator with subscription for opencensus (#5011)
  • 080edd1 chore(bigquery): re-enable load test (#5025)
  • a2af4de feat(bigquery/storage/managedwriter): improve method parity in managedwriter ...
  • 587bba5 chore(all): auto-regenerate gapics (#5010)
  • 8519b94 chore(all): auto-regenerate gapics (#5004)
  • 9198ecc test(spanner): fix potential data race in test (#5006)
  • 272a0ae chore: release spanner 1.27.0 (#4999)
  • 59e548a chore(all): auto-regenerate gapics (#4996)
  • 4537b45 feat(spanner): implement valuer and scanner interfaces (#4936)
  • 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 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/641 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/29/2021 **Status:** ✅ Merged **Merged:** 12/29/2021 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.17.1` --- ### 📝 Commits (1) - [`f545120`](https://github.com/fsouza/fake-gcs-server/commit/f54512068c024bebfc3f7dcb51937b3efb88a4c8) build(deps): bump cloud.google.com/go/pubsub from 1.10.0 to 1.17.1 ### 📊 Changes **2 files changed** (+7 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+6 -12) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.10.0 to 1.17.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's releases</a>.</em></p> <blockquote> <h2>pubsub pubsub/v1.17.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> add methods to allow retrieval of topic/sub config names (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4953">#4953</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/bff5b1ca331a0d193407a0f3eb501772cbb8ba78">bff5b1c</a>)</li> <li><strong>pubsub:</strong> prevent draining error return for Receive (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4733">#4733</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/c6d51891649d8169089a0a2b7365ea54f991af56">c6d5189</a>)</li> <li><strong>pubsub:</strong> tag ctx in iterator with subscription for opencensus (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5011">#5011</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/cdf958864e278bb394cc548cb5f15ad08859f347">cdf9588</a>)</li> </ul> <h2>pubsub pubsub/v1.17.0</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> add list configs for topic &amp; sub (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4607">#4607</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/a6550c5dfb381e286fea6a905dc658c4a865d643">a6550c5</a>)</li> <li><strong>pubsub:</strong> add publisher flow control support (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4292">#4292</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/bff24c3a62a2f037c1ccef14986f917e41953734">bff24c3</a>)</li> </ul> <h2>storage storage/v1.17.0</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> add projectNumber field to bucketAttrs. (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4805">#4805</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/07343afc15085b164cc41d202d13f9d46f5c0d02">07343af</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> align retry idempotency (part 1) (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4715">#4715</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/ffa903eeec61aa3869e5220e2f09371127b5c393">ffa903e</a>)</li> </ul> <h2>storage storage/v1.16.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>storage/internal:</strong> Update encryption_key fields to &quot;bytes&quot; type. fix: Improve date/times and field name clarity in lifecycle conditions. (<a href="https://www.github.com/googleapis/google-cloud-go/commit/a52baa456ed8513ec492c4b573c191eb61468758">a52baa4</a>)</li> <li><strong>storage:</strong> accept emulator env var without scheme (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4616">#4616</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/5f8cbb98070109e2a34409ac775ed63b94d37efd">5f8cbb9</a>)</li> <li><strong>storage:</strong> preserve supplied endpoint's scheme (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4609">#4609</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/ee2756fb0a335d591464a770c9fa4f8fe0ba2e01">ee2756f</a>)</li> <li><strong>storage:</strong> remove unnecessary variable (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4608">#4608</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/27fc78456fb251652bdf5cdb493734a7e1e643e1">27fc784</a>)</li> <li><strong>storage:</strong> retry LockRetentionPolicy (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4439">#4439</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/09879ea80cb67f9bfd8fc9384b0fda335567cba9">09879ea</a>), refs <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4437">#4437</a></li> <li><strong>storage:</strong> revise Reader to send XML preconditions (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4479">#4479</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/e36b29a3d43bce5c1c044f7daf6e1db00b0a49e0">e36b29a</a>), refs <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4470">#4470</a></li> </ul> <h2>pubsub pubsub/v1.16.0</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> add topic message retention duration (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4520">#4520</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/0440336c988a4401cbdb5d85a8cc7fca388831e5">0440336</a>)</li> </ul> <h2>pubsub pubsub/v1.15.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/db4058628d5fc43a15582d0ae0883adce5331117"><code>db40586</code></a> chore: release pubsub 1.17.1 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4750">#4750</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/cdf958864e278bb394cc548cb5f15ad08859f347"><code>cdf9588</code></a> fix(pubsub): tag ctx in iterator with subscription for opencensus (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5011">#5011</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/080edd168e7c269e0d5cbc0c206c67614e144a37"><code>080edd1</code></a> chore(bigquery): re-enable load test (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5025">#5025</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a2af4de215a42848368ec3081263d34782032caa"><code>a2af4de</code></a> feat(bigquery/storage/managedwriter): improve method parity in managedwriter ...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/587bba5ad792a92f252107aa38c6af50fb09fb58"><code>587bba5</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5010">#5010</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8519b948fee5dc82d39300c4d96e92c85fe78fe6"><code>8519b94</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5004">#5004</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9198ecc05bccd8de365fd23e2cd49be0882ffef4"><code>9198ecc</code></a> test(spanner): fix potential data race in test (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5006">#5006</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/272a0aeb936724403e1f2fb6ccba0bd4548ae1f7"><code>272a0ae</code></a> chore: release spanner 1.27.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4999">#4999</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/59e548acc249c7bddd9c884c2af35d582a408c4d"><code>59e548a</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4996">#4996</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/4537b45d2611ce480abfb5d186b59e7258ec872c"><code>4537b45</code></a> feat(spanner): implement valuer and scanner interfaces (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4936">#4936</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.10.0...pubsub/v1.17.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&package-manager=go_modules&previous-version=1.10.0&new-version=1.17.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 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:31:37 +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#786
No description provided.