cloud-run-microservice-template-go icon indicating copy to clipboard operation
cloud-run-microservice-template-go copied to clipboard

chore(all): update all

Open renovate-bot opened this issue 1 month ago • 3 comments

This PR contains the following updates:

Package Change Age Confidence Type Update
cloud.google.com/go/compute/metadata v0.5.1 -> v0.9.0 age confidence require minor
cloud.google.com/go/logging v1.11.0 -> v1.13.0 age confidence require minor
go (source) 1.24.1 -> 1.25.3 age confidence toolchain minor
golang.org/x/oauth2 v0.27.0 -> v0.32.0 age confidence require minor
google.golang.org/api v0.198.0 -> v0.252.0 age confidence require minor
google.golang.org/grpc v1.66.2 -> v1.76.0 age confidence require minor

Release Notes

googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)

v0.9.0

  • Breaking changes to some autogenerated clients.
  • rpcreplay package added.

v0.8.0

Compare Source

  • profiler package added.
  • storage:
    • Retry Objects.Insert call.
    • Add ProgressFunc to WRiter.
  • pubsub: breaking changes:
    • Publish is now asynchronous (announcement).
    • Subscription.Pull replaced by Subscription.Receive, which takes a callback (announcement).
    • Message.Done replaced with Message.Ack and Message.Nack.

v0.7.0

Compare Source

  • Release of a client library for Spanner. See the blog post. Note that although the Spanner service is beta, the Go client library is alpha.

v0.6.0

  • Beta release of BigQuery, DataStore, Logging and Storage. See the blog post.

  • bigquery:

    • struct support. Read a row directly into a struct with RowIterator.Next, and upload a row directly from a struct with Uploader.Put. You can also use field tags. See the [package documentation][cloud-bigquery-ref] for details.

    • The ValueList type was removed. It is no longer necessary. Instead of

    var v ValueList
    ... it.Next(&v) ..
    

    use

    var v []Value
    ... it.Next(&v) ...
    
    • Previously, repeatedly calling RowIterator.Next on the same []Value or ValueList would append to the slice. Now each call resets the size to zero first.

    • Schema inference will infer the SQL type BYTES for a struct field of type []byte. Previously it inferred STRING.

    • The types uint, uint64 and uintptr are no longer supported in schema inference. BigQuery's integer type is INT64, and those types may hold values that are not correctly represented in a 64-bit signed integer.

golang/go (go)

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.9

v1.24.8

v1.24.7

v1.24.6

v1.24.5

v1.24.4

v1.24.3

v1.24.2

googleapis/google-api-go-client (google.golang.org/api)

v0.252.0

Compare Source

Features

v0.251.0

Compare Source

Features

v0.250.0

Compare Source

Features

v0.249.0

Compare Source

Features

v0.248.0

Compare Source

Features

v0.247.0

Compare Source

Features

v0.246.0

Compare Source

Features
Bug Fixes

v0.245.0

Compare Source

Features
Bug Fixes
  • gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#​3258) (091d422)

v0.244.0

Compare Source

Features

v0.243.0

Compare Source

Features
Bug Fixes
  • gensupport: Update chunk upload logic for robust timeout handling. (#​3208) (93865aa)

v0.242.0

Compare Source

Features

v0.241.0

Compare Source

Features

v0.240.0

Compare Source

Features

v0.239.0

Compare Source

Features

v0.238.0

Compare Source

Features

v0.237.0

Compare Source

Features

v0.236.0

Compare Source

Features
Bug Fixes

v0.235.0

Compare Source

Features
Bug Fixes
  • internaloption: AuthCreds should honor WithoutAuthentication (#​3166) (d117646)

v0.234.0

Compare Source

Features
Bug Fixes
  • Check for auth creds in options to trigger new auth lib usage (#​3162) (b356c44)

v0.233.0

Compare Source

Features

v0.232.0

Compare Source

Features

v0.231.0

Compare Source

Features

v0.230.0

Compare Source

Features
Bug Fixes

v0.229.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-bot avatar Oct 21 '25 19:10 renovate-bot

/gcbrun

dpebot avatar Oct 21 '25 19:10 dpebot

/gcbrun

dpebot avatar Oct 21 '25 19:10 dpebot

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

forking-renovate[bot] avatar Oct 22 '25 09:10 forking-renovate[bot]