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.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Aug 9, 2025
@github-actions github-actions bot added the fix label Aug 9, 2025
@kodiakhq kodiakhq bot merged commit f93d1ad into main Aug 9, 2025
12 checks passed
@kodiakhq kodiakhq bot deleted the renovate/google-golang-modules branch August 9, 2025 00:52
kodiakhq bot pushed a commit that referenced this pull request Sep 8, 2025
🤖 I have created a release *beep* *boop*
---


## [1.26.19](v1.26.18...v1.26.19) (2025-09-08)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to 645b1fa ([#529](#529)) ([1870e75](1870e75))
* **deps:** Update golang.org/x/exp digest to 8b4c13b ([#540](#540)) ([0926228](0926228))
* **deps:** Update Google Golang modules ([#543](#543)) ([aaed073](aaed073))
* **deps:** Update module github.com/apache/arrow-go/v18 to v18.4.1 ([#544](#544)) ([ef6b743](ef6b743))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.1 ([#531](#531)) ([b9b44c5](b9b44c5))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.2 ([#542](#542)) ([860d536](860d536))
* **deps:** Update module github.com/docker/go-connections to v0.6.0 ([#541](#541)) ([28b6d54](28b6d54))
* **deps:** Update module github.com/stretchr/testify to v1.11.0 ([#537](#537)) ([187b057](187b057))
* **deps:** Update module google.golang.org/grpc to v1.74.2 ([#533](#533)) ([f93d1ad](f93d1ad))
* **deps:** Update module google.golang.org/protobuf to v1.36.7 ([#534](#534)) ([e082ea0](e082ea0))
* Generate Go Code from `plugin-pb` ([#532](#532)) ([c5ae723](c5ae723))
* Generate Go Code from `plugin-pb` ([#535](#535)) ([2124920](2124920))

---
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
Labels
automerge Add to automerge PRs once requirements are met fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant