[PR #1837] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.45.1 to 1.45.3 #1864

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1837
Author: @dependabot[bot]
Created: 12/5/2024
Status: Merged
Merged: 12/13/2024
Merged by: @fsouza

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


📝 Commits (1)

  • 7ea8302 build(deps): bump cloud.google.com/go/pubsub from 1.45.1 to 1.45.3

📊 Changes

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

View changed files

📝 go.mod (+7 -7)
📝 go.sum (+14 -14)

📄 Description

Bumps cloud.google.com/go/pubsub from 1.45.1 to 1.45.3.

Release notes

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

pubsub: v1.45.3

1.45.3 (2024-12-04)

Bug Fixes

  • pubsub: Convert stream ack deadline seconds from duration (#11214) (b2b05e4)

pubsub: v1.45.2

1.45.2 (2024-12-03)

Bug Fixes

  • pubsub/pstest: Make invalid filter return error instead of panic (#11087) (45e1ce7)
  • pubsub: Only init batch span if trace enabled (#11193) (f843d50)
  • pubsub: Use official semconv variable whenever possible (#10904) (1ce4b6d)

Documentation

  • pubsub: MinExtensionPeriod defaults to 60 seconds (#10791) (cc88fe1)
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 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/1837 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/13/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.45.3` --- ### 📝 Commits (1) - [`7ea8302`](https://github.com/fsouza/fake-gcs-server/commit/7ea830211a4e263dd2e1434329b3a5b68a3c7e79) build(deps): bump cloud.google.com/go/pubsub from 1.45.1 to 1.45.3 ### 📊 Changes **2 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+7 -7) 📝 `go.sum` (+14 -14) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.45.1 to 1.45.3. <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.45.3</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.45.2...pubsub/v1.45.3">1.45.3</a> (2024-12-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> Convert stream ack deadline seconds from duration (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11214">#11214</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b2b05e4515d8e59d7b3bf39432c6356b4450a17b">b2b05e4</a>)</li> </ul> <h2>pubsub: v1.45.2</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.45.1...pubsub/v1.45.2">1.45.2</a> (2024-12-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub/pstest:</strong> Make invalid filter return error instead of panic (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11087">#11087</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/45e1ce70e2757b78b868768b93e05da8858bab85">45e1ce7</a>)</li> <li><strong>pubsub:</strong> Only init batch span if trace enabled (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11193">#11193</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/f843d50f849c5014eba33d923085f0add41365a6">f843d50</a>)</li> <li><strong>pubsub:</strong> Use official semconv variable whenever possible (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10904">#10904</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/1ce4b6dc31653ca6f28c50d5149d74b827caaeaa">1ce4b6d</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>pubsub:</strong> MinExtensionPeriod defaults to 60 seconds (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10791">#10791</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/cc88fe1c8d834903e2b5f8d3a7cc9bbd65c70b29">cc88fe1</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/002f45c6b15356f163456b617f4aa3e2a1da38cc"><code>002f45c</code></a> chore(main): release pubsub 1.45.3 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11221">#11221</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ba9412a07cc3b31278c204759c343c5e0c60663f"><code>ba9412a</code></a> fix(cloudbuild): deprecate apiv1 client (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11225">#11225</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e24b55d70e0330386b6c52e9cc0cc604e252231a"><code>e24b55d</code></a> chore: bump dependencies (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11219">#11219</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5d5bc96528dc9034fd9a269a29c370a8e4022352"><code>5d5bc96</code></a> chore(storage): bump grpc dep (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11223">#11223</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/fd1db203d0de898891b9920aacb141ea39228609"><code>fd1db20</code></a> feat(storage): add Writer.ChunkTransferTimeout (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11111">#11111</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f82fffd68ed92082d89648e1eab5dd63a278847e"><code>f82fffd</code></a> test(storage): skip dataflux emulator test (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11222">#11222</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b2b05e4515d8e59d7b3bf39432c6356b4450a17b"><code>b2b05e4</code></a> fix(pubsub): convert stream ack deadline seconds from duration (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11214">#11214</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/63b704e048dcdf1e7ed51604beb37064bbc704e5"><code>63b704e</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11176">#11176</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/481f97b632146e3e23f43f51575ca5dec7d75285"><code>481f97b</code></a> chore(main): release auth 0.12.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11187">#11187</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/191a6643252221a2d6947d85aea7f31bae17cec6"><code>191a664</code></a> feat(dialogflow): make TrainingPhrase name field output-only (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11217">#11217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.45.1...pubsub/v1.45.3">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.45.1&new-version=1.45.3)](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:33 +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#1864
No description provided.