[PR #584] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.16.1 to 1.17.0 #739

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/584
Author: @dependabot[bot]
Created: 9/29/2021
Status: Merged
Merged: 9/29/2021
Merged by: @fsouza

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


📝 Commits (1)

  • 30933cd build(deps): bump cloud.google.com/go/storage from 1.16.1 to 1.17.0

📊 Changes

2 files changed (+9 additions, -6 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+7 -4)

📄 Description

Bumps cloud.google.com/go/storage from 1.16.1 to 1.17.0.

Release notes

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

spanner spanner/v1.17.0

Features

  • spanner/admin/database: add tagging request options (2b02a03)
  • spanner: add RPC Priority request options (b5b4da6)
  • spanner: Add support for RPC priority (#3341) (88cf097)

bigquery bigquery/v1.17.0

Features

  • bigquery/storage: add a Arrow compression options (Only LZ4 for now). feat: Return schema on first ReadRowsResponse. doc: clarify limit on filter string. (2b02a03)
  • bigquery/storage: deprecate bigquery storage v1alpha2 API (9cc6d2c)
  • bigquery/storage: updates for v1beta2 storage API - Updated comments on BatchCommitWriteStreams - Added new support Bigquery types BIGNUMERIC and INTERVAL to TableSchema - Added read rows schema in ReadRowsResponse - Misc comment updates (48b4e59)
  • bigquery: export HivePartitioningOptions in load job configurations (#3877) (7c759be)
  • bigquery: support type alias names for numeric/bignumeric schemas. (#3760) (2ee6bf4)

pubsub pubsub/v1.17.0

Features

  • pubsub: add list configs for topic & sub (#4607) (a6550c5)
  • pubsub: add publisher flow control support (#4292) (bff24c3)

storage storage/v1.17.0

Features

  • storage: add projectNumber field to bucketAttrs. (#4805) (07343af)

Bug Fixes

  • storage: align retry idempotency (part 1) (#4715) (ffa903e)
Commits
  • ffe9ab8 chore: release pubsub 1.17.0 (#4732)
  • a6550c5 feat(pubsub): add list configs for topic & sub (#4607)
  • fc668f6 chore: Update CODEOWNERS for @​googleapis/cloud-storage-dpe (#4731)
  • bff24c3 feat(pubsub): add publisher flow control support (#4292)
  • 9c9fbb2 BREAKING CHANGE(bigquery/storage/managedwriter): change AppendRows (#4729)
  • 9c4b46c docs(spanner): add example for using SPANNER_EMULATOR_HOST (#4723)
  • 33e4d89 chore(all): auto-regenerate gapics (#4712)
  • c264b1f test(firestore): Expand partition queries test to help root out a flaky test ...
  • ffa903e fix(storage): align retry idempotency (part 1) (#4715)
  • 0055466 chore: release 0.94.1 (#4716)
  • 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 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/584 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/29/2021 **Status:** ✅ Merged **Merged:** 9/29/2021 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.17.0` --- ### 📝 Commits (1) - [`30933cd`](https://github.com/fsouza/fake-gcs-server/commit/30933cd9cf148d4b2c25173bb2c8139cbc59ea35) build(deps): bump cloud.google.com/go/storage from 1.16.1 to 1.17.0 ### 📊 Changes **2 files changed** (+9 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+7 -4) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.16.1 to 1.17.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>spanner spanner/v1.17.0</h2> <h3>Features</h3> <ul> <li><strong>spanner/admin/database:</strong> add tagging request options (<a href="https://www.github.com/googleapis/google-cloud-go/commit/2b02a03ff9f78884da5a8e7b64a336014c61bde7">2b02a03</a>)</li> <li><strong>spanner:</strong> add RPC Priority request options (<a href="https://www.github.com/googleapis/google-cloud-go/commit/b5b4da6952922440d03051f629f3166f731dfaa3">b5b4da6</a>)</li> <li><strong>spanner:</strong> Add support for RPC priority (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3341">#3341</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/88cf097649f1cdf01cab531eabdff7fbf2be3f8f">88cf097</a>)</li> </ul> <h2>bigquery bigquery/v1.17.0</h2> <h3>Features</h3> <ul> <li><strong>bigquery/storage:</strong> add a Arrow compression options (Only LZ4 for now). feat: Return schema on first ReadRowsResponse. doc: clarify limit on filter string. (<a href="https://www.github.com/googleapis/google-cloud-go/commit/2b02a03ff9f78884da5a8e7b64a336014c61bde7">2b02a03</a>)</li> <li><strong>bigquery/storage:</strong> deprecate bigquery storage v1alpha2 API (<a href="https://www.github.com/googleapis/google-cloud-go/commit/9cc6d2cce96235b0a144c1c6b48eff496f9e5fa7">9cc6d2c</a>)</li> <li><strong>bigquery/storage:</strong> updates for v1beta2 storage API - Updated comments on BatchCommitWriteStreams - Added new support Bigquery types BIGNUMERIC and INTERVAL to TableSchema - Added read rows schema in ReadRowsResponse - Misc comment updates (<a href="https://www.github.com/googleapis/google-cloud-go/commit/48b4e596206cef879194d2888186d603a6f51292">48b4e59</a>)</li> <li><strong>bigquery:</strong> export HivePartitioningOptions in load job configurations (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3877">#3877</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/7c759be074ce1f6b8ccce88c86dbe49bd38fd6b5">7c759be</a>)</li> <li><strong>bigquery:</strong> support type alias names for numeric/bignumeric schemas. (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/3760">#3760</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/2ee6bf451524fc1f9735634320a55ca0b07d3d8b">2ee6bf4</a>)</li> </ul> <h2>pubsub pubsub/v1.17.0</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> add list configs for topic &amp; sub (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4607">#4607</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/a6550c5dfb381e286fea6a905dc658c4a865d643">a6550c5</a>)</li> <li><strong>pubsub:</strong> add publisher flow control support (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4292">#4292</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/bff24c3a62a2f037c1ccef14986f917e41953734">bff24c3</a>)</li> </ul> <h2>storage storage/v1.17.0</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> add projectNumber field to bucketAttrs. (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4805">#4805</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/07343afc15085b164cc41d202d13f9d46f5c0d02">07343af</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> align retry idempotency (part 1) (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4715">#4715</a>) (<a href="https://www.github.com/googleapis/google-cloud-go/commit/ffa903eeec61aa3869e5220e2f09371127b5c393">ffa903e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ffe9ab866d02998fecf17a929999727af508ca2f"><code>ffe9ab8</code></a> chore: release pubsub 1.17.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4732">#4732</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a6550c5dfb381e286fea6a905dc658c4a865d643"><code>a6550c5</code></a> feat(pubsub): add list configs for topic &amp; sub (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4607">#4607</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/fc668f667962e8e5f334df2dd5a2458b62f993ff"><code>fc668f6</code></a> chore: Update CODEOWNERS for <code>@​googleapis/cloud-storage-dpe</code> (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4731">#4731</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bff24c3a62a2f037c1ccef14986f917e41953734"><code>bff24c3</code></a> feat(pubsub): add publisher flow control support (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4292">#4292</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9c9fbb2b610c6ffc0441af7b802761dbb2326f67"><code>9c9fbb2</code></a> BREAKING CHANGE(bigquery/storage/managedwriter): change AppendRows (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4729">#4729</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9c4b46c5bfc7687cd6f629bbf2b8c5432f1b11b3"><code>9c4b46c</code></a> docs(spanner): add example for using SPANNER_EMULATOR_HOST (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4723">#4723</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/33e4d895373dc8ec1dad13645ee5f342b2b15282"><code>33e4d89</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4712">#4712</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c264b1faebdf7f6c33ebe7718824da2955b16141"><code>c264b1f</code></a> test(firestore): Expand partition queries test to help root out a flaky test ...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ffa903eeec61aa3869e5220e2f09371127b5c393"><code>ffa903e</code></a> fix(storage): align retry idempotency (part 1) (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4715">#4715</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0055466d17f3bf8df38c1c87563fee5812b0efc2"><code>0055466</code></a> chore: release 0.94.1 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4716">#4716</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.16.1...pubsub/v1.17.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.16.1&new-version=1.17.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:24 +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#739
No description provided.