[PR #1774] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.43.0 to 1.44.0 #1803

Closed
opened 2026-03-03 12:36:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • d6f140a build(deps): bump cloud.google.com/go/pubsub from 1.43.0 to 1.44.0

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+4 -4)

📄 Description

Bumps cloud.google.com/go/pubsub from 1.43.0 to 1.44.0.

Release notes

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

storage: v1.44.0

1.44.0 (2024-10-03)

Features

  • storage/dataflux: Add dataflux interface (#10748) (cb7b0a1)
  • storage/dataflux: Add range_splitter #10748 (#10899) (d49da26)
  • storage/dataflux: Add worksteal algorithm to fast-listing (#10913) (015b52c)
  • storage/internal: Add managed folder to testIamPermissions method (2f0aec8)
  • storage/transfermanager: Add option to StripPrefix on directory download (#10894) (607534c)
  • storage/transfermanager: Add SkipIfExists option (#10893) (7daa1bd)
  • storage/transfermanager: Checksum full object downloads (#10569) (c366c90)
  • storage: Add direct google access side-effect imports by default (#10757) (9ad8324)
  • storage: Add full object checksum to reader.Attrs (#10538) (245d2ea)
  • storage: Add support for Go 1.23 iterators (84461c0)
  • storage: Add update time in bucketAttrs (#10710) (5f06ae1), refs #9361
  • storage: GA gRPC client (#10859) (c7a55a2)
  • storage: Introduce gRPC client-side metrics (#10639) (437bcb1)
  • storage: Support IncludeFoldersAsPrefixes for gRPC (#10767) (65bcc59)

Bug Fixes

  • storage/transfermanager: Correct Attrs.StartOffset for sharded downloads (#10512) (01a5cbb)
  • storage: Add retryalways policy to encryption test (#10644) (59cfd12), refs #10567
  • storage: Add unknown host to retriable errors (#10619) (4ec0452)
  • storage: Bump dependencies (2ddeb15)
  • storage: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)
  • storage: Check for grpc NotFound error in HMAC test (#10645) (3c8e88a)
  • storage: Disable grpc metrics using emulator (#10870) (35ad73d)
  • storage: Retry gRPC DEADLINE_EXCEEDED errors (#10635) (0018415)
  • storage: Update dependencies (257c40b)
  • storage: Update google.golang.org/api to v0.191.0 (5b32644)

Performance Improvements

Documentation

  • storage/internal: Clarify possible objectAccessControl roles (2f0aec8)
  • storage/internal: Update dual-region bucket link (2f0aec8)

pubsub: v1.44.0

1.44.0 (2024-10-08)

... (truncated)

Commits

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/1774 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.44.0` --- ### 📝 Commits (1) - [`d6f140a`](https://github.com/fsouza/fake-gcs-server/commit/d6f140a4b3c3546e925ba3263a509f8394db110c) build(deps): bump cloud.google.com/go/pubsub from 1.43.0 to 1.44.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.43.0 to 1.44.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.44.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.43.0...storage/v1.44.0">1.44.0</a> (2024-10-03)</h2> <h3>Features</h3> <ul> <li><strong>storage/dataflux:</strong> Add dataflux interface (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10748">#10748</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/cb7b0a1b285de9d4182155a123747419232dd35f">cb7b0a1</a>)</li> <li><strong>storage/dataflux:</strong> Add range_splitter <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10748">#10748</a> (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10899">#10899</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/d49da26be7dc52fad37c392c2876f62b1a5625a2">d49da26</a>)</li> <li><strong>storage/dataflux:</strong> Add worksteal algorithm to fast-listing (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10913">#10913</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/015b52c345df75408be3edcfda96d37145794f9f">015b52c</a>)</li> <li><strong>storage/internal:</strong> Add managed folder to testIamPermissions method (<a href="https://github.com/googleapis/google-cloud-go/commit/2f0aec894179304d234be6c792d82cf4336b6d0a">2f0aec8</a>)</li> <li><strong>storage/transfermanager:</strong> Add option to StripPrefix on directory download (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10894">#10894</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/607534cdd5edf2d15d3de891cf6a0b6cbaa7d545">607534c</a>)</li> <li><strong>storage/transfermanager:</strong> Add SkipIfExists option (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10893">#10893</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/7daa1bdc78844adac80f6378b1f6f2dd415b80a8">7daa1bd</a>)</li> <li><strong>storage/transfermanager:</strong> Checksum full object downloads (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10569">#10569</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/c366c908534ef09442f1f3e8a4f74bd545a474fb">c366c90</a>)</li> <li><strong>storage:</strong> Add direct google access side-effect imports by default (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10757">#10757</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/9ad83248a7049c82580bc45d9685c329811bce88">9ad8324</a>)</li> <li><strong>storage:</strong> Add full object checksum to reader.Attrs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10538">#10538</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/245d2eaddb4862da7c8d1892d5d462bf390adb2b">245d2ea</a>)</li> <li><strong>storage:</strong> Add support for Go 1.23 iterators (<a href="https://github.com/googleapis/google-cloud-go/commit/84461c0ba464ec2f951987ba60030e37c8a8fc18">84461c0</a>)</li> <li><strong>storage:</strong> Add update time in bucketAttrs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10710">#10710</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/5f06ae1a331c46ded47c96c205b3f1be92d64d29">5f06ae1</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9361">#9361</a></li> <li><strong>storage:</strong> GA gRPC client (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10859">#10859</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/c7a55a26c645905317fe27505d503c338f50ee34">c7a55a2</a>)</li> <li><strong>storage:</strong> Introduce gRPC client-side metrics (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10639">#10639</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/437bcb1e0b514959648eed36ba3963aa4fbeffc8">437bcb1</a>)</li> <li><strong>storage:</strong> Support IncludeFoldersAsPrefixes for gRPC (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10767">#10767</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/65bcc59a6c0753f8fbd66c8792bc69300e95ec62">65bcc59</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage/transfermanager:</strong> Correct Attrs.StartOffset for sharded downloads (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10512">#10512</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/01a5cbba6d9d9f425f045b58fa16d8c85804c29c">01a5cbb</a>)</li> <li><strong>storage:</strong> Add retryalways policy to encryption test (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10644">#10644</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/59cfd12ce5650279c99787da4a273db1e3253c76">59cfd12</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10567">#10567</a></li> <li><strong>storage:</strong> Add unknown host to retriable errors (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10619">#10619</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/4ec0452a393341b1036ac6e1e7287843f097d978">4ec0452</a>)</li> <li><strong>storage:</strong> Bump dependencies (<a href="https://github.com/googleapis/google-cloud-go/commit/2ddeb1544a53188a7592046b98913982f1b0cf04">2ddeb15</a>)</li> <li><strong>storage:</strong> Bump google.golang.org/grpc@v1.64.1 (<a href="https://github.com/googleapis/google-cloud-go/commit/8ecc4e9622e5bbe9b90384d5848ab816027226c5">8ecc4e9</a>)</li> <li><strong>storage:</strong> Check for grpc NotFound error in HMAC test (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10645">#10645</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/3c8e88a085bab3142dfff6ef9a8e49c29a5c877d">3c8e88a</a>)</li> <li><strong>storage:</strong> Disable grpc metrics using emulator (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10870">#10870</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/35ad73d3be5485ac592e2ef1ea6c0854f1eff4a0">35ad73d</a>)</li> <li><strong>storage:</strong> Retry gRPC DEADLINE_EXCEEDED errors (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10635">#10635</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/0018415295a5fd964b923db6a4785e9eed46a2e2">0018415</a>)</li> <li><strong>storage:</strong> Update dependencies (<a href="https://github.com/googleapis/google-cloud-go/commit/257c40bd6d7e59730017cf32bda8823d7a232758">257c40b</a>)</li> <li><strong>storage:</strong> Update google.golang.org/api to v0.191.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/5b32644eb82eb6bd6021f80b4fad471c60fb9d73">5b32644</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>storage:</strong> GRPC zerocopy codec (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10888">#10888</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/aeba28ffffcd82ac5540e45247112bdacc5c530d">aeba28f</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>storage/internal:</strong> Clarify possible objectAccessControl roles (<a href="https://github.com/googleapis/google-cloud-go/commit/2f0aec894179304d234be6c792d82cf4336b6d0a">2f0aec8</a>)</li> <li><strong>storage/internal:</strong> Update dual-region bucket link (<a href="https://github.com/googleapis/google-cloud-go/commit/2f0aec894179304d234be6c792d82cf4336b6d0a">2f0aec8</a>)</li> </ul> <h2>pubsub: v1.44.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.43.0...pubsub/v1.44.0">1.44.0</a> (2024-10-08)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/de566700a2bca081fa374ee8f99cdfe385f171d9"><code>de56670</code></a> chore(main): release pubsub 1.44.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10850">#10850</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0f0bf2d18c97dd8b65bcf0099f0802b5631c6287"><code>0f0bf2d</code></a> fix(auth): try talk to plaintext S2A if credentials can not be found for mTLS...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1a116759ce0d25fdcb5776bf73c52408ae1ec985"><code>1a11675</code></a> feat(pubsub): add support for cloud storage ingestion topics (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10959">#10959</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3377a3c709b66e14ff02e564014fedc231f5d25a"><code>3377a3c</code></a> test(auth): use the same now when checking tokenstate (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10952">#10952</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e7c85acc80a82299545c264287b45dbbf7dc269c"><code>e7c85ac</code></a> chore(main): release spanner 1.69.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10928">#10928</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6b433e0251b09c616170558ec61c57f46c8e4082"><code>6b433e0</code></a> chore(main): release storage 1.44.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10522">#10522</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/aeba28ffffcd82ac5540e45247112bdacc5c530d"><code>aeba28f</code></a> perf(storage): gRPC zerocopy codec (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10888">#10888</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c7a55a26c645905317fe27505d503c338f50ee34"><code>c7a55a2</code></a> feat(storage): GA gRPC client (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10859">#10859</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9e964ddc01a54819f25435cfcc9d5b37c91f5a1d"><code>9e964dd</code></a> perf(spanner): use passthrough with emulator endpoint (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10947">#10947</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c67f964de364808c02085dda61fa53e2b2fda850"><code>c67f964</code></a> fix(spanner): handle errors (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10943">#10943</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.43.0...pubsub/v1.44.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.43.0&new-version=1.44.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:36:17 +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#1803
No description provided.