[PR #1862] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.48.0 to 1.49.0 #1889

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1862
Author: @dependabot[bot]
Created: 12/23/2024
Status: Merged
Merged: 1/2/2025
Merged by: @fsouza

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


📝 Commits (1)

  • e45af71 build(deps): bump cloud.google.com/go/storage from 1.48.0 to 1.49.0

📊 Changes

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

View changed files

📝 go.mod (+8 -8)
📝 go.sum (+16 -16)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Release notes

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

storage: v1.49.0

1.49.0 (2024-12-21)

Features

  • storage/internal: Add finalize_time field in Object metadata (46fc993)
  • storage/internal: Add MoveObject RPC (46fc993)
  • storage: Add ObjectHandle.Move method (#11302) (a3cb8c4)
  • storage: Return file metadata on read (#11212) (d49263b)

Bug Fixes

  • storage/dataflux: Address deadlock when reading from ranges (#11303) (32cbf56)
  • storage: Disable allow non-default credentials flag (#11337) (145ddf4)
  • storage: Monitored resource detection (#11197) (911bcd8)
  • storage: Update golang.org/x/net to v0.33.0 (e9b0b69)
Commits
  • d773366 chore(main): release spanner 1.49.0 (#8468)
  • 2c65345 test(datastore): Correct read time before creating entities (#8475)
  • 6a45f26 feat(auth): add base auth package (#8465)
  • 14aa857 test(datastore): Truncate transaction read time to millisecond (#8473)
  • 3dda7b2 feat(spanner/spannertest): support INSERT DML (#7820)
  • 6c21558 fix(spanner): Transaction was started in a different session (#8467)
  • 911f31e chore(main): release datastore 1.14.0 (#8351)
  • 37681ff feat(datastore): Support aggregation query in transaction (#8439)
  • a9fff18 feat(datastore): SUM and AVG aggregations (#8307)
  • fa6e827 fix(bigquery): value for datasetID on foreign keys (#8447)
  • 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/1862 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/23/2024 **Status:** ✅ Merged **Merged:** 1/2/2025 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.49.0` --- ### 📝 Commits (1) - [`e45af71`](https://github.com/fsouza/fake-gcs-server/commit/e45af7183d9225cf91462c72d0f868de650f961f) build(deps): bump cloud.google.com/go/storage from 1.48.0 to 1.49.0 ### 📊 Changes **2 files changed** (+24 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+8 -8) 📝 `go.sum` (+16 -16) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.48.0 to 1.49.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.49.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.48.0...storage/v1.49.0">1.49.0</a> (2024-12-21)</h2> <h3>Features</h3> <ul> <li><strong>storage/internal:</strong> Add finalize_time field in Object metadata (<a href="https://github.com/googleapis/google-cloud-go/commit/46fc993a3195203a230e2831bee456baaa9f7b1c">46fc993</a>)</li> <li><strong>storage/internal:</strong> Add MoveObject RPC (<a href="https://github.com/googleapis/google-cloud-go/commit/46fc993a3195203a230e2831bee456baaa9f7b1c">46fc993</a>)</li> <li><strong>storage:</strong> Add ObjectHandle.Move method (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11302">#11302</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/a3cb8c4fc48883b54d4e830ae5f5ef4f1a3b8ca3">a3cb8c4</a>)</li> <li><strong>storage:</strong> Return file metadata on read (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11212">#11212</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/d49263b2ab614cad801e26b4a169eafe08d4a2a0">d49263b</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage/dataflux:</strong> Address deadlock when reading from ranges (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11303">#11303</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/32cbf561590541eb0387787bf729be6ddf68e4ee">32cbf56</a>)</li> <li><strong>storage:</strong> Disable allow non-default credentials flag (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11337">#11337</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/145ddf4f6123d9561856d2b6adeefdfae462b3f7">145ddf4</a>)</li> <li><strong>storage:</strong> Monitored resource detection (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11197">#11197</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/911bcd8b1816256482bd52e85da7eaf00c315293">911bcd8</a>)</li> <li><strong>storage:</strong> Update golang.org/x/net to v0.33.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/e9b0b69644ea5b276cacff0a707e8a5e87efafc9">e9b0b69</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d77336675156eef1b253c8681b4adad15b7d8080"><code>d773366</code></a> chore(main): release spanner 1.49.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8468">#8468</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2c65345e8d86dca46323426f067f3161a76b7211"><code>2c65345</code></a> test(datastore): Correct read time before creating entities (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8475">#8475</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6a45f26b809b64edae21f312c18d4205f96b180e"><code>6a45f26</code></a> feat(auth): add base auth package (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8465">#8465</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/14aa8570e0557219399978864124f61e6e755d54"><code>14aa857</code></a> test(datastore): Truncate transaction read time to millisecond (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8473">#8473</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3dda7b27ec536637d8ebaa20937fc8019c930481"><code>3dda7b2</code></a> feat(spanner/spannertest): support INSERT DML (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7820">#7820</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6c21558f75628908a70de79c62aff2851e756e7b"><code>6c21558</code></a> fix(spanner): Transaction was started in a different session (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8467">#8467</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/911f31ea448ff2d676a37cdcf02f157aab0dfb89"><code>911f31e</code></a> chore(main): release datastore 1.14.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8351">#8351</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/37681ff291c0ccf4c908be55b97639c04b9dec48"><code>37681ff</code></a> feat(datastore): Support aggregation query in transaction (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8439">#8439</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a9fff181e4ea8281ad907e7b2e0d90e70013a4de"><code>a9fff18</code></a> feat(datastore): SUM and AVG aggregations (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8307">#8307</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/fa6e827a5997fb7abe97375ea6abb7d2fc71047d"><code>fa6e827</code></a> fix(bigquery): value for datasetID on foreign keys (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8447">#8447</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.48.0...spanner/v1.49.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.48.0&new-version=1.49.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:40 +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#1889
No description provided.