[PR #133] [MERGED] build(deps): bump google.golang.org/api from 0.13.0 to 0.14.0 in /examples/go #367

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/133
Author: @dependabot-preview[bot]
Created: 11/18/2019
Status: Merged
Merged: 11/18/2019
Merged by: @dependabot-preview[bot]

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


📝 Commits (1)

  • 1737ff4 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.13.0 to 0.14.0.

Release notes

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

v0.14.0

  • Fix for setting custom HTTP headers in the absence of UserAgent.

  • Add a client option for disabling telemetry such as OpenCensus.

  • Performance improvements to google.golang.org/api/support/bundler.

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

  • Fix for setting custom HTTP headers in the absence of UserAgent.

  • Add a client option for disabling telemetry such as OpenCensus.

  • Performance improvements to google.golang.org/api/support/bundler.

  • Various updates to autogenerated clients.

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

Commits
  • 8a410c2 all: regenerate libraries.
  • 4816819 all: autogenerated update (2019-11-14)
  • 8a53bfa all: autogenerated update (2019-11-13)
  • 6b6fe89 Add four simple benchmarks for adding items to a bundle and flushing
  • aaf7193 all: autogenerated update (2019-11-12)
  • 54910a4 google-api-go-client: add a client option for disabling the oc http and grpc ...
  • 22b92ae transport/http: fix the setting of custom HTTP headers
  • 473217c all: fix doc on type Field to not refer to old XML API docs
  • 997ecb2 bundler: stop timer from waiting for flushed requests to be handled
  • d708bda all: autogenerated update (2019-11-04)
  • 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 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/133 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/18/2019 **Status:** ✅ Merged **Merged:** 11/18/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/examples/go/google.golang.org/api-0.14.0` --- ### 📝 Commits (1) - [`1737ff4`](https://github.com/fsouza/fake-gcs-server/commit/1737ff488a34ea93f209544be85b155870bab330) 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.13.0 to 0.14.0. <details> <summary>Release notes</summary> *Sourced from [google.golang.org/api's releases](https://github.com/google/google-api-go-client/releases).* > ## v0.14.0 > - Fix for setting custom HTTP headers in the absence of UserAgent. > > - Add a client option for disabling telemetry such as OpenCensus. > > - Performance improvements to google.golang.org/api/support/bundler. > > - Various updates to autogenerated clients. > > _Please note:_ the release version is not indicative of an individual client's > stability or version. </details> <details> <summary>Changelog</summary> *Sourced from [google.golang.org/api's changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md).* > # v0.14.0 > > - Fix for setting custom HTTP headers in the absence of UserAgent. > > - Add a client option for disabling telemetry such as OpenCensus. > > - Performance improvements to google.golang.org/api/support/bundler. > > - Various updates to autogenerated clients. > > _Please note:_ the release version is not indicative of an individual client's > stability or version. </details> <details> <summary>Commits</summary> - [`8a410c2`](https://github.com/googleapis/google-api-go-client/commit/8a410c21381766a810817fd6200fce8838ecb277) all: regenerate libraries. - [`4816819`](https://github.com/googleapis/google-api-go-client/commit/481681947140f58e3d329330ca6e4440c591e47b) all: autogenerated update (2019-11-14) - [`8a53bfa`](https://github.com/googleapis/google-api-go-client/commit/8a53bfa9f89bb02e241f553e212e3f2171cdea3a) all: autogenerated update (2019-11-13) - [`6b6fe89`](https://github.com/googleapis/google-api-go-client/commit/6b6fe890d4b591d892a5a7859cd38257ea284693) Add four simple benchmarks for adding items to a bundle and flushing - [`aaf7193`](https://github.com/googleapis/google-api-go-client/commit/aaf7193ea9c397b5b60ab9749b85f36955d3b2be) all: autogenerated update (2019-11-12) - [`54910a4`](https://github.com/googleapis/google-api-go-client/commit/54910a47699574f642f3f4c8839fdc9f60ee09ee) google-api-go-client: add a client option for disabling the oc http and grpc ... - [`22b92ae`](https://github.com/googleapis/google-api-go-client/commit/22b92ae6b4f349643d80412d64d34d6eeaa02169) transport/http: fix the setting of custom HTTP headers - [`473217c`](https://github.com/googleapis/google-api-go-client/commit/473217c7f590f56568f04c71c91866d794beb596) all: fix doc on type Field to not refer to old XML API docs - [`997ecb2`](https://github.com/googleapis/google-api-go-client/commit/997ecb25550d593f7f4c1ebcc4ba33f50efc6a4b) bundler: stop timer from waiting for flushed requests to be handled - [`d708bda`](https://github.com/googleapis/google-api-go-client/commit/d708bdaa52e7a6d12efa371d241639933f1455fb) all: autogenerated update (2019-11-04) - Additional commits viewable in [compare view](https://github.com/google/google-api-go-client/compare/v0.13.0...v0.14.0) </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.13.0&new-version=0.14.0)](https://dependabot.com/compatibility-score.html?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.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:29:40 +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#367
No description provided.