[PR #1703] [MERGED] Bump cloud.google.com/go/pubsub from 1.40.0 to 1.41.0 #1741

Closed
opened 2026-03-03 12:35:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 0ba8cb3 Bump cloud.google.com/go/pubsub from 1.40.0 to 1.41.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.40.0 to 1.41.0.

Release notes

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

pubsub: v1.41.0

1.41.0 (2024-08-01)

Features

  • pubsub/pstest: Add Message.Topic field and populate on publish (#10510) (01bf051)
  • pubsub: Add max messages batching for Cloud Storage subscriptions (1bb4c84)

Bug Fixes

  • pubsub: Bump google.golang.org/api@v0.187.0 (8fa9e39)
  • pubsub: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)
  • pubsub: Update dependencies (257c40b)
Commits
  • f371928 chore(main): release pubsub 1.41.0 (#10469)
  • 443e0ee chore: release main (#10595)
  • 928f1a7 fix(bigtable/emulator): Sending empty row in SampleRowKeys response (#10611)
  • 0e5c5c9 refactor(bigtable): Refactoring client side metrics code (#10623)
  • 47941b3 chore(main): release auth 0.7.3 (#10574)
  • 7cea5ed fix(auth): disable automatic universe domain check for MDS (#10620)
  • 2fef238 feat(parallelstore): add file_stripe_level and directory_stripe_level fields ...
  • b90b361 chore(storage/transfermanager): reduce zero array size used for checksums (#1...
  • 6b51942 docs(datacatalog): mark DataplexTransferStatus.MIGRATED as deprecated (#10621)
  • 97fa560 feat(documentai): A new field imageless_mode is added to message `.google.c...
  • 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/1703 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/5/2024 **Status:** ✅ Merged **Merged:** 8/9/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.41.0` --- ### 📝 Commits (1) - [`0ba8cb3`](https://github.com/fsouza/fake-gcs-server/commit/0ba8cb37a89fdfb329d214ef6df81d4a71aff447) Bump cloud.google.com/go/pubsub from 1.40.0 to 1.41.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.40.0 to 1.41.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.41.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.40.0...pubsub/v1.41.0">1.41.0</a> (2024-08-01)</h2> <h3>Features</h3> <ul> <li><strong>pubsub/pstest:</strong> Add Message.Topic field and populate on publish (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10510">#10510</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/01bf0519093f2e9d6a579bcb312004eba0fbd895">01bf051</a>)</li> <li><strong>pubsub:</strong> Add max messages batching for Cloud Storage subscriptions (<a href="https://github.com/googleapis/google-cloud-go/commit/1bb4c846ec1ff37f394afb1684823ea76c18d16e">1bb4c84</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> Bump google.golang.org/api@v0.187.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b">8fa9e39</a>)</li> <li><strong>pubsub:</strong> Bump google.golang.org/grpc@v1.64.1 (<a href="https://github.com/googleapis/google-cloud-go/commit/8ecc4e9622e5bbe9b90384d5848ab816027226c5">8ecc4e9</a>)</li> <li><strong>pubsub:</strong> Update dependencies (<a href="https://github.com/googleapis/google-cloud-go/commit/257c40bd6d7e59730017cf32bda8823d7a232758">257c40b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f371928b558f7dafd8992aee0313924246938ae4"><code>f371928</code></a> chore(main): release pubsub 1.41.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10469">#10469</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/443e0ee35d1d0730d1101a96f97c8d4f5ce43095"><code>443e0ee</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10595">#10595</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/928f1a77191fbf4736051305e0ad67b69bae11fb"><code>928f1a7</code></a> fix(bigtable/emulator): Sending empty row in SampleRowKeys response (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10611">#10611</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0e5c5c9b3fd45146a3594ae635219fb07e99f8fc"><code>0e5c5c9</code></a> refactor(bigtable): Refactoring client side metrics code (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10623">#10623</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/47941b3ec4f8d77884a3e9213719dfcbc9380b40"><code>47941b3</code></a> chore(main): release auth 0.7.3 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10574">#10574</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7cea5edd5a0c1e6bca558696f5607879141910e8"><code>7cea5ed</code></a> fix(auth): disable automatic universe domain check for MDS (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10620">#10620</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2fef23856e4c0738fd49d5d2aa98342a32202489"><code>2fef238</code></a> feat(parallelstore): add file_stripe_level and directory_stripe_level fields ...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b90b361c8073075a68e6e447019a7c402a241a7a"><code>b90b361</code></a> chore(storage/transfermanager): reduce zero array size used for checksums (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/1">#1</a>...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6b519428182e8b17ff30fa09e0e3c18716269f1c"><code>6b51942</code></a> docs(datacatalog): mark DataplexTransferStatus.MIGRATED as deprecated (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10621">#10621</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/97fa56008a30857fc6d835517fc2d9a2959b19a5"><code>97fa560</code></a> feat(documentai): A new field <code>imageless_mode</code> is added to message `.google.c...</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.40.0...pubsub/v1.41.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.40.0&new-version=1.41.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:35:59 +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#1741
No description provided.