[PR #660] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.18.2 to 1.19.0 in /examples/go #804

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/660
Author: @dependabot[bot]
Created: 1/26/2022
Status: Merged
Merged: 1/26/2022
Merged by: @fsouza

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


📝 Commits (1)

  • e1e011c build(deps): bump cloud.google.com/go/storage in /examples/go

📊 Changes

2 files changed (+12 additions, -13 deletions)

View changed files

📝 examples/go/go.mod (+1 -2)
📝 examples/go/go.sum (+11 -11)

📄 Description

Bumps cloud.google.com/go/storage from 1.18.2 to 1.19.0.

Release notes

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

storage storage/v1.19.0

Features

  • storage: add fully configurable and idempotency-aware retry strategy (#5384, #5185, #5170, #5223, #5221, #5193, #5159, #5165, #5166, #5210, #5172, #5314)
    • This release contains changes to fully align this library's retry strategy with best practices as described in the Cloud Storage docs.
    • The library will now retry only idempotent operations by default. This means that for certain operations, including object upload, compose, rewrite, update, and delete, requests will not be retried by default unless idempotency conditions for the request have been met.
    • The library now has methods to configure aspects of retry policy for API calls, including which errors are retried, the timing of the exponential backoff, and how idempotency is taken into account.
    • If you wish to re-enable retries for a non-idempotent request, use the RetryAlways policy.
    • For full details on how to configure retries, see the package docs and the Cloud Storage docs
  • storage: GenerateSignedPostPolicyV4 can use existing creds to authenticate (#5105) (46489f4)
  • storage: post policy can be signed with a fn that takes raw bytes (#5079) (25d1278)
  • storage: add rpo (turbo replication) support (#5003) (3bd5995)

Bug Fixes

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 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/660 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/26/2022 **Status:** ✅ Merged **Merged:** 1/26/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.19.0` --- ### 📝 Commits (1) - [`e1e011c`](https://github.com/fsouza/fake-gcs-server/commit/e1e011c5b1340329f3fbb4a5b7615806f172bc2e) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+12 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -2) 📝 `examples/go/go.sum` (+11 -11) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.18.2 to 1.19.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 storage/v1.19.0</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> add fully configurable and idempotency-aware retry strategy (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5384">#5384</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5185">#5185</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5170">#5170</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5223">#5223</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5221">#5221</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5193">#5193</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5159">#5159</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5165">#5165</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5166">#5166</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5210">#5210</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5172">#5172</a>, <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5314">#5314</a>) <ul> <li>This release contains changes to fully align this library's retry strategy with best practices as described in the Cloud Storage <a href="https://cloud.google.com/storage/docs/retry-strategy">docs</a>.</li> <li>The library will now retry only idempotent operations by default. This means that for certain operations, including object upload, compose, rewrite, update, and delete, requests will not be retried by default unless <a href="https://cloud.google.com/storage/docs/retry-strategy#idempotency">idempotency conditions</a> for the request have been met.</li> <li>The library now has methods to configure aspects of retry policy for API calls, including which errors are retried, the timing of the exponential backoff, and how idempotency is taken into account.</li> <li>If you wish to re-enable retries for a non-idempotent request, use the <a href="https://pkg.go.dev/cloud.google.com/go/storage@main#RetryAlways">RetryAlways</a> policy.</li> <li>For full details on how to configure retries, see the <a href="https://pkg.go.dev/cloud.google.com/go/storage@main#hdr-Retrying_failed_requests">package docs</a> and the <a href="https://cloud.google.com/storage/docs/retry-strategy">Cloud Storage docs</a></li> </ul> </li> <li><strong>storage:</strong> GenerateSignedPostPolicyV4 can use existing creds to authenticate (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5105">#5105</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/46489f4c8a634068a3e7cf2fd5e5ca11b555c0a8">46489f4</a>)</li> <li><strong>storage:</strong> post policy can be signed with a fn that takes raw bytes (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5079">#5079</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/25d1278cab539fbfdd8563ed6b297e30d3fe555c">25d1278</a>)</li> <li><strong>storage:</strong> add rpo (turbo replication) support (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5003">#5003</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/3bd59958e0c06d2655b67fcb5410668db3c52af0">3bd5995</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> fix nil check in gRPC Reader (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5376">#5376</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/5e7d722d18a62b28ba98169b3bdbb49401377264">5e7d722</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/57b387927c71f1fea4b2d997fa1bec8d422bc421"><code>57b3879</code></a> chore: release spanner 1.19.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4047">#4047</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7fce29af404f0623b483ca6d6f2af4c726105fa6"><code>7fce29a</code></a> feat(spanner): add a database name getter to client (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4190">#4190</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/94485e6a5df08ef1ef668c71e4fcf916b40af852"><code>94485e6</code></a> refactor(pubsublite): allow subscribe stream trackers to be reset (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4145">#4145</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/cac48eab960cd34cc20732f6a1aeb93c540a036b"><code>cac48ea</code></a> feat(tpu): start generating apiv1 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4199">#4199</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f97bdfaa3ea3431eb6b5cb73a7fc0ed1b3730a1d"><code>f97bdfa</code></a> chore: release bigtable 1.10.1 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4122">#4122</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/63479374d0dd7e42f16da1199ca6cb42903dca68"><code>6347937</code></a> chore: release 0.83.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4191">#4191</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/eb987c00acbbc16bc27e98e1ecd679fe8d84c1e8"><code>eb987c0</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4193">#4193</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9a3b416221f3c8b3793837e2a459b1d7cd9c479f"><code>9a3b416</code></a> fix(spanner): add missing NUMERIC type to the doc for Row (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4116">#4116</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e9353451237e658bde2e41b30e8270fbc5987b39"><code>e935345</code></a> feat(spanner): add custom instance config to tests (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4194">#4194</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/255ca398c371ccb59649a77e9aaab25721ddfc7f"><code>255ca39</code></a> chore(all): update all (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4187">#4187</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.18.2...spanner/v1.19.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.18.2&new-version=1.19.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 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:31: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#804
No description provided.