[PR #1636] [MERGED] Bump cloud.google.com/go/storage from 1.41.0 to 1.42.0 #1679

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1636
Author: @dependabot[bot]
Created: 6/11/2024
Status: Merged
Merged: 6/12/2024
Merged by: @fsouza

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


📝 Commits (1)

  • 74fdbfc Bump cloud.google.com/go/storage from 1.41.0 to 1.42.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.41.0 to 1.42.0.

Release notes

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

storage: v1.42.0

1.42.0 (2024-06-10)

Features

  • storage: Add new package transfermanager. This package is intended for parallel uploads and downloads, and is in preview. It is not stable, and is likely to change. (#10045) (cde5cbb)
  • storage: Add bucket HierarchicalNamespace (#10315) (b92406c), refs #10146
  • storage: Add BucketName to BucketHandle (#10127) (203cc59)

Bug Fixes

  • storage: Set invocation headers on xml reads (#10250) (c87e1ab)

Documentation

Commits
  • 22e90d9 chore(main): release spanner 1.42.0 (#7130)
  • 2552e09 fix(spanner): fallback to check grpc error message if ResourceType is nil for...
  • 6bb95ef feat(spanner): add database roles (#5701)
  • f2b1f1b chore(bigquery/storage/managedwriter): internal refactor (flow controller, id...
  • bcc9fcd test(bigtable): expand integration tests for read stats (#7143)
  • ab332ce fix(internal/gapicgen): disable rest for non-rest APIs (#7157)
  • dc89409 chore(main): release pubsublite 1.6.0 (#7129)
  • 5fa8555 feat(pubsublite): create/update export subscriptions (#6885)
  • 176f533 feat(pubsublite): unload idle partition publishers (#7105)
  • 28f3572 feat(all): enable REGAPIC and REST numeric enums (#6999)
  • 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/1636 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/12/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.42.0` --- ### 📝 Commits (1) - [`74fdbfc`](https://github.com/fsouza/fake-gcs-server/commit/74fdbfc39a2491ac6c40bf4019a194ddea7fd6b2) Bump cloud.google.com/go/storage from 1.41.0 to 1.42.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.41.0 to 1.42.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.42.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.41.0...storage/v1.42.0">1.42.0</a> (2024-06-10)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Add new package transfermanager. This package is intended for parallel uploads and downloads, and is in preview. It is not stable, and is likely to change. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10045">#10045</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/cde5cbba3145d5a702683656a42158621234fe71">cde5cbb</a>)</li> <li><strong>storage:</strong> Add bucket HierarchicalNamespace (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10315">#10315</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b92406ccfadfdcee379e86d6f78c901d772401a9">b92406c</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10146">#10146</a></li> <li><strong>storage:</strong> Add BucketName to BucketHandle (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10127">#10127</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/203cc599e5e2f2f821dc75b47c5a4c9073333f05">203cc59</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Set invocation headers on xml reads (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10250">#10250</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/c87e1ab6f9618b8b3f4d0005ac159abd87b0daaf">c87e1ab</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>storage:</strong> Update autoclass doc (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10135">#10135</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/e4b2737ddc16d3bf8139a6def7326ac905f62acd">e4b2737</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/22e90d9b964610628c10f673ca5f85b8c2a2ca9a"><code>22e90d9</code></a> chore(main): release spanner 1.42.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7130">#7130</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2552e092cff01e0d6b80fefaa7877f77e36db6be"><code>2552e09</code></a> fix(spanner): fallback to check grpc error message if ResourceType is nil for...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6bb95efb7997692a52c321e787e633a5045b21f8"><code>6bb95ef</code></a> feat(spanner): add database roles (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/5701">#5701</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f2b1f1bf819196b659bab66fbdac6d2b354f147b"><code>f2b1f1b</code></a> chore(bigquery/storage/managedwriter): internal refactor (flow controller, id...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bcc9fcdf306f65a30cad28b422978e9ea6eceb08"><code>bcc9fcd</code></a> test(bigtable): expand integration tests for read stats (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7143">#7143</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ab332ced06f6c07909444e4528c02a8b6a0a70a6"><code>ab332ce</code></a> fix(internal/gapicgen): disable rest for non-rest APIs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7157">#7157</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/dc894093c7e55df7f5fbf2ca411fc9ca4529c25d"><code>dc89409</code></a> chore(main): release pubsublite 1.6.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7129">#7129</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5fa855545502ab01775d19cc7b42810beefd1d5f"><code>5fa8555</code></a> feat(pubsublite): create/update export subscriptions (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6885">#6885</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/176f5331ff02dd9ae4eb706f299b31c903689298"><code>176f533</code></a> feat(pubsublite): unload idle partition publishers (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7105">#7105</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/28f3572addb0f563a2a42a76977b4e083191613f"><code>28f3572</code></a> feat(all): enable REGAPIC and REST numeric enums (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6999">#6999</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.41.0...spanner/v1.42.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.41.0&new-version=1.42.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:42 +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#1679
No description provided.