[PR #708] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.18.0 to 1.19.0 #847

Closed
opened 2026-03-03 12:31:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 634685a build(deps): bump cloud.google.com/go/pubsub from 1.18.0 to 1.19.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.18.0 to 1.19.0.

Release notes

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

pubsub: v1.19.0

1.19.0 (2022-03-07)

Features

  • pubsub: add better version metadata to calls (d1ad921)
  • pubsub: set versionClient to module version (55f0d92)

Bug Fixes

  • pubsub: prevent infinite retry with publishing invalid utf-8 chars (#5728) (0a4dab9)
  • pubsub: removing misspelled field, add correctly spelled field (4a223de)
Commits
  • 2b286d0 chore(main): release pubsub 1.19.0 (#5609)
  • 0a4dab9 fix(pubsub): prevent infinite retry with publishing invalid utf-8 chars (#5728)
  • a0ec5cf chore(storage): stub out grpc/json interfaces with factory methods (#5685)
  • 3f17f9f chore(all): auto-regenerate gapics (#5729)
  • d8343dd feat(certificatemanager): start generating apiv1 (#5727)
  • 7c8e2cd docs(storage): clarify upload checksum docs (#5725)
  • 341e0df fix(internal/gapicgen): add generation of internal/version.go for new client ...
  • 979ae7e chore(all): auto-regenerate gapics (#5723)
  • fb224ba chore(main): release spanner 1.30.0 (#5716)
  • c819ee9 fix(spanner/spansql): support GROUP BY without an aggregation function (#5717)
  • 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/708 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/8/2022 **Status:** ✅ Merged **Merged:** 3/8/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.19.0` --- ### 📝 Commits (1) - [`634685a`](https://github.com/fsouza/fake-gcs-server/commit/634685aa30fc5bb323e629439de1d9c6689ddced) build(deps): bump cloud.google.com/go/pubsub from 1.18.0 to 1.19.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.18.0 to 1.19.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.19.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.18.0...pubsub/v1.19.0">1.19.0</a> (2022-03-07)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> add better version metadata to calls (<a href="https://github.com/googleapis/google-cloud-go/commit/d1ad921d0322e7ce728ca9d255a3cf0437d26add">d1ad921</a>)</li> <li><strong>pubsub:</strong> set versionClient to module version (<a href="https://github.com/googleapis/google-cloud-go/commit/55f0d92bf112f14b024b4ab0076c9875a17423c9">55f0d92</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> prevent infinite retry with publishing invalid utf-8 chars (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5728">#5728</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/0a4dab9043db81342dc41bd496d35fd4a7b08ad5">0a4dab9</a>)</li> <li><strong>pubsub:</strong> removing misspelled field, add correctly spelled field (<a href="https://github.com/googleapis/google-cloud-go/commit/4a223de8eab072d95818c761e41fb3f3f6ac728c">4a223de</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2b286d09f2f0a3369e20c0bf51aa2241521c135c"><code>2b286d0</code></a> chore(main): release pubsub 1.19.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5609">#5609</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0a4dab9043db81342dc41bd496d35fd4a7b08ad5"><code>0a4dab9</code></a> fix(pubsub): prevent infinite retry with publishing invalid utf-8 chars (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5728">#5728</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a0ec5cf93d22daffb56cbb3775152ef0ffa38ecb"><code>a0ec5cf</code></a> chore(storage): stub out grpc/json interfaces with factory methods (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5685">#5685</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3f17f9fb741bc426800ca68f29de66fbc8751df1"><code>3f17f9f</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5729">#5729</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d8343ddb41680214b490b11589ff193c71543b3a"><code>d8343dd</code></a> feat(certificatemanager): start generating apiv1 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5727">#5727</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7c8e2cd5d0a07204d81e2d86634c25332438c43f"><code>7c8e2cd</code></a> docs(storage): clarify upload checksum docs (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5725">#5725</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/341e0df1e44480706180cc5b07c49b3cee904095"><code>341e0df</code></a> fix(internal/gapicgen): add generation of internal/version.go for new client ...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/979ae7e6235d3473cf5a4391e6537953ac70f468"><code>979ae7e</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5723">#5723</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/fb224bab423594dd36f23fdbd877390f99d51dc6"><code>fb224ba</code></a> chore(main): release spanner 1.30.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5716">#5716</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c819ee9ad4695afa31eddcb4bf87764762555cd5"><code>c819ee9</code></a> fix(spanner/spansql): support GROUP BY without an aggregation function (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5717">#5717</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.18.0...pubsub/v1.19.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.18.0&new-version=1.19.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:31:53 +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#847
No description provided.