[PR #1106] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.29.0 to 1.30.0 #1199

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1106
Author: @dependabot[bot]
Created: 3/23/2023
Status: Merged
Merged: 3/23/2023
Merged by: @fsouza

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


📝 Commits (1)

  • 93824e0 build(deps): bump cloud.google.com/go/pubsub from 1.29.0 to 1.30.0

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -4)

📄 Description

Bumps cloud.google.com/go/pubsub from 1.29.0 to 1.30.0.

Release notes

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

pubsub: v1.30.0

1.30.0 (2023-03-22)

Features

  • pubsub: Update iam and longrunning deps (91a1f78)

Bug Fixes

  • pubsub: Check response of receipt modacks for exactly once delivery (#7568) (94d0408)

storage: v1.30.0

1.30.0 (2023-03-15)

Features

  • storage/internal: Update routing annotation for CreateBucketRequest docs: Add support for end-to-end checksumming in the gRPC WriteObject flow feat!: BREAKING CHANGE - renaming Notification to NotificationConfig (2fef56f)
  • storage: Json downloads (#7158) (574a86c)
  • storage: Update iam and longrunning deps (91a1f78)

Bug Fixes

  • storage: Specify credentials with STORAGE_EMULATOR_HOST (#7271) (940ae15)
Commits
  • 27944ca chore(main): release pubsub 1.30.0 (#7556)
  • d92e977 chore(firestore): removed redundant region tags. (#7614)
  • 94d0408 fix(pubsub): check response of receipt modacks for exactly once delivery (#7568)
  • 3c27930 chore: release main (#7559)
  • 888e3b4 chore(all): auto-regenerate gapics (#7609)
  • 2b7bb66 feat(bigquery/reservation): add edition/autoscale related fields (#7608)
  • c316201 feat(edgecontainer): promote to GA (#7612)
  • a923de9 chore(gapicgen): fix omit-snippets (#7611)
  • 75e992d chore(storage): add idempotency header (#7602)
  • c967961 feat(bigquery/migration): Add request_source field and update formatting (#7586)
  • 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/1106 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/23/2023 **Status:** ✅ Merged **Merged:** 3/23/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.30.0` --- ### 📝 Commits (1) - [`93824e0`](https://github.com/fsouza/fake-gcs-server/commit/93824e0356812709f149a4b72754ba17b551cd43) build(deps): bump cloud.google.com/go/pubsub from 1.29.0 to 1.30.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.29.0 to 1.30.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.30.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.29.0...pubsub/v1.30.0">1.30.0</a> (2023-03-22)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> Update iam and longrunning deps (<a href="https://github.com/googleapis/google-cloud-go/commit/91a1f784a109da70f63b96414bba8a9b4254cddd">91a1f78</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> Check response of receipt modacks for exactly once delivery (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7568">#7568</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/94d040898cc9e85fdac76560765b01cfd019d0b4">94d0408</a>)</li> </ul> <h2>storage: v1.30.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.29.0...storage/v1.30.0">1.30.0</a> (2023-03-15)</h2> <h3>Features</h3> <ul> <li><strong>storage/internal:</strong> Update routing annotation for CreateBucketRequest docs: Add support for end-to-end checksumming in the gRPC WriteObject flow feat!: BREAKING CHANGE - renaming Notification to NotificationConfig (<a href="https://github.com/googleapis/google-cloud-go/commit/2fef56f75a63dc4ff6e0eea56c7b26d4831c8e27">2fef56f</a>)</li> <li><strong>storage:</strong> Json downloads (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7158">#7158</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/574a86c614445f8c3f5a54446820df774c31cd47">574a86c</a>)</li> <li><strong>storage:</strong> Update iam and longrunning deps (<a href="https://github.com/googleapis/google-cloud-go/commit/91a1f784a109da70f63b96414bba8a9b4254cddd">91a1f78</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Specify credentials with STORAGE_EMULATOR_HOST (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7271">#7271</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/940ae15f725ff384e345e627feb03d22e1fd8db5">940ae15</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/27944ca88115b8bd8cd22b6e620d38a116138601"><code>27944ca</code></a> chore(main): release pubsub 1.30.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7556">#7556</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d92e977be31e54ead167266dabb2edf1cddd4b0b"><code>d92e977</code></a> chore(firestore): removed redundant region tags. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7614">#7614</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/94d040898cc9e85fdac76560765b01cfd019d0b4"><code>94d0408</code></a> fix(pubsub): check response of receipt modacks for exactly once delivery (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7568">#7568</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3c279308301a8276ba79082ea44ad47d5861e8c0"><code>3c27930</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7559">#7559</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/888e3b4ba3b6a3fd10eed4168d8b536f9d4293f0"><code>888e3b4</code></a> chore(all): auto-regenerate gapics (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7609">#7609</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2b7bb662eb00671b8ee933766f4254f897131a7c"><code>2b7bb66</code></a> feat(bigquery/reservation): add edition/autoscale related fields (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7608">#7608</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c316201b9e049641c7510a886570f0cf1688bdf9"><code>c316201</code></a> feat(edgecontainer): promote to GA (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7612">#7612</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a923de9f1cdf43ccb792860661ef3ffe149b0707"><code>a923de9</code></a> chore(gapicgen): fix omit-snippets (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7611">#7611</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/75e992de36aff898c45df2bed525b46d23f66b5d"><code>75e992d</code></a> chore(storage): add idempotency header (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7602">#7602</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c967961ed95750e173af0193ec8d0974471f43ff"><code>c967961</code></a> feat(bigquery/migration): Add request_source field and update formatting (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7586">#7586</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.29.0...pubsub/v1.30.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.29.0&new-version=1.30.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:30 +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#1199
No description provided.