[PR #1399] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.34.1 to 1.35.1 #1455

Closed
opened 2026-03-03 12:34:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • efb38bd build(deps): bump cloud.google.com/go/storage from 1.34.1 to 1.35.1

📊 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.34.1 to 1.35.1.

Release notes

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

storage: v1.35.1

1.35.1 (2023-11-09)

Bug Fixes

  • storage: Rename aux.go to auxiliary.go fixing windows build (ba23673)

storage: v1.35.0

1.35.0 (2023-11-09)

Features

  • storage: Change gRPC writes to use bi-directional streams (#8930) (3e23a36)
Commits
  • e3a209d chore(main): release storage 1.35.1 (#8997)
  • 8e63c70 feat(edgenetwork): new client(s) (#8996)
  • ba23673 chore(redis/cluster): Configure clients for google-cloud-redis-cluster (#8980)
  • 57491ae feat(bigquery): add DataGovernanceType to routines (#8990)
  • a0b64f8 test(bigtable): Adding isolation to app profile (#8982)
  • 5d26f0d chore(main): release storage 1.35.0 (#8991)
  • 67fe88e chore(edgenetwork): add config to generate apiv1 (#8995)
  • 99842f0 chore(storage): update apiary dependency (#8993)
  • 880795e chore(owlbot): fix merchant inv API owlbot config (#8992)
  • 244d135 feat(bigtable): Add support for reverse scans (#8755)
  • 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/1399 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/10/2023 **Status:** ✅ Merged **Merged:** 11/11/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.35.1` --- ### 📝 Commits (1) - [`efb38bd`](https://github.com/fsouza/fake-gcs-server/commit/efb38bd494570003912fd84bb504b0f924a63b9a) build(deps): bump cloud.google.com/go/storage from 1.34.1 to 1.35.1 ### 📊 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.34.1 to 1.35.1. <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.35.1</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.0...storage/v1.35.1">1.35.1</a> (2023-11-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Rename aux.go to auxiliary.go fixing windows build (<a href="https://github.com/googleapis/google-cloud-go/commit/ba23673da7707c31292e4aa29d65b7ac1446d4a6">ba23673</a>)</li> </ul> <h2>storage: v1.35.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.34.1...storage/v1.35.0">1.35.0</a> (2023-11-09)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Change gRPC writes to use bi-directional streams (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8930">#8930</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/3e23a364b1a20c4fda7aef257e4136586ec769a4">3e23a36</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e3a209d0caefd20a1d2c6bb790ac03424b47a7b8"><code>e3a209d</code></a> chore(main): release storage 1.35.1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8997">#8997</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8e63c70b423e8c10ecd617ccf81fa0662f8f91b5"><code>8e63c70</code></a> feat(edgenetwork): new client(s) (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8996">#8996</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ba23673da7707c31292e4aa29d65b7ac1446d4a6"><code>ba23673</code></a> chore(redis/cluster): Configure clients for google-cloud-redis-cluster (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8980">#8980</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/57491ae3b7bbcee2abe1064dfb4f18cb3a511265"><code>57491ae</code></a> feat(bigquery): add DataGovernanceType to routines (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8990">#8990</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a0b64f807b0e5f9a1dc804b49429c2b9f9fb789c"><code>a0b64f8</code></a> test(bigtable): Adding isolation to app profile (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8982">#8982</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/5d26f0dec58b85dd75bc48452e3e2260719e8587"><code>5d26f0d</code></a> chore(main): release storage 1.35.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8991">#8991</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/67fe88ef99b3ed27ad0126e293320675f3435853"><code>67fe88e</code></a> chore(edgenetwork): add config to generate apiv1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8995">#8995</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/99842f0f3d3e81488ef1f14f29ea731624fbc7d1"><code>99842f0</code></a> chore(storage): update apiary dependency (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8993">#8993</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/880795e7b359a3f207ef5702d28b3b9fcaebaea4"><code>880795e</code></a> chore(owlbot): fix merchant inv API owlbot config (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8992">#8992</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/244d1357cb1b6ce3b971d367693f6cb6090018d4"><code>244d135</code></a> feat(bigtable): Add support for reverse scans (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8755">#8755</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.34.1...storage/v1.35.1">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.34.1&new-version=1.35.1)](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:34:41 +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#1455
No description provided.