[PR #1465] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.34.0 to 1.36.0 #1517

Closed
opened 2026-03-03 12:34:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1465
Author: @dependabot[bot]
Created: 1/28/2024
Status: Merged
Merged: 1/28/2024
Merged by: @fsouza

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


📝 Commits (1)

  • 06ed9f8 build(deps): bump cloud.google.com/go/pubsub from 1.34.0 to 1.36.0

📊 Changes

2 files changed (+4 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+3 -2)

📄 Description

Bumps cloud.google.com/go/pubsub from 1.34.0 to 1.36.0.

Release notes

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

storage: v1.36.0

1.36.0 (2023-12-14)

Features

Bug Fixes

  • storage: Do not inhibit the dead code elimination. (#8543) (ca2493f)
  • storage: Set flush and get_state to false on the last write in gRPC (#9013) (c1e9fe5)

pubsub: v1.36.0

1.36.0 (2024-01-26)

Features

  • pubsub: Add ingestion_data_source_settings field to Topic (97d62c7)
  • pubsub: Add enforce_in_transit fields and optional annotations (97d62c7)

Bug Fixes

  • pubsub: Move flow control release to callback completion (#9311) (2b6b0da)

storage: v1.35.1

1.35.1 (2023-11-09)

Bug Fixes

  • storage: Rename aux.go to auxiliary.go fixing windows build (ba23673)

storage: v1.35.0

1.35.0 (2023-11-09)

Features

  • storage: Change gRPC writes to use bi-directional streams (#8930) (3e23a36)

pubsub: v1.35.0

1.35.0 (2024-01-25)

Features

... (truncated)

Commits
  • d39c8a8 chore(main): release pubsub 1.36.0 (#9313)
  • 2b6b0da fix(pubsub): move flow control release to callback completion (#9311)
  • 97d62c7 docs(maps/fleetengine): update comment on Waypoint (#9291)
  • 10c8260 chore(internal/gapicgen/git): run gofmt (#9307)
  • ac16144 chore(main): release pubsub 1.35.0 (#9300)
  • 49231bf feat(pubsub): support message filtering in pstest (#9015)
  • cc98509 fix(bigquery): support more timestamp formats for query param (#9236)
  • 929d817 chore(internal/gapicgen/git): fix TestFormatChanges (#9296)
  • c08446e chore(main): release storage 1.37.0 (#9234)
  • b15a7b8 chore(logging): Adding partners as owners (#9293)
  • 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/1465 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/28/2024 **Status:** ✅ Merged **Merged:** 1/28/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.36.0` --- ### 📝 Commits (1) - [`06ed9f8`](https://github.com/fsouza/fake-gcs-server/commit/06ed9f8a0e73a5c7806a440439dba57c71cc3e6d) build(deps): bump cloud.google.com/go/pubsub from 1.34.0 to 1.36.0 ### 📊 Changes **2 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+3 -2) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.34.0 to 1.36.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>storage: v1.36.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.1...storage/v1.36.0">1.36.0</a> (2023-12-14)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Add object retention feature (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9072">#9072</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/16ecfd150ff1982f03d207a80a82e934d1013874">16ecfd1</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Do not inhibit the dead code elimination. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8543">#8543</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/ca2493f43c299bbaed5f7e5b70f66cc763ff9802">ca2493f</a>)</li> <li><strong>storage:</strong> Set flush and get_state to false on the last write in gRPC (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9013">#9013</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/c1e9fe5f4166a71e55814ccf126926ec0e0e7945">c1e9fe5</a>)</li> </ul> <h2>pubsub: v1.36.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.35.0...pubsub/v1.36.0">1.36.0</a> (2024-01-26)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> Add <code>ingestion_data_source_settings</code> field to <code>Topic</code> (<a href="https://github.com/googleapis/google-cloud-go/commit/97d62c7a6a305c47670ea9c147edc444f4bf8620">97d62c7</a>)</li> <li><strong>pubsub:</strong> Add enforce_in_transit fields and optional annotations (<a href="https://github.com/googleapis/google-cloud-go/commit/97d62c7a6a305c47670ea9c147edc444f4bf8620">97d62c7</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> Move flow control release to callback completion (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9311">#9311</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/2b6b0da48517fd0b682077b0fdf6f6a8f162910b">2b6b0da</a>)</li> </ul> <h2>storage: v1.35.1</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.0...storage/v1.35.1">1.35.1</a> (2023-11-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Rename aux.go to auxiliary.go fixing windows build (<a href="https://github.com/googleapis/google-cloud-go/commit/ba23673da7707c31292e4aa29d65b7ac1446d4a6">ba23673</a>)</li> </ul> <h2>storage: v1.35.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.34.1...storage/v1.35.0">1.35.0</a> (2023-11-09)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Change gRPC writes to use bi-directional streams (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8930">#8930</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/3e23a364b1a20c4fda7aef257e4136586ec769a4">3e23a36</a>)</li> </ul> <h2>pubsub: v1.35.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.34.0...pubsub/v1.35.0">1.35.0</a> (2024-01-25)</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d39c8a89af5864b2e8280bfc4517269e18d00c96"><code>d39c8a8</code></a> chore(main): release pubsub 1.36.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9313">#9313</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2b6b0da48517fd0b682077b0fdf6f6a8f162910b"><code>2b6b0da</code></a> fix(pubsub): move flow control release to callback completion (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9311">#9311</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/97d62c7a6a305c47670ea9c147edc444f4bf8620"><code>97d62c7</code></a> docs(maps/fleetengine): update comment on Waypoint (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9291">#9291</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/10c82609951329526f164a7ec4dd766eb8293382"><code>10c8260</code></a> chore(internal/gapicgen/git): run gofmt (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9307">#9307</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ac16144215f844294c29063776f2f116e14ecebb"><code>ac16144</code></a> chore(main): release pubsub 1.35.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9300">#9300</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/49231bf3d1e96cfa91d72085391ee19fca16ef0a"><code>49231bf</code></a> feat(pubsub): support message filtering in pstest (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9015">#9015</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/cc98509fc7961e3d3619b837d13e69f9621386e8"><code>cc98509</code></a> fix(bigquery): support more timestamp formats for query param (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9236">#9236</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/929d817013d07cfbc062bb408916f29a7da98868"><code>929d817</code></a> chore(internal/gapicgen/git): fix TestFormatChanges (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9296">#9296</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c08446ea0467a890230962093daebe81f1b7656b"><code>c08446e</code></a> chore(main): release storage 1.37.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9234">#9234</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b15a7b86d1c34ff0f272f067b3357e863d97c222"><code>b15a7b8</code></a> chore(logging): Adding partners as owners (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9293">#9293</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.34.0...pubsub/v1.36.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.34.0&new-version=1.36.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:34:57 +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#1517
No description provided.