[PR #221] [MERGED] build(deps): bump google.golang.org/api from 0.21.0 to 0.22.0 in /examples/go #436

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/221
Author: @dependabot-preview[bot]
Created: 4/21/2020
Status: Merged
Merged: 4/21/2020
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/go_modules/examples/go/google.golang.org/api-0.22.0


📝 Commits (1)

  • 26e7678 build(deps): bump google.golang.org/api in /examples/go

📊 Changes

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

View changed files

📝 examples/go/go.mod (+1 -1)
📝 examples/go/go.sum (+2 -0)

📄 Description

Bumps google.golang.org/api from 0.21.0 to 0.22.0.

Release notes

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

v0.22.0

Depreciation Notice

  • Package google.golang.org/api/sql/v1beta4 has been deprecated as it was generated under the wrong name. This package will be removed in a future release. Please migrate to: google.golang.org/api/sqladmin/v1beta4.

Changes

  • Apigee client has temporarily been disabled.

  • Updated custom search example to be in line with new API.

  • 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.22.0

Depreciation Notice

  • Package google.golang.org/api/sql/v1beta4 has been deprecated as it was generated under the wrong name. This package will be removed in a future release. Please migrate to: google.golang.org/api/sqladmin/v1beta4.

Changes

  • Apigee client has temporarily been disabled.

  • Updated custom search example to be in line with new API.

  • Various updates to autogenerated clients.

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

Commits
  • e50386d all: release v0.22.0
  • 6b32be1 examples: temporarily comment out test, again
  • c8cf5cf all: autogenerated update (2020-04-11)
  • c885e57 all: autogenerated update (2020-04-10)
  • 712b921 examples: fix customSearchMain example
  • 0f6ad06 all: autogenerated update (2020-04-09)
  • ccc2508 examples: temporarily comment out test
  • 4bbeb18 apigee: skip generation
  • 4e5b8d0 sql: deprecate client
  • See full diff 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 it's up-to-date and 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/221 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/21/2020 **Status:** ✅ Merged **Merged:** 4/21/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/examples/go/google.golang.org/api-0.22.0` --- ### 📝 Commits (1) - [`26e7678`](https://github.com/fsouza/fake-gcs-server/commit/26e7678039b61f39f7dfb6ea59330a771fc4490b) build(deps): bump google.golang.org/api in /examples/go ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+2 -0) </details> ### 📄 Description Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.21.0 to 0.22.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.22.0</h2> <h2>Depreciation Notice</h2> <ul> <li>Package <code>google.golang.org/api/sql/v1beta4</code> has been deprecated as it was generated under the wrong name. This package will be removed in a future release. Please migrate to: <code>google.golang.org/api/sqladmin/v1beta4</code>.</li> </ul> <h2>Changes</h2> <ul> <li> <p>Apigee client has temporarily been disabled.</p> </li> <li> <p>Updated custom search example to be in line with new API.</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.22.0</h1> <h2>Depreciation Notice</h2> <ul> <li>Package <code>google.golang.org/api/sql/v1beta4</code> has been deprecated as it was generated under the wrong name. This package will be removed in a future release. Please migrate to: <code>google.golang.org/api/sqladmin/v1beta4</code>.</li> </ul> <h2>Changes</h2> <ul> <li> <p>Apigee client has temporarily been disabled.</p> </li> <li> <p>Updated custom search example to be in line with new API.</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/e50386d957b9722c99d7de922c42d9226a39e82e"><code>e50386d</code></a> all: release v0.22.0</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/6b32be1a77206e8303607bc760646e33e842b462"><code>6b32be1</code></a> examples: temporarily comment out test, again</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c8cf5cff125e500044b60204f230024dcc49c3a3"><code>c8cf5cf</code></a> all: autogenerated update (2020-04-11)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c885e578e72b3ed7b0f6024e0d19ae4e6608e66f"><code>c885e57</code></a> all: autogenerated update (2020-04-10)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/712b921eed77e92f573bf1190f7e2255cc642500"><code>712b921</code></a> examples: fix customSearchMain example</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/0f6ad0640695fb3b12294e3e4f082d90ec94a75c"><code>0f6ad06</code></a> all: autogenerated update (2020-04-09)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ccc2508bbd6568a36e03257493126781fc980ab1"><code>ccc2508</code></a> examples: temporarily comment out test</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4bbeb181f204f6635e8ea527f8224b225be70540"><code>4bbeb18</code></a> apigee: skip generation</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4e5b8d0aa105714728a418716dcb0bdba7b8c11e"><code>4e5b8d0</code></a> sql: deprecate client</li> <li>See full diff in <a href="https://github.com/google/google-api-go-client/compare/v0.21.0...v0.22.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.21.0&new-version=0.22.0)](https://dependabot.com/compatibility-score/?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.21.0&new-version=0.22.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 it's up-to-date and 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:30:00 +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#436
No description provided.