[PR #1649] [MERGED] Bump cloud.google.com/go/pubsub from 1.38.0 to 1.39.0 #1691

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1649
Author: @dependabot[bot]
Created: 6/19/2024
Status: Merged
Merged: 6/21/2024
Merged by: @fsouza

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


📝 Commits (1)

  • 9bbdede Bump cloud.google.com/go/pubsub from 1.38.0 to 1.39.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.38.0 to 1.39.0.

Release notes

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

pubsub: v1.39.0

1.39.0 (2024-06-18)

Features

  • pubsub/pstest: Add support to register other servers into grpc.Server (#9722) (db8216e)
  • pubsub: Add service_account_email for export subscriptions (92dc381)
  • pubsub: Batch receipt modacks (#10234) (4c2cd10)
  • pubsub: Make lease management RPCs concurrent (#10238) (426a8c2)

Bug Fixes

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/1649 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/19/2024 **Status:** ✅ Merged **Merged:** 6/21/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.39.0` --- ### 📝 Commits (1) - [`9bbdede`](https://github.com/fsouza/fake-gcs-server/commit/9bbdedef63a05903bbfb81e6e18b2a9b2612f1ed) Bump cloud.google.com/go/pubsub from 1.38.0 to 1.39.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.38.0 to 1.39.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.39.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.38.0...pubsub/v1.39.0">1.39.0</a> (2024-06-18)</h2> <h3>Features</h3> <ul> <li><strong>pubsub/pstest:</strong> Add support to register other servers into grpc.Server (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9722">#9722</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/db8216e54c8d9d23dd90bc47a081eb2754f7c92a">db8216e</a>)</li> <li><strong>pubsub:</strong> Add service_account_email for export subscriptions (<a href="https://github.com/googleapis/google-cloud-go/commit/92dc381da281197567a2c9eb8dc941292000a3da">92dc381</a>)</li> <li><strong>pubsub:</strong> Batch receipt modacks (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10234">#10234</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/4c2cd10fb73b7167c15d6dc24162ad0dac01ce8e">4c2cd10</a>)</li> <li><strong>pubsub:</strong> Make lease management RPCs concurrent (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10238">#10238</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/426a8c27a9d11f24e8c331b6375f87d29829e021">426a8c2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> Closes <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10094">#10094</a> - memory leak in pubsub receive (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10153">#10153</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/66581c44f2309984475fe5053fa11707f6f93b8d">66581c4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2cfca6b8f3c6c623a1907054c20f8d597e173ebe"><code>2cfca6b</code></a> chore(main): release pubsub 1.39.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10173">#10173</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/110d4a3cb8c45635fa66b1df34e8e3da9d38a41e"><code>110d4a3</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10392">#10392</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/abac5c6eec859477c6d390b116ea8954213ba585"><code>abac5c6</code></a> chore(dataplex): deprecate SearchEntriesResult.snippets (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10377">#10377</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/426a8c27a9d11f24e8c331b6375f87d29829e021"><code>426a8c2</code></a> feat(pubsub): make lease management RPCs concurrent (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10238">#10238</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ba9711f87ec871153ae00cfd0827bce17c31ee9c"><code>ba9711f</code></a> fix(spanner): prevent possible panic for Session not found errors (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10386">#10386</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1e2af816f44f23ed42cab98b0ef5b992ebcb92f9"><code>1e2af81</code></a> chore(all): update deps (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10384">#10384</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0c17df27b06c4d67bc9a52ffad88fc58589d0096"><code>0c17df2</code></a> chore(main): release vertexai 0.12.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10372">#10372</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/af1abf36fd7c4fb78a02e2d22c12455ea8ef3d9e"><code>af1abf3</code></a> chore(main): release ai 0.7.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10279">#10279</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d629333abdae80ff998c1322053c0fdf0c7907f7"><code>d629333</code></a> chore(storage): remove use of xerrors (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10376">#10376</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9eb3d1feaea7fa3d7312d99d65b8620b816733d5"><code>9eb3d1f</code></a> chore(main): release 0.115.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10291">#10291</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.38.0...pubsub/v1.39.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.38.0&new-version=1.39.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:45 +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#1691
No description provided.