[PR #1835] [CLOSED] build(deps): bump cloud.google.com/go/pubsub from 1.45.1 to 1.45.2 #1862

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1835
Author: @dependabot[bot]
Created: 12/4/2024
Status: Closed

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


📝 Commits (1)

  • 3cac895 build(deps): bump cloud.google.com/go/pubsub from 1.45.1 to 1.45.2

📊 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.45.1 to 1.45.2.

Release notes

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

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/1835 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.45.2` --- ### 📝 Commits (1) - [`3cac895`](https://github.com/fsouza/fake-gcs-server/commit/3cac8950a439f700a0d33031933ce5ec1f27ba5f) build(deps): bump cloud.google.com/go/pubsub from 1.45.1 to 1.45.2 ### 📊 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.45.1 to 1.45.2. <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.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/ab75177e59ce19b85be5878d2c24be302984b3cd"><code>ab75177</code></a> chore(main): release pubsub 1.45.2 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11102">#11102</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f843d50f849c5014eba33d923085f0add41365a6"><code>f843d50</code></a> fix(pubsub): only init batch span if trace enabled (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11193">#11193</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8dedb878c070cc1e92d62bb9b32358425e3ceffb"><code>8dedb87</code></a> docs(batch): Rephrase reservation field doc (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11180">#11180</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/106cd53309facaef1b8ea78376179f523f6912b9"><code>106cd53</code></a> fix(auth): ensure endpoints are present in Validator (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11209">#11209</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9963fd3bb5c58064dccc2709279613672ab0d1bf"><code>9963fd3</code></a> chore(spanner): run go mod tidy (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11202">#11202</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d8bc98307985b6db284e75e85ec5c7af87748c81"><code>d8bc983</code></a> test(storage/dataflux): skip flaky tests (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11201">#11201</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/03551ae3e214da034664971824ff0d599ffaa4c6"><code>03551ae</code></a> chore(all): Update oauth2adapt (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11195">#11195</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/85112bd4d831b744d2e516c1962227aa69c3f6f3"><code>85112bd</code></a> test(internal): Add fatal to stop retrying (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11148">#11148</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3005f5a86c18254e569b8b1782bf014aa62f33cc"><code>3005f5a</code></a> feat(storage/dataflux): run worksteal listing parallel to sequential listing ...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ebf36579724afb375d3974cf1da38f703e3b7dbc"><code>ebf3657</code></a> feat(auth): add support for providing custom certificate URL (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11006">#11006</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.45.1...pubsub/v1.45.2">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.2)](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:32 +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#1862
No description provided.