Skip to content

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Aug 9, 2025

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require patch v1.74.1 -> v1.74.2

Release Notes

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

v1.74.2: Release 1.74.2

Compare Source

New Features

  • grpc: introduce new DialOptions and ServerOptions (WithStaticStreamWindowSize, WithStaticConnWindowSize, StaticStreamWindowSize, StaticConnWindowSize) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#​8283)

API Changes

  • balancer: add ExitIdle method to Balancer interface. Earlier, implementing this method was optional. (#​8367)

Behavior Changes

  • xds: Remove the GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#​8248)
  • server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (#​8439)

Bug Fixes

  • googledirectpath: avoid logging the error message Attempt to set a bootstrap configuration... when creating multiple directpath channels. (#​8419)

Performance Improvements

  • transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (#​8361)
  • transport: reduce heap allocations by re-using mem.Reader objects. (#​8360)

Documentation

  • examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (#​8388)

Configuration

📅 Schedule: Branch creation - "before 3am on Saturday" (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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@github-actions github-actions bot added the fix label Aug 9, 2025
@kodiakhq kodiakhq bot merged commit 5d8368f into main Aug 9, 2025
10 checks passed
@kodiakhq kodiakhq bot deleted the renovate/google-golang-modules branch August 9, 2025 00:58
kodiakhq bot pushed a commit that referenced this pull request Aug 19, 2025
🤖 I have created a release *beep* *boop* --- ## [4.89.0](v4.88.1...v4.89.0) (2025-08-19) ### Features * Make getColumnChangeSummary public for use in plugins ([#2260](#2260)) ([5c0a06e](5c0a06e)) ### Bug Fixes * **deps:** Update aws-sdk-go-v2 monorepo ([#2256](#2256)) ([0b64895](0b64895)) * **deps:** Update aws-sdk-go-v2 monorepo ([#2257](#2257)) ([b546297](b546297)) * **deps:** Update golang.org/x/exp digest to 645b1fa ([#2250](#2250)) ([ab469c1](ab469c1)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.0 ([#2246](#2246)) ([291b0d9](291b0d9)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.1 ([#2254](#2254)) ([fb148a1](fb148a1)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.16 ([#2245](#2245)) ([5223700](5223700)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.17 ([#2248](#2248)) ([3b8a166](3b8a166)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.18 ([#2249](#2249)) ([8e35433](8e35433)) * **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.2 ([#2251](#2251)) ([a76d1c2](a76d1c2)) * **deps:** Update module github.com/spf13/cobra to v1.9.1 ([#2252](#2252)) ([3db1576](3db1576)) * **deps:** Update module google.golang.org/grpc to v1.74.2 ([#2255](#2255)) ([5d8368f](5d8368f)) * **deps:** Update module google.golang.org/protobuf to v1.36.7 ([#2258](#2258)) ([cd611d3](cd611d3)) * Require Row count to be greater than 0 ([#2259](#2259)) ([8721bdc](8721bdc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant