Skip to content

fix(deps): update google#786

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/google
Open

fix(deps): update google#786
renovate[bot] wants to merge 1 commit intomainfrom
renovate/google

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/googleapis/gax-go/v2 require minor v2.15.0v2.17.0 OpenSSF Scorecard
google.golang.org/api require minor v0.256.0v0.266.0 OpenSSF Scorecard
google.golang.org/genproto require digest 95abcf54cfbd41 OpenSSF Scorecard
google.golang.org/genproto/googleapis/api require digest 95abcf54cfbd41 OpenSSF Scorecard
google.golang.org/grpc require minor v1.77.0v1.79.1 OpenSSF Scorecard
google.golang.org/protobuf require patch v1.36.10v1.36.11 OpenSSF Scorecard

Release Notes

googleapis/gax-go (github.com/googleapis/gax-go/v2)

v2.17.0: v2 2.17.0

Compare Source

Features

v2.16.0: v2 2.16.0

Compare Source

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

v0.266.0

Compare Source

Features

v0.265.0

Compare Source

Features

v0.264.0

Compare Source

Features

v0.263.0

Compare Source

Features

v0.262.0

Compare Source

Features
Bug Fixes

v0.261.0

Compare Source

Features

v0.260.0

Compare Source

Features

v0.259.0

Compare Source

⚠ BREAKING CHANGES
  • remove firebaseremoteconfig from package list (#​3422)
Features
Bug Fixes
Miscellaneous Chores

v0.258.0

Compare Source

Features

v0.257.0

Compare Source

Features
grpc/grpc-go (google.golang.org/grpc)

v1.79.1: Release 1.79.1

Compare Source

Bug Fixes

  • grpc: Remove the -dev suffix from the User-Agent header (#​8902)

v1.79.0: Release 1.79.0

Compare Source

API Changes

  • mem: Add experimental API SetDefaultBufferPool to change the default buffer pool. (#​8806)
  • experimental/stats: Update MetricsRecorder to require embedding the new UnimplementedMetricsRecorder (a no-op struct) in all implementations for forward compatibility. (#​8780)

Behavior Changes

  • balancer/weightedtarget: Remove handling of Addresses and only handle Endpoints in resolver updates. (#​8841)

New Features

  • experimental/stats: Add support for asynchronous gauge metrics through the new AsyncMetricReporter and RegisterAsyncReporter APIs. (#​8780)
  • pickfirst: Add support for weighted random shuffling of endpoints, as described in gRFC A113.
    • This is enabled by default, and can be turned off using the environment variable GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING. (#​8864)
  • xds: Implement :authority rewriting, as specified in gRFC A81. (#​8779)
  • balancer/randomsubsetting: Implement the random_subsetting LB policy, as specified in gRFC A68. (#​8650)
  • server: Include status detail headers, if available, when terminating a stream during request header processing. (#​8754)

Bug Fixes

  • credentials/tls: Fix a bug where the port was not stripped from the authority override before validation. (#​8726)
  • xds/priority: Fix a bug causing delayed failover to lower-priority clusters when a higher-priority cluster is stuck in CONNECTING state. (#​8813)
  • health: Fix a bug where health checks failed for clients using legacy compression options (WithDecompressor or RPCDecompressor). (#​8765)
  • transport: Fix an issue where the HTTP/2 server could skip header size checks when terminating a stream early. (#​8769)

Performance Improvements

  • credentials/alts: Optimize read buffer alignment to reduce copies. (#​8791)
  • mem: Optimize pooling and creation of buffer objects. (#​8784)
  • transport: Reduce slice re-allocations by reserving slice capacity. (#​8797)

v1.78.0: Release 1.78.0

Compare Source

Behavior Changes
  • client: Reject target URLs containing unbracketed colons in the hostname in Go version 1.26+. (#​8716)
New Features
  • stats/otel: Add backend service label to wrr metrics as part of A89. (#​8737)
  • stats/otel: Add subchannel metrics (without the disconnection reason) to eventually replace the pickfirst metrics. (#​8738)
  • client: Wait for all pending goroutines to complete when closing a graceful switch balancer. (#​8746)
Bug Fixes
  • transport/client : Return status code Unknown on malformed grpc-status. (#​8735)
  • client: Add experimental.AcceptCompressors so callers can restrict the grpc-accept-encoding header advertised for a call. (#​8718)
  • xds: Fix a bug in StringMatcher where regexes would match incorrectly when ignore_case is set to true. (#​8723)
  • xds/resolver:
    • Drop previous route resources and report an error when no matching virtual host is found.
    • Only log LDS/RDS configuration errors following a successful update and retain the last valid resource to prevent transient failures. (#​8711)
  • client:
    • Change connectivity state to CONNECTING when creating the name resolver (as part of exiting IDLE).
    • Change connectivity state to TRANSIENT_FAILURE if name resolver creation fails (as part of exiting IDLE).
    • Change connectivity state to IDLE after idle timeout expires even when current state is TRANSIENT_FAILURE.
    • Fix a bug that resulted in OnFinish call option not being invoked for RPCs where stream creation failed. (#​8710)
  • xdsclient: Fix a race in the xdsClient that could lead to resource-not-found errors. (#​8627)
Performance Improvements
  • mem: Round up to nearest 4KiB for pool allocations larger than 1MiB. (#​8705)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.11

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11

User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.

Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds

Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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
Copy link
Contributor Author

renovate bot commented Nov 25, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.44.0 -> v0.45.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 -> v0.0.0-20251124214823-79d6a2a48846

@renovate renovate bot changed the title fix(deps): update google to 79d6a2a fix(deps): update google Dec 3, 2025
@renovate renovate bot force-pushed the renovate/google branch from cc6048f to 9d5d86b Compare December 3, 2025 03:48
@renovate renovate bot force-pushed the renovate/google branch from 9d5d86b to a93ac36 Compare December 12, 2025 14:01
@renovate
Copy link
Contributor Author

renovate bot commented Dec 12, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.38.0 -> v1.39.0
go.opentelemetry.io/otel/sdk v1.38.0 -> v1.39.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.39.0
golang.org/x/net v0.47.0 -> v0.49.0
golang.org/x/text v0.31.0 -> v0.33.0
cloud.google.com/go v0.121.6 -> v0.123.0
cloud.google.com/go/auth v0.17.0 -> v0.18.1
cloud.google.com/go/longrunning v0.7.0 -> v0.8.0
github.com/googleapis/enterprise-certificate-proxy v0.3.7 -> v0.3.11
go.opentelemetry.io/otel/metric v1.38.0 -> v1.39.0
golang.org/x/crypto v0.44.0 -> v0.47.0
golang.org/x/mod v0.29.0 -> v0.31.0
golang.org/x/oauth2 v0.33.0 -> v0.35.0
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/sys v0.38.0 -> v0.40.0
golang.org/x/tools v0.38.0 -> v0.40.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 -> v0.0.0-20260203192932-546029d2fa20

@renovate renovate bot force-pushed the renovate/google branch 3 times, most recently from 6292ab7 to c910745 Compare December 18, 2025 21:35
@renovate renovate bot force-pushed the renovate/google branch 2 times, most recently from c6569f5 to 96d1f9d Compare December 23, 2025 10:04
@renovate renovate bot force-pushed the renovate/google branch 2 times, most recently from 1f8851e to b5681d7 Compare January 12, 2026 21:28
@renovate renovate bot force-pushed the renovate/google branch 3 times, most recently from 150f5a9 to 1b39b89 Compare January 21, 2026 01:04
@renovate renovate bot force-pushed the renovate/google branch 7 times, most recently from b25acae to eb89947 Compare January 28, 2026 02:00
@renovate renovate bot force-pushed the renovate/google branch 4 times, most recently from 42a91a3 to d3ac1af Compare February 4, 2026 14:04
@renovate renovate bot force-pushed the renovate/google branch 3 times, most recently from 8649203 to 9529355 Compare February 12, 2026 17:11
@renovate renovate bot force-pushed the renovate/google branch from 9529355 to 84f9df2 Compare February 13, 2026 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants