[PR #1786] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.44.0 to 1.45.0 #1816

Closed
opened 2026-03-03 12:36:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1786
Author: @dependabot[bot]
Created: 10/22/2024
Status: Merged
Merged: 10/23/2024
Merged by: @fsouza

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


📝 Commits (1)

  • 3e32db7 build(deps): bump cloud.google.com/go/pubsub from 1.44.0 to 1.45.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 from 1.44.0 to 1.45.0.

Release notes

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

storage: v1.45.0

1.45.0 (2024-10-17)

Features

  • storage/internal: Adds support for restore token (70d82fe)
  • storage: Adding bucket-specific dynamicDelay (#10987) (a807a7e)
  • storage: Dynamic read request stall timeout (#10958) (a09f00e)

Documentation

  • storage: Remove preview wording from NewGRPCClient (#11002) (40c3a5b)

pubsub: v1.45.0

1.45.0 (2024-10-22)

Features

  • pubsub: Add IngestionFailureEvent to the external proto (f0b05e2)
  • pubsub: Add support for ingestion platform logging settings (#10969) (c60241f)
Commits
  • 87da3b6 chore(main): release pubsub 1.45.0 (#10989)
  • bd76695 fix(auth): fallback cert lookups for missing files (#11013)
  • e0759f4 chore(storage/internal)!: remove notification, service account, and hmac RPCS...
  • 5b7397b feat(storage): add grpc metrics experimental options (#10984)
  • 5e363a3 fix(spanner): decode PROTO to custom type variant of base type (#11007)
  • a273aab chore(main): release storage 1.45.0 (#10986)
  • 24a7dcc chore(storage): fix ReadStallTimeout test (#10992)
  • a807a7e feat(storage): adding bucket-specific dynamicDelay (#10987)
  • 70d82fe feat(securesourcemanager): Add field instance to message `.google.cloud.sec...
  • 40c3a5b docs(storage): remove preview wording from NewGRPCClient (#11002)
  • 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 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)

🔄 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/1786 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/22/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.45.0` --- ### 📝 Commits (1) - [`3e32db7`](https://github.com/fsouza/fake-gcs-server/commit/3e32db7cb84ba708362e5844060d5fca0375de9e) build(deps): bump cloud.google.com/go/pubsub from 1.44.0 to 1.45.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](https://github.com/googleapis/google-cloud-go) from 1.44.0 to 1.45.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.45.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.44.0...storage/v1.45.0">1.45.0</a> (2024-10-17)</h2> <h3>Features</h3> <ul> <li><strong>storage/internal:</strong> Adds support for restore token (<a href="https://github.com/googleapis/google-cloud-go/commit/70d82fe93f60f1075298a077ce1616f9ae7e13fe">70d82fe</a>)</li> <li><strong>storage:</strong> Adding bucket-specific dynamicDelay (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10987">#10987</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/a807a7e7f9fb002374407622c126102c5e61af82">a807a7e</a>)</li> <li><strong>storage:</strong> Dynamic read request stall timeout (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10958">#10958</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/a09f00eeecac82af98ae769bab284ee58a3a66cb">a09f00e</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>storage:</strong> Remove preview wording from NewGRPCClient (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11002">#11002</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/40c3a5b9c4cd4db2f1695e180419197b6a03ed7f">40c3a5b</a>)</li> </ul> <h2>pubsub: v1.45.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.44.0...pubsub/v1.45.0">1.45.0</a> (2024-10-22)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> Add IngestionFailureEvent to the external proto (<a href="https://github.com/googleapis/google-cloud-go/commit/f0b05e260435d5e8889b9a0ca0ab215fcde169ab">f0b05e2</a>)</li> <li><strong>pubsub:</strong> Add support for ingestion platform logging settings (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10969">#10969</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/c60241f46db2b021d799f621851a352f2baec96e">c60241f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/87da3b6b13509005d487dc81ccf0ea417336decd"><code>87da3b6</code></a> chore(main): release pubsub 1.45.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10989">#10989</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bd766957ec238b7c40ddbabb369e612dc9b07313"><code>bd76695</code></a> fix(auth): fallback cert lookups for missing files (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11013">#11013</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e0759f46639b4c542e5b49e4dc81340d8e123370"><code>e0759f4</code></a> chore(storage/internal)!: remove notification, service account, and hmac RPCS...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5b7397b169176f030049e1511859a883422c774e"><code>5b7397b</code></a> feat(storage): add grpc metrics experimental options (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10984">#10984</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5e363a31cc9f2616832540ca82aa5cb998a3938c"><code>5e363a3</code></a> fix(spanner): decode PROTO to custom type variant of base type (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11007">#11007</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a273aab6c780dc42fb8725e0d7b29e0ad02b32ac"><code>a273aab</code></a> chore(main): release storage 1.45.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10986">#10986</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/24a7dcc42029b7e4132a49dedae2c55a52bcd5ad"><code>24a7dcc</code></a> chore(storage): fix ReadStallTimeout test (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10992">#10992</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a807a7e7f9fb002374407622c126102c5e61af82"><code>a807a7e</code></a> feat(storage): adding bucket-specific dynamicDelay (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10987">#10987</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/70d82fe93f60f1075298a077ce1616f9ae7e13fe"><code>70d82fe</code></a> feat(securesourcemanager): Add field <code>instance</code> to message `.google.cloud.sec...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/40c3a5b9c4cd4db2f1695e180419197b6a03ed7f"><code>40c3a5b</code></a> docs(storage): remove preview wording from NewGRPCClient (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11002">#11002</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.44.0...pubsub/v1.45.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.44.0&new-version=1.45.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:36:20 +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#1816
No description provided.