[PR #2106] [CLOSED] build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.59.0 #2101

Closed
opened 2026-03-03 13:29:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/2106
Author: @dependabot[bot]
Created: 1/9/2026
Status: Closed

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


📝 Commits (1)

  • 190a3fa build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.59.0

📊 Changes

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

View changed files

📝 go.mod (+24 -24)
📝 go.sum (+56 -56)

📄 Description

Bumps cloud.google.com/go/storage from 1.57.0 to 1.59.0.

Release notes

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

storage 1.59.0

1.59.0 (2026-01-09)

Features

  • add default checksums for appendable writer (excludes appendable takeover writer) (#13379) (647baf32)

Bug Fixes

  • refactor MultiRangeDownloader to resolve deadlock and race conditions (#13524) (1cfd100

storage 1.58.0

1.58.0 (2025-12-03)

Features

  • add object contexts in Go GCS SDK (#13390) (079c4d96)

  • calculate crc32c by default and pass checksum in trailing and per-chunk request (#13205) (2ab1c778)

  • add support for partial success in ListBuckets (#13320) (d91e47f2)

Bug Fixes

storage 1.57.2

1.57.2 (2025-11-14)

Features

Bug Fixes

Documentation

  • updates to docs and docs formatting (PiperOrigin-RevId: 828488192) (93ca68d5)

storage: v1.57.1

1.57.1 (2025-10-28)

Bug Fixes

... (truncated)

Changelog

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

Changes

0.123.0 (2025-09-18)

Features

  • internal/stategen: Populate the latest googleapis commit (#12880) (7b017a0)
  • librariangen: Implement the build command (#12817) (14734c8)

Bug Fixes

  • internal/librariangen: Add link to source commit in release notes (#12881) (1c06cc6)
  • internal/librariangen: Fix CHANGES.md headers (#12849) (baf515d)
  • internal/librariangen: Remove go mod init/tidy from postprocessor (#12832) (1fe506a)
  • internal/librariangen: Test for error path with flags (#12830) (f0da7b2)
  • internal/postprocessor: Add dlp to skip-module-scan-paths (#12857) (45a7d9b)
  • librariangen: Honor original container contract (#12846) (71c8fd3)
  • librariangen: Improvements to release-init (#12842) (0db677a)
  • stategen: Specify an appropriate tag format for google-cloud-go (#12835) (ffcff33)

0.122.0 (2025-09-04)

Features

  • internal/librariangen: Add release-init command (#12751) (52e84cc)

Bug Fixes

  • internal/godocfx: Better support for v2 modules (#12797) (4bc8785)
  • internal/godocfx: Module detection when tidy errors (#12801) (83d46cd)
  • internal/librariangen: Fix goimports errors (#12765) (83bdaa4)

0.121.6 (2025-08-14)

Bug Fixes

  • internal/librariangen: Fix Dockerfile permissions for go mod tidy (#12704) (0e70a0b)

0.121.5 (2025-08-12)

Bug Fixes

... (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/2106 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/9/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.59.0` --- ### 📝 Commits (1) - [`190a3fa`](https://github.com/fsouza/fake-gcs-server/commit/190a3fab9975bfb031c7411c2b4e10892c37b3e1) build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.59.0 ### 📊 Changes **2 files changed** (+80 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+24 -24) 📝 `go.sum` (+56 -56) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.57.0 to 1.59.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 1.59.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.58.0...storage/v1.59.0">1.59.0</a> (2026-01-09)</h2> <h3>Features</h3> <ul> <li>add default checksums for appendable writer (excludes appendable takeover writer) (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13379">#13379</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/647baf32">647baf32</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>refactor MultiRangeDownloader to resolve deadlock and race conditions (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13524">#13524</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/1cfd10089f206bca0bdcef1e873574b552ae6abb">1cfd100</a></li> </ul> <h2>storage 1.58.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.57.2...storage/v1.58.0">1.58.0</a> (2025-12-03)</h2> <h3>Features</h3> <ul> <li> <p>add object contexts in Go GCS SDK (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13390">#13390</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/079c4d96">079c4d96</a>)</p> </li> <li> <p>calculate crc32c by default and pass checksum in trailing and per-chunk request (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13205">#13205</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/2ab1c778">2ab1c778</a>)</p> </li> <li> <p>add support for partial success in ListBuckets (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13320">#13320</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/d91e47f2">d91e47f2</a>)</p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li>omit empty filter in http list object request (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13434">#13434</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/377eb13b">377eb13b</a>)</li> </ul> <h2>storage 1.57.2</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.57.1...storage/v1.57.2">1.57.2</a> (2025-11-14)</h2> <h3>Features</h3> <h3>Bug Fixes</h3> <ul> <li> <p>Handle redirect on takeover. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13354">#13354</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b0f13626">b0f13626</a>)</p> </li> <li> <p>add env var to allow disabling bound token (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13236">#13236</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/cdaf6a6d">cdaf6a6d</a>)</p> </li> </ul> <h3>Documentation</h3> <ul> <li>updates to docs and docs formatting (PiperOrigin-RevId: 828488192) (<a href="https://github.com/googleapis/google-cloud-go/commit/93ca68d5">93ca68d5</a>)</li> </ul> <h2>storage: v1.57.1</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.57.0...storage/v1.57.1">1.57.1</a> (2025-10-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Takeover idempotence. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13230">#13230</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/cc5d2a12293a509a14da9bea8a86c8655eaf4a71">cc5d2a1</a>)</li> <li><strong>storage:</strong> Copy metadata when using Copier with grpc (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12919">#12919</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/57a2e804f690ec8d4c55fd1c73b0dafd5cff46e5">57a2e80</a>)</li> <li><strong>storage:</strong> Fix takeover response handling. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13239">#13239</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/26d75bc08e242348d26691877aba7fa68cf30f7f">26d75bc</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md">cloud.google.com/go/storage's changelog</a>.</em></p> <blockquote> <h1>Changes</h1> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/v0.122.0...v0.123.0">0.123.0</a> (2025-09-18)</h2> <h3>Features</h3> <ul> <li><strong>internal/stategen:</strong> Populate the latest googleapis commit (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12880">#12880</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/7b017a083ddd322b21faf413a329ba870a98db96">7b017a0</a>)</li> <li><strong>librariangen:</strong> Implement the build command (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12817">#12817</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/14734c875103f97748857b9b0472fd0b2658663f">14734c8</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>internal/librariangen:</strong> Add link to source commit in release notes (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12881">#12881</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/1c06cc6109a84941c367896575b187b79befc3af">1c06cc6</a>)</li> <li><strong>internal/librariangen:</strong> Fix CHANGES.md headers (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12849">#12849</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/baf515dfe0d94f36c9dc232f6b55e9828b268eb0">baf515d</a>)</li> <li><strong>internal/librariangen:</strong> Remove go mod init/tidy from postprocessor (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12832">#12832</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/1fe506a37e68497b6da4587d409b79e7b4d2a113">1fe506a</a>)</li> <li><strong>internal/librariangen:</strong> Test for error path with flags (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12830">#12830</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/f0da7b22488b4d9f6232d227d3e196d8d2b92858">f0da7b2</a>)</li> <li><strong>internal/postprocessor:</strong> Add dlp to skip-module-scan-paths (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12857">#12857</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/45a7d9b4b9083d1bcaca89c3d86878ba77c230e3">45a7d9b</a>)</li> <li><strong>librariangen:</strong> Honor original container contract (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12846">#12846</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/71c8fd368667f74426aa31b6c50def8151482480">71c8fd3</a>)</li> <li><strong>librariangen:</strong> Improvements to release-init (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12842">#12842</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/0db677a93fe16b9a62bb69a3cea7bc45d5aaec36">0db677a</a>)</li> <li><strong>stategen:</strong> Specify an appropriate tag format for google-cloud-go (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12835">#12835</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/ffcff33a0c3fad720a31083672c4cf2498af719f">ffcff33</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/v0.121.6...v0.122.0">0.122.0</a> (2025-09-04)</h2> <h3>Features</h3> <ul> <li><strong>internal/librariangen:</strong> Add release-init command (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12751">#12751</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/52e84cc9a11077eb3c50a0b5fc9aa26361d63b47">52e84cc</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>internal/godocfx:</strong> Better support for v2 modules (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12797">#12797</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/4bc878597a5e6bd97cf3ee2174f6df7fbdd2d47b">4bc8785</a>)</li> <li><strong>internal/godocfx:</strong> Module detection when tidy errors (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12801">#12801</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/83d46cdc5ed7cfbb94038e7fa1f787adfe532c74">83d46cd</a>)</li> <li><strong>internal/librariangen:</strong> Fix goimports errors (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12765">#12765</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/83bdaa4ce4e42f8b4a29e2055fc4894d8c6b1e2c">83bdaa4</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/v0.121.5...v0.121.6">0.121.6</a> (2025-08-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>internal/librariangen:</strong> Fix Dockerfile permissions for go mod tidy (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12704">#12704</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/0e70a0b6afccc016c67337f340e2755fe7a476ca">0e70a0b</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/v0.121.4...v0.121.5">0.121.5</a> (2025-08-12)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/51091541327b2e0233ddc1b0d42ae720f8b026dc"><code>5109154</code></a> chore(main): release spanner 1.59.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9527">#9527</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f79959722352ead48bfb3efb3001fddd3a56db65"><code>f799597</code></a> fix(spanner): add JSON_PARSE_ARRAY to funcNames slice (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9557">#9557</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/023b8ddd02077aa854907511da634ffb0ba1384e"><code>023b8dd</code></a> chore(internal/postprocessor): process new mods (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9567">#9567</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b6c9ce924448b4b758fc74114fe6c9f258dd3124"><code>b6c9ce9</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9537">#9537</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9d6b29d136cad2dde290b4ca1383c9382eb83b34"><code>9d6b29d</code></a> feat(securitycenter): new client(s) (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9562">#9562</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b8cf40bcf6bd27744ce7f8f970896e68f4313f93"><code>b8cf40b</code></a> feat(apphub): new client(s) (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9564">#9564</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/601f21af3925fa43628739f314112ce4c754b4ce"><code>601f21a</code></a> feat(cloudcontrolspartner): new client(s) (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9563">#9563</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ccfe59970fac372e07202d26c520e36e0b3b9598"><code>ccfe599</code></a> feat(dialogflow): added text sections to the submitted summary (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9538">#9538</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a8781d5bee5161675f66e2dfcc6a1eaa3f7e42d0"><code>a8781d5</code></a> chore(ci): fix post processor config (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9558">#9558</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8589f41599d265d7c3d46a3d86c9fab2329cbdd9"><code>8589f41</code></a> fix(auth): remove content-type header from idms get requests (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9508">#9508</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.57.0...spanner/v1.59.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.57.0&new-version=1.59.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 13:29:46 +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#2101
No description provided.