[PR #251] [MERGED] build(deps): bump google.golang.org/api from 0.24.0 to 0.25.0 in /examples/go #459

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 0869ced 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.24.0 to 0.25.0.

Changelog

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

v0.25.0

Announcements

goolgeapis/google-api-go-client has moved its source of truth to GitHub and is no longer a mirror. This means that our contributing process has changed a bit. We will now be conducting all code reviews on GitHub which means we now accept Pull Requests! If you have a version of the codebase previously checked out you may wish to update your git remote to point to GitHub.

Changes

  • all:
    • Updated instructions in CONTRIBUTING.md for pull requests.
  • idtoken:
    • Validate now checks to see if the token is expired.
  • sheets:
    • Update ExtendedValue Fields to be pointer types.
  • support/bunder:
    • Fix a deadlock that could when handler limit was set to one.
  • transport:
    • Allow GOOGLE_API_USE_MTLS overriding the mTLS endpoint behavior for the HTTP client.
  • Various updates to autogenerated clients.

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

Commits
  • 8ecc69f all: release v0.25.0 (#493)
  • b65b9f3 idtoken: validate if token is expired (#492)
  • 05ec534 CONTRIBUTING: add instructions for pull requests (#487)
  • 6114940 support/bundler: fix deadlock when using time based flush
  • 8968398 sheets: Update ExtendedValue Fields to be pointer
  • 334f1cf transport: support GOOGLE_API_USE_MTLS
  • 7629a2d all: autogenerated update (2020-05-18)
  • cc2eaa7 all: autogenerated update (2020-05-14)
  • 51d7f2b all: autogenerated update (2020-05-13)
  • f56cff5 all: autogenerated update (2020-05-12)
  • 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 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/251 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/20/2020 **Status:** ✅ Merged **Merged:** 5/20/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.25.0` --- ### 📝 Commits (1) - [`0869ced`](https://github.com/fsouza/fake-gcs-server/commit/0869cedda44d00c228d8f775fd17ec374682645a) 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/googleapis/google-api-go-client) from 0.24.0 to 0.25.0. <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.25.0</h1> <h2>Announcements</h2> <p><a href="https://github.com/googleapis/google-api-go-client">goolgeapis/google-api-go-client</a> has moved its source of truth to GitHub and is no longer a mirror. This means that our contributing process has changed a bit. We will now be conducting all code reviews on GitHub which means we now accept Pull Requests! If you have a version of the codebase previously checked out you may wish to update your git remote to point to GitHub.</p> <h2>Changes</h2> <ul> <li>all: <ul> <li>Updated instructions in CONTRIBUTING.md for pull requests.</li> </ul> </li> <li>idtoken: <ul> <li>Validate now checks to see if the token is expired.</li> </ul> </li> <li>sheets: <ul> <li>Update ExtendedValue Fields to be pointer types.</li> </ul> </li> <li>support/bunder: <ul> <li>Fix a deadlock that could when handler limit was set to one.</li> </ul> </li> <li>transport: <ul> <li>Allow <code>GOOGLE_API_USE_MTLS</code> overriding the mTLS endpoint behavior for the HTTP client.</li> </ul> </li> <li>Various updates to autogenerated clients.</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/8ecc69ffe2df19a1b579676c8b1e0e3b5690d5e7"><code>8ecc69f</code></a> all: release v0.25.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/493">#493</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b65b9f39245e976f1d5b23c5d54abd2bd05bd3c3"><code>b65b9f3</code></a> idtoken: validate if token is expired (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/492">#492</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/05ec534c8030774181499b0a43a4e431356a92cb"><code>05ec534</code></a> CONTRIBUTING: add instructions for pull requests (<a href="https://github-redirect.dependabot.com/googleapis/google-api-go-client/issues/487">#487</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/6114940689b1dffd822bbe77408bce0b0b9d84f7"><code>6114940</code></a> support/bundler: fix deadlock when using time based flush</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/896839812b23852af2c5c1ea6702df7beee3de79"><code>8968398</code></a> sheets: Update ExtendedValue Fields to be pointer</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/334f1cf68ef2ac2ae0ae06c6423b982b81aa607b"><code>334f1cf</code></a> transport: support GOOGLE_API_USE_MTLS</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7629a2dbc1f467b227e18f1a3d7b0d511f94e0f2"><code>7629a2d</code></a> all: autogenerated update (2020-05-18)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/cc2eaa70ca1be332222571664cafca3bbdbf029c"><code>cc2eaa7</code></a> all: autogenerated update (2020-05-14)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/51d7f2b835913da6636d80e12fdb8dbfcc21c00d"><code>51d7f2b</code></a> all: autogenerated update (2020-05-13)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f56cff5ae64be405ec9a3bb2318160ba0fd33cb6"><code>f56cff5</code></a> all: autogenerated update (2020-05-12)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.24.0...v0.25.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.24.0&new-version=0.25.0)](https://dependabot.com/compatibility-score/?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.24.0&new-version=0.25.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:30:07 +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#459
No description provided.