[PR #38] [MERGED] build(deps): bump cloud.google.com/go from 0.39.0 to 0.40.0 #287

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

📋 Pull Request Information

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

Base: masterHead: dependabot/go_modules/cloud.google.com/go-0.40.0


📝 Commits (1)

  • eaf5b87 build(deps): bump cloud.google.com/go from 0.39.0 to 0.40.0

📊 Changes

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

View changed files

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

📄 Description

Bumps cloud.google.com/go from 0.39.0 to 0.40.0.

Release notes

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

v0.40.0

  • all:
    • Update to protobuf-golang v1.3.1.
  • datastore:
    • Attempt to decode GAE-encoded keys if initial decoding attempt fails.
    • Support integer time conversion.
  • pubsub:
    • Add PublishSettings.BundlerByteLimit. If users receive pubsub.ErrOverflow,
      this value should be adjusted higher.
    • Use IPv6 compatible target in testutil.
  • bigtable:
    • Fix Latin-1 regexp filters in bttest, allowing \C.
    • Expose PassAllFilter.
  • profiler:
    • Add log messages for slow path in start.
    • Fix start to allow retry until success.
  • firestore:
    • Add admin client.
  • containeranalysis:
    • Add apiv1 client.
  • grafeas:
    • Add apiv1 client.
Changelog

Sourced from cloud.google.com/go's changelog.

v0.40.0

  • all:
    • Update to protobuf-golang v1.3.1.
  • datastore:
    • Attempt to decode GAE-encoded keys if initial decoding attempt fails.
    • Support integer time conversion.
  • pubsub:
    • Add PublishSettings.BundlerByteLimit. If users receive pubsub.ErrOverflow,
      this value should be adjusted higher.
    • Use IPv6 compatible target in testutil.
  • bigtable:
    • Fix Latin-1 regexp filters in bttest, allowing \C.
    • Expose PassAllFilter.
  • profiler:
    • Add log messages for slow path in start.
    • Fix start to allow retry until success.
  • firestore:
    • Add admin client.
  • containeranalysis:
    • Add apiv1 client.
  • grafeas:
    • Add apiv1 client.
Commits
  • 457ea5c DO NOT SUBMIT all: release v0.40.0
  • aef6eeb pubsub: default BufferedByteLimit
  • f9732bf datastore: try to decode GAE-encoded keys
  • ad9d9cb pubsub: expose bundler.BufferedByteLimit to topic.PublishSettings
  • c8433c9 containeranalysis: add containeranalysis and grafeas clients
  • 0e144df pubsub: use ip version agnostic hostname in testutil server
  • 24c3c34 profiler: make some common code in the startup script reusable
  • 6b2c657 datastore: allow integer time conversion
  • 5ea6847 all: regen gapics
  • 61166ef firestore: add admin client
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/38 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/10/2019 **Status:** ✅ Merged **Merged:** 6/10/2019 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `dependabot/go_modules/cloud.google.com/go-0.40.0` --- ### 📝 Commits (1) - [`eaf5b87`](https://github.com/fsouza/fake-gcs-server/commit/eaf5b878ce02f6aef01be4c336ee7d45ab3463b8) build(deps): bump cloud.google.com/go from 0.39.0 to 0.40.0 ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -0) </details> ### 📄 Description Bumps [cloud.google.com/go](https://github.com/GoogleCloudPlatform/gcloud-golang) from 0.39.0 to 0.40.0. <details> <summary>Release notes</summary> *Sourced from [cloud.google.com/go's releases](https://github.com/GoogleCloudPlatform/gcloud-golang/releases).* > ## v0.40.0 > - all: > - Update to protobuf-golang v1.3.1. > - datastore: > - Attempt to decode GAE-encoded keys if initial decoding attempt fails. > - Support integer time conversion. > - pubsub: > - Add PublishSettings.BundlerByteLimit. If users receive pubsub.ErrOverflow, > this value should be adjusted higher. > - Use IPv6 compatible target in testutil. > - bigtable: > - Fix Latin-1 regexp filters in bttest, allowing \C. > - Expose PassAllFilter. > - profiler: > - Add log messages for slow path in start. > - Fix start to allow retry until success. > - firestore: > - Add admin client. > - containeranalysis: > - Add apiv1 client. > - grafeas: > - Add apiv1 client. </details> <details> <summary>Changelog</summary> *Sourced from [cloud.google.com/go's changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md).* > ## v0.40.0 > > - all: > - Update to protobuf-golang v1.3.1. > - datastore: > - Attempt to decode GAE-encoded keys if initial decoding attempt fails. > - Support integer time conversion. > - pubsub: > - Add PublishSettings.BundlerByteLimit. If users receive pubsub.ErrOverflow, > this value should be adjusted higher. > - Use IPv6 compatible target in testutil. > - bigtable: > - Fix Latin-1 regexp filters in bttest, allowing \C. > - Expose PassAllFilter. > - profiler: > - Add log messages for slow path in start. > - Fix start to allow retry until success. > - firestore: > - Add admin client. > - containeranalysis: > - Add apiv1 client. > - grafeas: > - Add apiv1 client. </details> <details> <summary>Commits</summary> - [`457ea5c`](https://github.com/googleapis/google-cloud-go/commit/457ea5c15ccf3b87db582c450e80101989da35f7) DO NOT SUBMIT all: release v0.40.0 - [`aef6eeb`](https://github.com/googleapis/google-cloud-go/commit/aef6eeb4a44b3d7557fe3c902e58cc2d51652a4e) pubsub: default BufferedByteLimit - [`f9732bf`](https://github.com/googleapis/google-cloud-go/commit/f9732bf9053bffe82c299a4999dee437ad68a618) datastore: try to decode GAE-encoded keys - [`ad9d9cb`](https://github.com/googleapis/google-cloud-go/commit/ad9d9cbfd8a5e1a022fe6f4ba329c01798b03217) pubsub: expose bundler.BufferedByteLimit to topic.PublishSettings - [`c8433c9`](https://github.com/googleapis/google-cloud-go/commit/c8433c9aaceb2a28b9872cf46a23fa804996388c) containeranalysis: add containeranalysis and grafeas clients - [`0e144df`](https://github.com/googleapis/google-cloud-go/commit/0e144df13ecf50b430872bb7bb12f17c3a27f16d) pubsub: use ip version agnostic hostname in testutil server - [`24c3c34`](https://github.com/googleapis/google-cloud-go/commit/24c3c3443c02fe84c87cc25176cadfa1118da859) profiler: make some common code in the startup script reusable - [`6b2c657`](https://github.com/googleapis/google-cloud-go/commit/6b2c6576e4fb7ad1d807846715227ddfdeaae74f) datastore: allow integer time conversion - [`5ea6847`](https://github.com/googleapis/google-cloud-go/commit/5ea6847e42e62cd77aab6fb7047b15132174a634) all: regen gapics - [`61166ef`](https://github.com/googleapis/google-cloud-go/commit/61166ef305533a6c5b0b3275df2cb544d678339a) firestore: add admin client - Additional commits viewable in [compare view](https://github.com/GoogleCloudPlatform/gcloud-golang/compare/v0.39.0...v0.40.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cloud.google.com/go&package-manager=go_modules&previous-version=0.39.0&new-version=0.40.0)](https://dependabot.com/compatibility-score.html?dependency-name=cloud.google.com/go&package-manager=go_modules&previous-version=0.39.0&new-version=0.40.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-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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </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:10:05 +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#287
No description provided.