[PR #170] [CLOSED] build(deps): bump google.golang.org/api from 0.15.0 to 0.16.0 #398

Closed
opened 2026-03-03 12:29:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/170
Author: @dependabot-preview[bot]
Created: 2/5/2020
Status: Closed

Base: masterHead: dependabot/go_modules/google.golang.org/api-0.16.0


📝 Commits (1)

  • 56fc807 build(deps): bump google.golang.org/api from 0.15.0 to 0.16.0

📊 Changes

2 files changed (+4 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+3 -0)

📄 Description

Bumps google.golang.org/api from 0.15.0 to 0.16.0.

Release notes

Sourced from google.golang.org/api's releases.

v0.16.0

  • Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.

  • transport:

    • Automatically populate QuotaProject from the "quota_project_id" field in the JSON credentials file.
    • Add grpc.DialPool, which opens multiple grpc.ClientConns based on WithGRPCConnectionPool option.
  • Added a check to prevent mixed calls to Add and AddWait.

  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's stability or version.

Changelog

Sourced from google.golang.org/api's changelog.

v0.16.0

  • Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.

  • transport:

    • Automatically populate QuotaProject from the "quota_project_id" field in the JSON credentials file.
    • Add grpc.DialPool, which opens multiple grpc.ClientConns based on WithGRPCConnectionPool option.
  • Added a check to prevent mixed calls to Add and AddWait.

  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's stability or version.

Commits
  • e9c39de all: release v0.16.0
  • 8c19f07 all: regenerate
  • 7b84522 transport/grpc: use "pick_first" as child policy
  • e461019 transport/grpc: ConnPool implements grpc.ClientConnInterface
  • 6fb6e8d google-api-go-generator: allow "openid" as a scope
  • a349051 transport/grpc: add Num method to ConnPool
  • b6b5836 all: autogenerated update (2020-01-28)
  • ee73344 all: autogenerated update (2020-01-27)
  • 26bc0c8 all: autogenerated update (2020-01-26)
  • 3e0324b all: autogenerated update (2020-01-25)
  • 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 will merge this PR once CI passes on it, as requested by @fsouza.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/170 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/5/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/api-0.16.0` --- ### 📝 Commits (1) - [`56fc807`](https://github.com/fsouza/fake-gcs-server/commit/56fc80761f212d7cae739db5d2e7962fb72f2fd5) build(deps): bump google.golang.org/api from 0.15.0 to 0.16.0 ### 📊 Changes **2 files changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+3 -0) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.15.0 to 0.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.16.0</h2> <ul> <li> <p>Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.</p> </li> <li> <p>transport:</p> <ul> <li>Automatically populate QuotaProject from the &quot;quota_project_id&quot; field in the JSON credentials file.</li> <li>Add grpc.DialPool, which opens multiple grpc.ClientConns based on WithGRPCConnectionPool option.</li> </ul> </li> <li> <p>Added a check to prevent mixed calls to Add and AddWait.</p> </li> <li> <p>Various updates to autogenerated clients.</p> </li> </ul> <p><em>Please note:</em> the release version is not indicative of an individual client's stability or version.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h1>v0.16.0</h1> <ul> <li> <p>Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.</p> </li> <li> <p>transport:</p> <ul> <li>Automatically populate QuotaProject from the &quot;quota_project_id&quot; field in the JSON credentials file.</li> <li>Add grpc.DialPool, which opens multiple grpc.ClientConns based on WithGRPCConnectionPool option.</li> </ul> </li> <li> <p>Added a check to prevent mixed calls to Add and AddWait.</p> </li> <li> <p>Various updates to autogenerated clients.</p> </li> </ul> <p><em>Please note:</em> the release version is not indicative of an individual client's stability or version.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/e9c39defab7fc4be8ec95d4ce422dbeae4070400"><code>e9c39de</code></a> all: release v0.16.0</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/8c19f07ca61ae7b417f580832f8f7a91c8e16de8"><code>8c19f07</code></a> all: regenerate</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7b84522a06606d02de4c8ef68ecdbab90dbe1291"><code>7b84522</code></a> transport/grpc: use &quot;pick_first&quot; as child policy</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/e461019f4a05ab2eea928a5a5f8ed409228898e6"><code>e461019</code></a> transport/grpc: ConnPool implements grpc.ClientConnInterface</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/6fb6e8df893355b8df4aea30cca3c197dd824c6f"><code>6fb6e8d</code></a> google-api-go-generator: allow &quot;openid&quot; as a scope</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a349051e77e3050972630baf393750b4f1555a16"><code>a349051</code></a> transport/grpc: add Num method to ConnPool</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b6b5836d7694afe29d5b84d9a4c15e3d7c2677f4"><code>b6b5836</code></a> all: autogenerated update (2020-01-28)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ee7334438fb1f1726ce70f28a3c1400b6038abbc"><code>ee73344</code></a> all: autogenerated update (2020-01-27)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/26bc0c8d72ebe2b68b448a53d7edeb005ec09ab4"><code>26bc0c8</code></a> all: autogenerated update (2020-01-26)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/3e0324b1394dfbd653623d2443fb98f78eeb1b90"><code>3e0324b</code></a> all: autogenerated update (2020-01-25)</li> <li>Additional commits viewable in <a href="https://github.com/google/google-api-go-client/compare/v0.15.0...v0.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.15.0&new-version=0.16.0)](https://dependabot.com/compatibility-score.html?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.15.0&new-version=0.16.0) 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 will merge this PR once CI passes on it, as requested by @fsouza. [//]: # (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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:29:50 +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#398
No description provided.