[PR #1601] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.37.0 to 1.38.0 #1646

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 7a8b530 build(deps): bump cloud.google.com/go/pubsub from 1.37.0 to 1.38.0

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+4 -4)

📄 Description

Bumps cloud.google.com/go/pubsub from 1.37.0 to 1.38.0.

Release notes

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

pubsub: v1.38.0

1.38.0 (2024-05-06)

Features

  • pubsub: Add custom datetime format for Cloud Storage subscriptions (4834425)
  • pubsub: Support publisher compression (#9711) (4940c3c)
  • pubsub: Use Streaming Pull response for ordering check (#9682) (7bf4904)

Bug Fixes

  • pubsub: Bump x/net to v0.24.0 (ba31ed5)
  • pubsub: Respect gRPC dial option when PUBSUB_EMULATOR_HOST is set (#10040) (95bf6b2)
  • pubsub: Update protobuf dep to v1.33.0 (30b038d)
Commits
  • aaf7fa2 chore(main): release pubsub 1.38.0 (#9589)
  • 95bf6b2 fix(pubsub): respect gRPC dial option when PUBSUB_EMULATOR_HOST is set (#10040)
  • 0183dd5 chore(main): release vertexai 0.8.0 (#9535)
  • c07f1e4 fix(spanner): update staleness bound (#10118)
  • b91f658 test(spanner): fix retry unit tests with RESOURCE_EXHAUSTED errors (#10117)
  • b9b55e0 chore(thirdparty): remove json-iterator exemption (#10113)
  • fafaf0d fix(internal/aliasfix): handle import paths correctly (#10097)
  • 63f947d chore(spanner): use time.Since instead of time.Now().Sub (#10096)
  • a4a8fbc docs: update copyright year in Fleet Engine (#10090)
  • 9013e52 feat(auth): Enable client certificates by default (#10102)
  • 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/1601 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 5/8/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.38.0` --- ### 📝 Commits (1) - [`7a8b530`](https://github.com/fsouza/fake-gcs-server/commit/7a8b530f1b133f56ee41419e62dc9fa78286e106) build(deps): bump cloud.google.com/go/pubsub from 1.37.0 to 1.38.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.37.0 to 1.38.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.38.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.37.0...pubsub/v1.38.0">1.38.0</a> (2024-05-06)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> Add custom datetime format for Cloud Storage subscriptions (<a href="https://github.com/googleapis/google-cloud-go/commit/48344254a5d21ec51ffee275c78a15c9345dc09c">4834425</a>)</li> <li><strong>pubsub:</strong> Support publisher compression (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9711">#9711</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/4940c3c5ab31b6e66ec8f29f9cf60298f8de630a">4940c3c</a>)</li> <li><strong>pubsub:</strong> Use Streaming Pull response for ordering check (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9682">#9682</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/7bf49049cdc44ca260d1c1354bc7661de9ed8585">7bf4904</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> Bump x/net to v0.24.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/ba31ed5fda2c9664f2e1cf972469295e63deb5b4">ba31ed5</a>)</li> <li><strong>pubsub:</strong> Respect gRPC dial option when PUBSUB_EMULATOR_HOST is set (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10040">#10040</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/95bf6b255d8ff7bb385567da498b90252efb338f">95bf6b2</a>)</li> <li><strong>pubsub:</strong> Update protobuf dep to v1.33.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a">30b038d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/aaf7fa23b21cafb892ea1195b1a6e796c3d139de"><code>aaf7fa2</code></a> chore(main): release pubsub 1.38.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9589">#9589</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/95bf6b255d8ff7bb385567da498b90252efb338f"><code>95bf6b2</code></a> fix(pubsub): respect gRPC dial option when PUBSUB_EMULATOR_HOST is set (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10040">#10040</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0183dd57dbc12b307ca185da33158dedebe1acf2"><code>0183dd5</code></a> chore(main): release vertexai 0.8.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9535">#9535</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c07f1e47c06387b696abb1edbfa339b391ec1fd5"><code>c07f1e4</code></a> fix(spanner): update staleness bound (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10118">#10118</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b91f658a4c004e3cc1323009d67e5674798d2917"><code>b91f658</code></a> test(spanner): fix retry unit tests with RESOURCE_EXHAUSTED errors (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10117">#10117</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b9b55e0ebc7427a5a55be1485e38db4a7eddf832"><code>b9b55e0</code></a> chore(thirdparty): remove json-iterator exemption (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10113">#10113</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/fafaf0d0a293096559a4655ea61062cb896f1568"><code>fafaf0d</code></a> fix(internal/aliasfix): handle import paths correctly (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10097">#10097</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/63f947d78a726001e0b176599ffc503447b25d78"><code>63f947d</code></a> chore(spanner): use time.Since instead of time.Now().Sub (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10096">#10096</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a4a8fbcf561346eec1dc32987b10174f102bb46a"><code>a4a8fbc</code></a> docs: update copyright year in Fleet Engine (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10090">#10090</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9013e5200a6ec0f178ed91acb255481ffb073a2c"><code>9013e52</code></a> feat(auth): Enable client certificates by default (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10102">#10102</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.37.0...pubsub/v1.38.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.37.0&new-version=1.38.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: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#1646
No description provided.