[PR #1784] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.44.0 to 1.45.0 #1815

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1784
Author: @dependabot[bot]
Created: 10/18/2024
Status: Merged
Merged: 10/18/2024
Merged by: @fsouza

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


📝 Commits (1)

  • 236e995 build(deps): bump cloud.google.com/go/storage from 1.44.0 to 1.45.0

📊 Changes

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

View changed files

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

📄 Description

Bumps cloud.google.com/go/storage from 1.44.0 to 1.45.0.

Release notes

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

storage: v1.45.0

1.45.0 (2024-10-17)

Features

  • storage/internal: Adds support for restore token (70d82fe)
  • storage: Adding bucket-specific dynamicDelay (#10987) (a807a7e)
  • storage: Dynamic read request stall timeout (#10958) (a09f00e)

Documentation

  • storage: Remove preview wording from NewGRPCClient (#11002) (40c3a5b)
Commits
  • c43900b chore(main): release spanner 1.45.0 (#7462)
  • 688d4ab fix: deadlock with inline begin transaction when first statement response is ...
  • 7afc98a chore(internal/postprocessor): add MoveSnippets to main.go (#7523)
  • a6c6701 refactor(bigquery): amend name for MaxTimeTravel on datasets (#7707)
  • 22a666c feat(bigquery): expose dataset MaxTimeTravelHours (#7706)
  • 3b8bfb4 feat(bigquery/storage/managedwriter): expose connection multiplexing as exper...
  • e660af8 chore: cleanup gapicgen a bit (#7703)
  • 4fedc34 chore(storage): handle object metadata (grpc) (#7688)
  • 2a5c165 chore: onboard compute to owlbot (#7705)
  • 7a9e211 feat(bigquery): Add Iceberg as DataFormat option. (#7155)
  • 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/1784 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/18/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.45.0` --- ### 📝 Commits (1) - [`236e995`](https://github.com/fsouza/fake-gcs-server/commit/236e995cf5dd6aa162a9ead8a501a68a552faaf2) build(deps): bump cloud.google.com/go/storage from 1.44.0 to 1.45.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.44.0 to 1.45.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.45.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.44.0...storage/v1.45.0">1.45.0</a> (2024-10-17)</h2> <h3>Features</h3> <ul> <li><strong>storage/internal:</strong> Adds support for restore token (<a href="https://github.com/googleapis/google-cloud-go/commit/70d82fe93f60f1075298a077ce1616f9ae7e13fe">70d82fe</a>)</li> <li><strong>storage:</strong> Adding bucket-specific dynamicDelay (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10987">#10987</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/a807a7e7f9fb002374407622c126102c5e61af82">a807a7e</a>)</li> <li><strong>storage:</strong> Dynamic read request stall timeout (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10958">#10958</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/a09f00eeecac82af98ae769bab284ee58a3a66cb">a09f00e</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>storage:</strong> Remove preview wording from NewGRPCClient (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11002">#11002</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/40c3a5b9c4cd4db2f1695e180419197b6a03ed7f">40c3a5b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c43900b8ec37740e7b6cabac9e32e4ec2851f123"><code>c43900b</code></a> chore(main): release spanner 1.45.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7462">#7462</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/688d4ab66e998e2ff27546e8865aaebefd8b12e1"><code>688d4ab</code></a> fix: deadlock with inline begin transaction when first statement response is ...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7afc98a698a0857c33f14c94a72ae2510919537d"><code>7afc98a</code></a> chore(internal/postprocessor): add MoveSnippets to main.go (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7523">#7523</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a6c6701bf72fd8edc6c5bb084c14c7bfee1f9513"><code>a6c6701</code></a> refactor(bigquery): amend name for MaxTimeTravel on datasets (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7707">#7707</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/22a666c766fa4565ee120574709b345e7fc37c5f"><code>22a666c</code></a> feat(bigquery): expose dataset MaxTimeTravelHours (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7706">#7706</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3b8bfb44a237fc0696e77a47c5a8305caa5ec64b"><code>3b8bfb4</code></a> feat(bigquery/storage/managedwriter): expose connection multiplexing as exper...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e660af8223d61bdad63d48db1f38534a300b98f6"><code>e660af8</code></a> chore: cleanup gapicgen a bit (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7703">#7703</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/4fedc34cff064effc376dbedafc48ecfbe4f2e00"><code>4fedc34</code></a> chore(storage): handle object metadata (grpc) (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7688">#7688</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2a5c1654577c0363afa370e9ba812d7310a7da50"><code>2a5c165</code></a> chore: onboard compute to owlbot (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7705">#7705</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7a9e21121ca8debffe11fe16d1b96b0d969e11ac"><code>7a9e211</code></a> feat(bigquery): Add Iceberg as DataFormat option. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7155">#7155</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.44.0...spanner/v1.45.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.44.0&new-version=1.45.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:20 +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#1815
No description provided.