[PR #1668] [CLOSED] Bump cloud.google.com/go/storage from 1.42.0 to 1.43.0 #1709

Closed
opened 2026-03-03 12:35:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1668
Author: @dependabot[bot]
Created: 7/4/2024
Status: Closed

Base: mainHead: dependabot/go_modules/cloud.google.com/go/storage-1.43.0


📝 Commits (1)

  • 1f02a00 Bump cloud.google.com/go/storage from 1.42.0 to 1.43.0

📊 Changes

2 files changed (+23 additions, -25 deletions)

View changed files

📝 go.mod (+7 -7)
📝 go.sum (+16 -18)

📄 Description

Bumps cloud.google.com/go/storage from 1.42.0 to 1.43.0.

Release notes

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

storage: v1.43.0

1.43.0 (2024-07-03)

Features

  • storage/transfermanager: Add DownloadDirectory (#10430) (0d0e5dd)
  • storage/transfermanager: Automatically shard downloads (#10379) (05816f9)

Bug Fixes

Documentation

  • storage/control: Remove allowlist note from Folders RPCs (d6c543c)
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/1668 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.43.0` --- ### 📝 Commits (1) - [`1f02a00`](https://github.com/fsouza/fake-gcs-server/commit/1f02a0006f931aabeb08431c7f6507dc0c56232e) Bump cloud.google.com/go/storage from 1.42.0 to 1.43.0 ### 📊 Changes **2 files changed** (+23 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+7 -7) 📝 `go.sum` (+16 -18) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.42.0 to 1.43.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/storage's releases</a>.</em></p> <blockquote> <h2>storage: v1.43.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.42.0...storage/v1.43.0">1.43.0</a> (2024-07-03)</h2> <h3>Features</h3> <ul> <li><strong>storage/transfermanager:</strong> Add DownloadDirectory (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10430">#10430</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/0d0e5dd5214769cc2c197991c2ece1303bd600de">0d0e5dd</a>)</li> <li><strong>storage/transfermanager:</strong> Automatically shard downloads (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10379">#10379</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/05816f9fafd3132c371da37f3a879bb9e8e7e604">05816f9</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage/transfermanager:</strong> WaitAndClose waits for Callbacks to finish (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10504">#10504</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/0e81002b3a5e560c874d814d28a35a102311d9ef">0e81002</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10502">#10502</a></li> <li><strong>storage:</strong> Allow empty soft delete on Create (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10394">#10394</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/d8bd2c1ffc4f27503a74ded438d8bfbdd7707c63">d8bd2c1</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10380">#10380</a></li> <li><strong>storage:</strong> Bump google.golang.org/api@v0.187.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b">8fa9e39</a>)</li> <li><strong>storage:</strong> Retry broken pipe error (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10374">#10374</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/2f4daa11acf9d3f260fa888333090359c4d9198e">2f4daa1</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9178">#9178</a></li> </ul> <h3>Documentation</h3> <ul> <li><strong>storage/control:</strong> Remove allowlist note from Folders RPCs (<a href="https://github.com/googleapis/google-cloud-go/commit/d6c543c3969016c63e158a862fc173dff60fb8d9">d6c543c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/fdccf3fc5a1a2b6805edaac3fbe38c575aaeb165"><code>fdccf3f</code></a> chore(main): release spanner 1.43.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7212">#7212</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e2bb9477aafaeae6494a7a5e96604b8cf3d71b48"><code>e2bb947</code></a> chore(main): release 0.109.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7226">#7226</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/77376969a4898378f02052cf8b0b2dd0f81ae588"><code>7737696</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7243">#7243</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9018b8398889167e5d91a21f62cb271ed250d814"><code>9018b83</code></a> refactor: simplify options, instrumentation for multiplexing (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7257">#7257</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/edf3c243df09533ff1b182e480ba02a6cad925b4"><code>edf3c24</code></a> chore: fix postprocessor pathing and branch issues (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7270">#7270</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5bd944dd976df14f4fce085737773f30775b0f3c"><code>5bd944d</code></a> chore(internal/postprocessor): reduce OwlBot scope (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7269">#7269</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b3715585aa6892fc41a29027694c72f31390441a"><code>b371558</code></a> fix(bigquery): create/update an isolated dataset for collation feature (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7256">#7256</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ecf14d4438f380c570a08c75cc5365d834e9b5db"><code>ecf14d4</code></a> chore: new owl bot post processor docker image (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7258">#7258</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6f72b3c82efb9593a548f8e8930be11d2d20931e"><code>6f72b3c</code></a> chore(internal): fixups for postprocessor (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7239">#7239</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/4f82b6c30167a1bd862938f2a43b3a577f9e17a9"><code>4f82b6c</code></a> chore: update docker digest (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7250">#7250</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.42.0...spanner/v1.43.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/storage&package-manager=go_modules&previous-version=1.42.0&new-version=1.43.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:35:50 +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#1709
No description provided.