[PR #1521] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.36.2 to 1.37.0 #1568

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • d217ec7 build(deps): bump cloud.google.com/go/pubsub from 1.36.2 to 1.37.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.36.2 to 1.37.0.

Release notes

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

pubsub: v1.37.0

1.37.0 (2024-03-07)

Features

Documentation

  • pubsub: Check for nil responses for receive examples (#9516) (6deb969)
Commits
  • a75c8b6 chore(main): release pubsub 1.37.0 (#9517)
  • e2c9a95 chore(internal/protoveneer): support custom field converters (#9456)
  • 86ec5c0 chore: release main (#9511)
  • a74cbbe docs(netapp): mark optional fields explicitly in Storage Pool (#9513)
  • 9bba269 feat(pubsub): support kinesis ingestion admin (#9458)
  • 5ca0271 feat(logging/logadmin): allow logging PageSize to override (#9409)
  • e68777c chore(main): release spanner 1.58.0 (#9423)
  • 6deb969 docs(pubsub): check for nil responses for receive examples (#9516)
  • e54989e chore: remove old samples that no longer compile (#9510)
  • 1cf28f6 docs(run): clarify some defaults and required or optional values (#9505)
  • 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/1521 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/8/2024 **Status:** ✅ Merged **Merged:** 3/14/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.37.0` --- ### 📝 Commits (1) - [`d217ec7`](https://github.com/fsouza/fake-gcs-server/commit/d217ec717509110d018953a5491e13966e38f2db) build(deps): bump cloud.google.com/go/pubsub from 1.36.2 to 1.37.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.36.2 to 1.37.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.37.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.36.2...pubsub/v1.37.0">1.37.0</a> (2024-03-07)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> Support kinesis ingestion admin (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9458">#9458</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/9bba269d1c3165c312871903fbd649c08b3809fb">9bba269</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>pubsub:</strong> Check for nil responses for receive examples (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9516">#9516</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/6deb96914ecbdaaea521c175db4c2ee1f223590c">6deb969</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a75c8b64ac954254bb8391e1828a2b6c55b0f23d"><code>a75c8b6</code></a> chore(main): release pubsub 1.37.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9517">#9517</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e2c9a95c424b10bdb5b00bb87c20f7a16c9da6b9"><code>e2c9a95</code></a> chore(internal/protoveneer): support custom field converters (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9456">#9456</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/86ec5c0409ec40e076345f1c3938407f52cd3d7b"><code>86ec5c0</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9511">#9511</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a74cbbee6be0c02e0280f115119596da458aa707"><code>a74cbbe</code></a> docs(netapp): mark optional fields explicitly in Storage Pool (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9513">#9513</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9bba269d1c3165c312871903fbd649c08b3809fb"><code>9bba269</code></a> feat(pubsub): support kinesis ingestion admin (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9458">#9458</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5ca0271f4354d51a968cf5819322d1c093944d1c"><code>5ca0271</code></a> feat(logging/logadmin): allow logging PageSize to override (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9409">#9409</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e68777ce46df0dd91a7a98e85b44bb1f62d6d6c4"><code>e68777c</code></a> chore(main): release spanner 1.58.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9423">#9423</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6deb96914ecbdaaea521c175db4c2ee1f223590c"><code>6deb969</code></a> docs(pubsub): check for nil responses for receive examples (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9516">#9516</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e54989ecfcbbbe1baf7581872224ca8610827979"><code>e54989e</code></a> chore: remove old samples that no longer compile (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9510">#9510</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1cf28f61b26d52a9e2303c52e9aba7a0cdfbe7eb"><code>1cf28f6</code></a> docs(run): clarify some defaults and required or optional values (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9505">#9505</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.36.2...pubsub/v1.37.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.36.2&new-version=1.37.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:13 +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#1568
No description provided.