[PR #1094] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.28.0 to 1.29.0 #1190

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 611be60 build(deps): bump cloud.google.com/go/pubsub from 1.28.0 to 1.29.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.28.0 to 1.29.0.

Release notes

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

pubsub: v1.29.0

1.29.0 (2023-03-13)

Features

  • pubsub: Add google.api.method.signature to update methods (aeb6fec)
  • pubsub: Add REST client (06a54a1)
  • pubsub: Add schema evolution methods and fields (ee41485)
  • pubsub: Add support for schema revisions (#7295) (369b16f)
  • pubsub: Add temporary_failed_ack_ids to ModifyAckDeadlineConfirmation (aeb6fec)
  • pubsub: Make INTERNAL a retryable error for Pull (aeb6fec)

Bug Fixes

  • pubsub/pstest: Fix panic on undelivered message (#7377) (98dd29d)
  • pubsub: Allow updating topic schema fields individually (#7362) (f09e059)
  • pubsub: Dont compare revision fields in schema config test (#7317) (e364f7a)
  • pubsub: Fix bug with AckWithResult with exactly once disabled (#7319) (c88fbdf)
  • pubsub: Pipe revision ID in name in DeleteSchemaRevision (#7519) (e211635)

Documentation

  • pubsub: Add x-ref for ordering messages docs: Clarify subscription expiration policy (aeb6fec)
  • pubsub: Clarify BigQueryConfig PERMISSION_DENIED state (aeb6fec)
  • pubsub: Clarify subscription description (aeb6fec)
  • pubsub: Mark revision_id in CommitSchemaRevisionRequest deprecated (2fef56f)
  • pubsub: Replacing HTML code with Markdown docs: Fix PullResponse description docs: Fix Pull description (aeb6fec)
  • pubsub: Update Pub/Sub topic retention limit from 7 days to 31 days (aeb6fec)

dialogflow: v1.29.0

1.29.0 (2023-02-16)

Features

  • dialogflow: Start generating proto stubs (970d763)
Commits
  • 3868b6c chore(main): release pubsub 1.29.0 (#7312)
  • ae38ff1 feat(security/privateca): remove apiv1beta1 (#7539)
  • a7fc1d5 chore(talent): update copyright year in the generated protos (#7541)
  • d4931e9 chore(talent): update copyright year in the generated protos (#7540)
  • 0df63fc docs(dialogflow/cx): clarified wording around quota usage (#7538)
  • c2718fd build(spanner): configure integration tests against devel & staging environme...
  • 9c61215 feat(spanner/spansql): support grant/revoke view, change stream, table functi...
  • 88d3eda chore(storage): reenable some skipped Bucket tests (#7528)
  • e211635 fix(pubsub): pipe revision ID in name in DeleteSchemaRevision (#7519)
  • 1e821bd refactor: switch from syntax to presence checks (#7532)
  • 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 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/1094 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/14/2023 **Status:** ✅ Merged **Merged:** 3/15/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.29.0` --- ### 📝 Commits (1) - [`611be60`](https://github.com/fsouza/fake-gcs-server/commit/611be606b31c9a621af46750ea101d379db5aaaf) build(deps): bump cloud.google.com/go/pubsub from 1.28.0 to 1.29.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.28.0 to 1.29.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.29.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.28.0...pubsub/v1.29.0">1.29.0</a> (2023-03-13)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> Add google.api.method.signature to update methods (<a href="https://github.com/googleapis/google-cloud-go/commit/aeb6fecc7fd3f088ff461a0c068ceb9a7ae7b2a3">aeb6fec</a>)</li> <li><strong>pubsub:</strong> Add REST client (<a href="https://github.com/googleapis/google-cloud-go/commit/06a54a16a5866cce966547c51e203b9e09a25bc0">06a54a1</a>)</li> <li><strong>pubsub:</strong> Add schema evolution methods and fields (<a href="https://github.com/googleapis/google-cloud-go/commit/ee41485860bcbbd09ce4e28ee6ddca81a5f17211">ee41485</a>)</li> <li><strong>pubsub:</strong> Add support for schema revisions (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7295">#7295</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/369b16f9525f9ac9a0811c66ce61eda9f6c566e4">369b16f</a>)</li> <li><strong>pubsub:</strong> Add temporary_failed_ack_ids to ModifyAckDeadlineConfirmation (<a href="https://github.com/googleapis/google-cloud-go/commit/aeb6fecc7fd3f088ff461a0c068ceb9a7ae7b2a3">aeb6fec</a>)</li> <li><strong>pubsub:</strong> Make INTERNAL a retryable error for Pull (<a href="https://github.com/googleapis/google-cloud-go/commit/aeb6fecc7fd3f088ff461a0c068ceb9a7ae7b2a3">aeb6fec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub/pstest:</strong> Fix panic on undelivered message (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7377">#7377</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/98dd29d372073605145f78f08205a9786c698881">98dd29d</a>)</li> <li><strong>pubsub:</strong> Allow updating topic schema fields individually (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7362">#7362</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/f09e059e3203de5294648d7434d5e65626a6dff5">f09e059</a>)</li> <li><strong>pubsub:</strong> Dont compare revision fields in schema config test (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7317">#7317</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/e364f7abfe3ec8fc20db78abcdaeaaf27d19269c">e364f7a</a>)</li> <li><strong>pubsub:</strong> Fix bug with AckWithResult with exactly once disabled (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7319">#7319</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/c88fbdf299205e8118b347430cf66540ffa68b27">c88fbdf</a>)</li> <li><strong>pubsub:</strong> Pipe revision ID in name in DeleteSchemaRevision (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7519">#7519</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/e211635216e553a9a6b00f9e8f2c5d2082ff68a8">e211635</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>pubsub:</strong> Add x-ref for ordering messages docs: Clarify subscription expiration policy (<a href="https://github.com/googleapis/google-cloud-go/commit/aeb6fecc7fd3f088ff461a0c068ceb9a7ae7b2a3">aeb6fec</a>)</li> <li><strong>pubsub:</strong> Clarify BigQueryConfig PERMISSION_DENIED state (<a href="https://github.com/googleapis/google-cloud-go/commit/aeb6fecc7fd3f088ff461a0c068ceb9a7ae7b2a3">aeb6fec</a>)</li> <li><strong>pubsub:</strong> Clarify subscription description (<a href="https://github.com/googleapis/google-cloud-go/commit/aeb6fecc7fd3f088ff461a0c068ceb9a7ae7b2a3">aeb6fec</a>)</li> <li><strong>pubsub:</strong> Mark revision_id in CommitSchemaRevisionRequest deprecated (<a href="https://github.com/googleapis/google-cloud-go/commit/2fef56f75a63dc4ff6e0eea56c7b26d4831c8e27">2fef56f</a>)</li> <li><strong>pubsub:</strong> Replacing HTML code with Markdown docs: Fix PullResponse description docs: Fix Pull description (<a href="https://github.com/googleapis/google-cloud-go/commit/aeb6fecc7fd3f088ff461a0c068ceb9a7ae7b2a3">aeb6fec</a>)</li> <li><strong>pubsub:</strong> Update Pub/Sub topic retention limit from 7 days to 31 days (<a href="https://github.com/googleapis/google-cloud-go/commit/aeb6fecc7fd3f088ff461a0c068ceb9a7ae7b2a3">aeb6fec</a>)</li> </ul> <h2>dialogflow: v1.29.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.28.0...dialogflow/v1.29.0">1.29.0</a> (2023-02-16)</h2> <h3>Features</h3> <ul> <li><strong>dialogflow:</strong> Start generating proto stubs (<a href="https://github.com/googleapis/google-cloud-go/commit/970d763531b54b2bc75d7ff26a20b6e05150cab8">970d763</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3868b6c7b13b9361c28319f522d364d21e98ca1b"><code>3868b6c</code></a> chore(main): release pubsub 1.29.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7312">#7312</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ae38ff1eda235f6d8d9013c580d458f2f2ef451f"><code>ae38ff1</code></a> feat(security/privateca): remove apiv1beta1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7539">#7539</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a7fc1d54172d24f1ef7fc89e1d6f415d1643b985"><code>a7fc1d5</code></a> chore(talent): update copyright year in the generated protos (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7541">#7541</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d4931e9d78fe77d3355c4eec8a45477a5ee50107"><code>d4931e9</code></a> chore(talent): update copyright year in the generated protos (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7540">#7540</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0df63fc5f08a7efd0b4a55a3bb45deaa7bfee0a3"><code>0df63fc</code></a> docs(dialogflow/cx): clarified wording around quota usage (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7538">#7538</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c2718fd992f5b0dba190388a82785f91dd183806"><code>c2718fd</code></a> build(spanner): configure integration tests against devel &amp; staging environme...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9c612159647d540e694ec9e84cab5cdd1c94d2b8"><code>9c61215</code></a> feat(spanner/spansql): support grant/revoke view, change stream, table functi...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/88d3eda7124f9f3aa6e6b0c9350545b04d85b865"><code>88d3eda</code></a> chore(storage): reenable some skipped Bucket tests (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7528">#7528</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e211635216e553a9a6b00f9e8f2c5d2082ff68a8"><code>e211635</code></a> fix(pubsub): pipe revision ID in name in DeleteSchemaRevision (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7519">#7519</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1e821bd635cdf40f3c08319807460e27609baa93"><code>1e821bd</code></a> refactor: switch from syntax to presence checks (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7532">#7532</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.28.0...pubsub/v1.29.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.28.0&new-version=1.29.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 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:33:28 +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#1190
No description provided.