[PR #1456] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.33.0 to 1.34.0 #1508

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • b44eba7 build(deps): bump cloud.google.com/go/pubsub from 1.33.0 to 1.34.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.33.0 to 1.34.0.

Release notes

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

pubsub: v1.34.0

1.34.0 (2024-01-19)

Features

  • pubsub/pstest: Update max topic retention duration to 31 days (#8605) (d4f90ec)
  • pubsub: Add use_table_schema field to BigQueryConfig (5132d0f)

Bug Fixes

  • pubsub: Add veneer header to sub client (#8608) (04c380d)
  • pubsub: Bump google.golang.org/api to v0.149.0 (8d2ab9f)
  • pubsub: Make retry policy back off more aggressively for RPCs that retry RESOURCE_EXHAUSTD (#8438) (81a33c0)
  • pubsub: Set x-goog-request-params for streaming pull request (#8753) (21ec815)
  • pubsub: Update golang.org/x/net to v0.17.0 (174da47)
  • pubsub: Update grpc-go to v1.56.3 (343cea8)
  • pubsub: Update grpc-go to v1.59.0 (81a97b0)

Documentation

  • pubsub: Clarified where ordering_key will be written if write_metadata is set (327e101)
  • pubsub: Modified some descriptions (e864fbc)
  • pubsub: Update allowed message retention duration by server (#8559) (78c178b)
Commits
  • 2d78f99 chore(main): release pubsub 1.34.0 (#8329)
  • 78c178b docs(pubsub): update allowed message retention duration by server (#8559)
  • 1cf8cf1 chore(pubsub): Remove TODO that is 7 years old and on which no action has bee...
  • 2dd8b3c deps(bigquery): update arrow to v14 (#9238)
  • 514d32d chore(main): release bigquery 1.58.0 (#8966)
  • 802088f feat(spanner): add SelectAll method to decode from Spanner iterator.Rows to g...
  • 00b9900 fix(cloudtasks): remove BufferTask method which cannot be called from client ...
  • e348cc5 feat(storage): add maxAttempts RetryOption (#9215)
  • 2254920 test(storage): update retry conformance tests for dual transports (#8486)
  • 8deb9ab test(bigtable): Return error in correct format from test proxy (#9233)
  • 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/1456 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.34.0` --- ### 📝 Commits (1) - [`b44eba7`](https://github.com/fsouza/fake-gcs-server/commit/b44eba715e00c00b83595a72cf4a4152b4f0656c) build(deps): bump cloud.google.com/go/pubsub from 1.33.0 to 1.34.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.33.0 to 1.34.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.34.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.33.0...pubsub/v1.34.0">1.34.0</a> (2024-01-19)</h2> <h3>Features</h3> <ul> <li><strong>pubsub/pstest:</strong> Update max topic retention duration to 31 days (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8605">#8605</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/d4f90ecfec017071ef4eb42beb4135c825494524">d4f90ec</a>)</li> <li><strong>pubsub:</strong> Add <code>use_table_schema</code> field to BigQueryConfig (<a href="https://github.com/googleapis/google-cloud-go/commit/5132d0fea3a5ac902a2c9eee865241ed4509a5f4">5132d0f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> Add veneer header to sub client (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8608">#8608</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/04c380d84d096d0f5d33ec6caac133b73b49a9df">04c380d</a>)</li> <li><strong>pubsub:</strong> Bump google.golang.org/api to v0.149.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/8d2ab9f320a86c1c0fab90513fc05861561d0880">8d2ab9f</a>)</li> <li><strong>pubsub:</strong> Make retry policy back off more aggressively for RPCs that retry RESOURCE_EXHAUSTD (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8438">#8438</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/81a33c0e11f2f3f94cc13de2ff899f44bc041fd6">81a33c0</a>)</li> <li><strong>pubsub:</strong> Set x-goog-request-params for streaming pull request (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8753">#8753</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/21ec8158d9e3c14082f76a75f182c98253b4273b">21ec815</a>)</li> <li><strong>pubsub:</strong> Update golang.org/x/net to v0.17.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/174da47254fefb12921bbfc65b7829a453af6f5d">174da47</a>)</li> <li><strong>pubsub:</strong> Update grpc-go to v1.56.3 (<a href="https://github.com/googleapis/google-cloud-go/commit/343cea8c43b1e31ae21ad50ad31d3b0b60143f8c">343cea8</a>)</li> <li><strong>pubsub:</strong> Update grpc-go to v1.59.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7">81a97b0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>pubsub:</strong> Clarified where ordering_key will be written if write_metadata is set (<a href="https://github.com/googleapis/google-cloud-go/commit/327e10188a2e22dd7b7e6c12a8cf66729f65974c">327e101</a>)</li> <li><strong>pubsub:</strong> Modified some descriptions (<a href="https://github.com/googleapis/google-cloud-go/commit/e864fbcbc4f0a49dfdb04850b07451074c57edc8">e864fbc</a>)</li> <li><strong>pubsub:</strong> Update allowed message retention duration by server (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8559">#8559</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/78c178b44cd014db38cd65aa6d804705f47c0fba">78c178b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2d78f99ebcee2cad4be64d8c2589068972f1f988"><code>2d78f99</code></a> chore(main): release pubsub 1.34.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8329">#8329</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/78c178b44cd014db38cd65aa6d804705f47c0fba"><code>78c178b</code></a> docs(pubsub): update allowed message retention duration by server (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8559">#8559</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1cf8cf1d32c0f84ff8e4fd388ebcce5f5866bed1"><code>1cf8cf1</code></a> chore(pubsub): Remove TODO that is 7 years old and on which no action has bee...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2dd8b3c5001fa55bb37ab8e47f54684e6d40387c"><code>2dd8b3c</code></a> deps(bigquery): update arrow to v14 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9238">#9238</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/514d32df6b7cedb0f14861989673c372164a4552"><code>514d32d</code></a> chore(main): release bigquery 1.58.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8966">#8966</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/802088f1322752bb9ce9bab1315c3fed6b3a99aa"><code>802088f</code></a> feat(spanner): add SelectAll method to decode from Spanner iterator.Rows to g...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/00b990061592a20a181e61faa6964b45205b76a7"><code>00b9900</code></a> fix(cloudtasks): remove BufferTask method which cannot be called from client ...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e348cc5340e127b530e8ee4664fd995e6f038b2c"><code>e348cc5</code></a> feat(storage): add maxAttempts RetryOption (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9215">#9215</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2254920c1b9408e3e62a1a186ff940e4953e5e98"><code>2254920</code></a> test(storage): update retry conformance tests for dual transports (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8486">#8486</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8deb9ab6ae956536c2f565b95f261d68f61e1606"><code>8deb9ab</code></a> test(bigtable): Return error in correct format from test proxy (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9233">#9233</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.33.0...pubsub/v1.34.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.33.0&new-version=1.34.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:56 +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#1508
No description provided.