[PR #1551] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.39.1 to 1.40.0 #1600

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1551
Author: @dependabot[bot]
Created: 3/29/2024
Status: Merged
Merged: 4/1/2024
Merged by: @fsouza

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


📝 Commits (1)

  • 51f982e build(deps): bump cloud.google.com/go/storage from 1.39.1 to 1.40.0

📊 Changes

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

View changed files

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

📄 Description

Bumps cloud.google.com/go/storage from 1.39.1 to 1.40.0.

Release notes

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

storage: v1.40.0

1.40.0 (2024-03-29)

Features

Bug Fixes

  • storage: Retry errors from last recv on uploads (#9616) (b6574aa)
  • storage: Update protobuf dep to v1.33.0 (30b038d)

Performance Improvements

  • storage: Remove protobuf's copy of data on unmarshalling (#9526) (81281c0)
Commits
  • 438afcf chore(main): release spanner 1.40.0 (#6988)
  • bd85442 feat(spanner): configurable logger (#6958)
  • d5e2e0f chore: update individual config to be separate prs (#6981)
  • 1ce0f7d feat(spanner/spansql): add support for interval arg of some date/timestamp fu...
  • 5b14658 feat(spanner): PG JSONB support (#6874)
  • 3c4b2b3 chore: bulk rewrite signatures for GA clients (#6951)
  • d82ef41 chore(bigtable): more text proxy tune-up (#6977)
  • e7ab70b test(storage): add gRPC error code to retry to fix flaky PAP test (#6974)
  • f7c7f41 feat(storage): add Autoclass support (#6828)
  • 5d2dc01 chore(bigtable): add timeouts to proxy methods (#6973)
  • 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/1551 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/29/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.40.0` --- ### 📝 Commits (1) - [`51f982e`](https://github.com/fsouza/fake-gcs-server/commit/51f982e501320b5ef240346deed3ebaec259ac42) build(deps): bump cloud.google.com/go/storage from 1.39.1 to 1.40.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.39.1 to 1.40.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.40.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.39.1...storage/v1.40.0">1.40.0</a> (2024-03-29)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Implement io.WriterTo in Reader (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9659">#9659</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/8264a962d1c21d52e8fca50af064c5535c3708d3">8264a96</a>)</li> <li><strong>storage:</strong> New storage control client (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9631">#9631</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/1f4d27957743878976d6b4549cc02a5bb894d330">1f4d279</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Retry errors from last recv on uploads (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9616">#9616</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b6574aa42ebad0532c2749b6ece879b932f95cb9">b6574aa</a>)</li> <li><strong>storage:</strong> Update protobuf dep to v1.33.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a">30b038d</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>storage:</strong> Remove protobuf's copy of data on unmarshalling (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9526">#9526</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/81281c04e503fd83301baf88cc352c77f5d476ca">81281c0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/438afcf8bd13ce88c51313fc76da1e60ebcd3c19"><code>438afcf</code></a> chore(main): release spanner 1.40.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6988">#6988</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bd85442bc6fb8c18d1a7c6d73850d220c3973c46"><code>bd85442</code></a> feat(spanner): configurable logger (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6958">#6958</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d5e2e0f9fdb5b179847e5ef18a9db867924ab00d"><code>d5e2e0f</code></a> chore: update individual config to be separate prs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6981">#6981</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1ce0f7d38778068fd1d9a171377067739f4ea8d6"><code>1ce0f7d</code></a> feat(spanner/spansql): add support for interval arg of some date/timestamp fu...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5b146587939ccc3403945c756cbf68e6f2d41fda"><code>5b14658</code></a> feat(spanner): PG JSONB support (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6874">#6874</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3c4b2b34565795537aac1661e6af2442437e34ad"><code>3c4b2b3</code></a> chore: bulk rewrite signatures for GA clients (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6951">#6951</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d82ef41143d5caa28cb008ea0d2412be4ccaed86"><code>d82ef41</code></a> chore(bigtable): more text proxy tune-up (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6977">#6977</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e7ab70be4990b5830f545f13301557208382f047"><code>e7ab70b</code></a> test(storage): add gRPC error code to retry to fix flaky PAP test (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6974">#6974</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f7c7f41e4d7fcffe05860e1114cb20f40c869da8"><code>f7c7f41</code></a> feat(storage): add Autoclass support (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6828">#6828</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5d2dc0129b126c464da1bcd387d740be44f7e3a0"><code>5d2dc01</code></a> chore(bigtable): add timeouts to proxy methods (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6973">#6973</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.39.1...spanner/v1.40.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.39.1&new-version=1.40.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:21 +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#1600
No description provided.