[PR #1877] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.49.0 to 1.50.0 #1902

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 02925ea build(deps): bump cloud.google.com/go/storage from 1.49.0 to 1.50.0

📊 Changes

2 files changed (+8 additions, -9 deletions)

View changed files

📝 go.mod (+2 -3)
📝 go.sum (+6 -6)

📄 Description

Bumps cloud.google.com/go/storage from 1.49.0 to 1.50.0.

Release notes

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

storage: v1.50.0

1.50.0 (2025-01-09)

Features

  • storage/internal: Add new appendable Object to BidiWrite API (2e4feb9)
  • storage/internal: Add new preview BidiReadObject API (2e4feb9)
  • storage: Add support for gRPC bi-directional multi-range reads. This API is in private preview and not generally and is not yet available for general use. (#11377) (b4d86a5)
  • storage: Add support for ReadHandle, a gRPC feature that allows for accelerated resumption of streams when one is interrupted. ReadHandle requires the bi-directional read API, which is in private preview and is not yet available for general use. (#11377) (b4d86a5)
  • storage: Support appendable semantics for writes in gRPC. This API is in preview. (#11377) (b4d86a5)
  • storage: Refactor gRPC writer flow (#11377) (b4d86a5)

Bug Fixes

  • storage: Add mutex around uses of mrd variables (#11405) (54bfc32)
  • storage: Return the appropriate error for method not supported (#11416) (56d704e)

Documentation

  • storage/internal: Add IAM information to RPC comments for reference documentation (2e4feb9)
  • storage: Add preview comment to NewMultiRangeDownloader (#11420) (4ec1d66)
Commits
  • 22ab199 chore(main): release spanner 1.50.0 (#8484)
  • a79e693 feat(auth): add idtoken package (#8580)
  • 5feb3ea chore(alloydb/connectors): add config to generate apiv1 (#8636)
  • 57fc1a6 feat(networkconnectivity): add Network Connectivity Center APIs related to VP...
  • 38b957d chore(main): release bigtable 1.20.0 (#8243)
  • 69a8347 feat(auth): add grpctransport package (#8625)
  • 852a230 chore(auth): cleanup some small todos (#8628)
  • dd0b039 chore: fix publish job (#8627)
  • 2b5a2b5 chore(bigtable): switch to google.golang.org/protobuf (#8626)
  • 6933c5a feat(auth/oauth2adapt): adds a new module to translate types (#8595)
  • 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/1877 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/9/2025 **Status:** ✅ Merged **Merged:** 1/10/2025 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.50.0` --- ### 📝 Commits (1) - [`02925ea`](https://github.com/fsouza/fake-gcs-server/commit/02925ea29b1feec6b9aaeffc28bf32333547a987) build(deps): bump cloud.google.com/go/storage from 1.49.0 to 1.50.0 ### 📊 Changes **2 files changed** (+8 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -3) 📝 `go.sum` (+6 -6) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.49.0 to 1.50.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.50.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.49.0...storage/v1.50.0">1.50.0</a> (2025-01-09)</h2> <h3>Features</h3> <ul> <li><strong>storage/internal:</strong> Add new appendable Object to BidiWrite API (<a href="https://github.com/googleapis/google-cloud-go/commit/2e4feb938ce9ab023c8aa6bd1dbdf36fe589213a">2e4feb9</a>)</li> <li><strong>storage/internal:</strong> Add new preview BidiReadObject API (<a href="https://github.com/googleapis/google-cloud-go/commit/2e4feb938ce9ab023c8aa6bd1dbdf36fe589213a">2e4feb9</a>)</li> <li><strong>storage:</strong> Add support for gRPC bi-directional multi-range reads. This API is in private preview and not generally and is not yet available for general use. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11377">#11377</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b4d86a52bd319a602115cdb710a743c71494a88b">b4d86a5</a>)</li> <li><strong>storage:</strong> Add support for ReadHandle, a gRPC feature that allows for accelerated resumption of streams when one is interrupted. ReadHandle requires the bi-directional read API, which is in private preview and is not yet available for general use. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11377">#11377</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b4d86a52bd319a602115cdb710a743c71494a88b">b4d86a5</a>)</li> <li><strong>storage:</strong> Support appendable semantics for writes in gRPC. This API is in preview. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11377">#11377</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b4d86a52bd319a602115cdb710a743c71494a88b">b4d86a5</a>)</li> <li><strong>storage:</strong> Refactor gRPC writer flow (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11377">#11377</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b4d86a52bd319a602115cdb710a743c71494a88b">b4d86a5</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Add mutex around uses of mrd variables (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11405">#11405</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/54bfc32db7a0ff40a493de4d466f21ad624de04e">54bfc32</a>)</li> <li><strong>storage:</strong> Return the appropriate error for method not supported (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11416">#11416</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/56d704e3037840aeb87b22cc83f2b6088c79bcee">56d704e</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>storage/internal:</strong> Add IAM information to RPC comments for reference documentation (<a href="https://github.com/googleapis/google-cloud-go/commit/2e4feb938ce9ab023c8aa6bd1dbdf36fe589213a">2e4feb9</a>)</li> <li><strong>storage:</strong> Add preview comment to NewMultiRangeDownloader (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11420">#11420</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/4ec1d66ee180e800606568e8693a282645ec7369">4ec1d66</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/22ab1991a11c59b80c43c34cd44c056ca7e8737b"><code>22ab199</code></a> chore(main): release spanner 1.50.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8484">#8484</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a79e693e97e4e3e1c6742099af3dbc58866d88fe"><code>a79e693</code></a> feat(auth): add idtoken package (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8580">#8580</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5feb3eaa2a73b147f7858b5c91c59315a914b344"><code>5feb3ea</code></a> chore(alloydb/connectors): add config to generate apiv1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8636">#8636</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/57fc1a6de326456eb68ef25f7a305df6636ed386"><code>57fc1a6</code></a> feat(networkconnectivity): add Network Connectivity Center APIs related to VP...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/38b957db5a6219ac22d2e6e8952896f3a69f584a"><code>38b957d</code></a> chore(main): release bigtable 1.20.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8243">#8243</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/69a83470bdcc7ed10c6c36d1abc3b7cfdb8a0ee5"><code>69a8347</code></a> feat(auth): add grpctransport package (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8625">#8625</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/852a230c929a4a2614ecb1c485bcedd1b3f8bcae"><code>852a230</code></a> chore(auth): cleanup some small todos (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8628">#8628</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/dd0b03939100c48672819f3d7545e0d798fbc3f4"><code>dd0b039</code></a> chore: fix publish job (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8627">#8627</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2b5a2b55eb996a65c1483bc81f77406b60e91752"><code>2b5a2b5</code></a> chore(bigtable): switch to google.golang.org/protobuf (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8626">#8626</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6933c5a0c1fc8e58cbfff8bbca439d671b94672f"><code>6933c5a</code></a> feat(auth/oauth2adapt): adds a new module to translate types (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8595">#8595</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.49.0...spanner/v1.50.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.49.0&new-version=1.50.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:43 +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#1902
No description provided.