[PR #2122] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.59.2 #2117

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/2122
Author: @dependabot[bot]
Created: 1/28/2026
Status: Merged
Merged: 1/31/2026
Merged by: @fsouza

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


📝 Commits (1)

  • 5f8da7b build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.59.2

📊 Changes

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

View changed files

📝 go.mod (+5 -5)
📝 go.sum (+14 -14)

📄 Description

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

Release notes

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

storage 1.59.2

1.59.2 (2026-01-28)

Bug Fixes

  • deadlock in event loop while coordinating channels (#13652) (ff6c8e78)

storage 1.59.1

1.59.1 (2026-01-14)

Bug Fixes

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

... (truncated)

Commits
  • cf3fbcb chore: librarian release pull request: 20260128T111026Z (#13737)
  • ff6c8e7 fix(storage): deadlock in event loop while coordinating channels (#13652)
  • 5cd8007 chore: librarian release pull request: 20260114T061057Z (#13597)
  • 585cd82 feat(firestore): [PQ] add pipeline queries
  • 6752a49 fix: remove mandatory attrs response in MRD (#13585)
  • 1347004 chore: skip failing TestIntegration_WriterAppendEdgeCases (#13586)
  • e7723a0 test(storage): add test for MRD with read handle (#13591)
  • 7e730f1 test(datastore): fix flaky tests (#13587)
  • d23326b chore(spanner): add gorm data type names for PG types (#13584)
  • bc92500 fix: don't update global object's readhandle in MRD (#13575)
  • 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 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/2122 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/28/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.59.2` --- ### 📝 Commits (1) - [`5f8da7b`](https://github.com/fsouza/fake-gcs-server/commit/5f8da7b870c48b7116129c1bdc07c4485b06053d) build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.59.2 ### 📊 Changes **2 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+5 -5) 📝 `go.sum` (+14 -14) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.57.0 to 1.59.2. <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.2</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.59.1...storage/v1.59.2">1.59.2</a> (2026-01-28)</h2> <h3>Bug Fixes</h3> <ul> <li>deadlock in event loop while coordinating channels (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13652">#13652</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/ff6c8e78">ff6c8e78</a>)</li> </ul> <h2>storage 1.59.1</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.59.0...storage/v1.59.1">1.59.1</a> (2026-01-14)</h2> <h3>Bug Fixes</h3> <ul> <li> <p>remove mandatory attrs response in MRD (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13585">#13585</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/6752a496">6752a496</a>)</p> </li> <li> <p>close attrsReady channel when metadata is missing (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13574">#13574</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/712f5627">712f5627</a>)</p> </li> <li> <p>don&amp;<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/39">#39</a>;t update global object&amp;<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/39">#39</a>;s readhandle in MRD (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13575">#13575</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/bc925001">bc925001</a>)</p> </li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/cf3fbcb2ae899fea1c6651bb2fcbc28a2a05a79e"><code>cf3fbcb</code></a> chore: librarian release pull request: 20260128T111026Z (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13737">#13737</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ff6c8e780b2207b154808ba22e3124b68d6b4f7d"><code>ff6c8e7</code></a> fix(storage): deadlock in event loop while coordinating channels (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13652">#13652</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5cd8007d7875f33d9348dfee7c99c2eee538f81a"><code>5cd8007</code></a> chore: librarian release pull request: 20260114T061057Z (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13597">#13597</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/585cd823a9557565b3f427107e6637d2c7a57ef9"><code>585cd82</code></a> feat(firestore): [PQ] add pipeline queries</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6752a496e756c214faf345c302b58ed7593c6017"><code>6752a49</code></a> fix: remove mandatory attrs response in MRD (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13585">#13585</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/134700486ee676e1c94e14cde76fb21d8cf3345b"><code>1347004</code></a> chore: skip failing TestIntegration_WriterAppendEdgeCases (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13586">#13586</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e7723a025fd1c846bca1c083729232f077fa8a0d"><code>e7723a0</code></a> test(storage): add test for MRD with read handle (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13591">#13591</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7e730f1464a5bca56056e243535566bfa8f75bb3"><code>7e730f1</code></a> test(datastore): fix flaky tests (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13587">#13587</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d23326bf90f9653bd23a660f8e36b0fb222d5e72"><code>d23326b</code></a> chore(spanner): add gorm data type names for PG types (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13584">#13584</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bc925001a2f5b186c231c2885f9162713bb4b1bf"><code>bc92500</code></a> fix: don't update global object's readhandle in MRD (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13575">#13575</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.57.0...storage/v1.59.2">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.2)](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:51 +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#2117
No description provided.