Skip to content

Bump google.golang.org/grpc from 1.74.2 to 1.75.0 in /sdks - #35971

Merged
lostluck merged 1 commit into
masterfrom
dependabot/go_modules/sdks/google.golang.org/grpc-1.75.0
Aug 27, 2025
Merged

Bump google.golang.org/grpc from 1.74.2 to 1.75.0 in /sdks#35971
lostluck merged 1 commit into
masterfrom
dependabot/go_modules/sdks/google.golang.org/grpc-1.75.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 26, 2025

Copy link
Copy Markdown
Contributor

Bumps google.golang.org/grpc from 1.74.2 to 1.75.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.75.0

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#8438)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#8377)

Bug Fixes

  • xds: Fix regression preventing empty node IDs in xDS bootstrap configuration. (#8476)
  • xds: Fix possible panic when certain invalid resources are encountered. (#8412)
  • xdsclient: Fix a rare panic caused by processing a response from a closed server. (#8389)
  • stats: Fix metric unit formatting by enclosing non-standard units like call and endpoint in curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#8481)
  • xds: Fix possible panic when clusters are removed from the xds configuration. (#8428)
  • xdsclient: Fix a race causing "resource doesn not exist" when rapidly subscribing and unsubscribing to the same resource. (#8369)
  • client: When determining the authority, properly percent-encode (if needed, which is unlikely) when the target string omits the hostname and only specifies a port (grpc.NewClient(":<port-number-or-name>")). (#8488)
Commits
  • b9788ef Change version to 1.75.0 (#8493)
  • 2bd74b2 credentials: fix behavior of grpc.WithAuthority and credential handshake prec...
  • 9fa3267 xds: remove xds client fallback environment variable (#8482)
  • 62ec29f grpc: Fix cardinality violations in non-client streaming RPCs. (#8385)
  • 85240a5 stats: change non-standard units to annotations (#8481)
  • ac13172 update deps (#8478)
  • 0a895bc examples/opentelemetry: use experimental metrics in example (#8441)
  • 8b61e8f xdsclient: do not process updates from closed server channels (#8389)
  • 7238ab1 Allow empty nodeID (#8476)
  • 9186ebd cleanup: use slices.Equal to simplify code (#8472)
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

@dependabotdependabotBot added dependencies Pull requests that update a dependency file go labels Aug 26, 2025
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.74.2 to 1.75.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.74.2...v1.75.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.75.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/go_modules/sdks/google.golang.org/grpc-1.75.0 branch from c1d1df9 to 20679b3CompareAugust 26, 2025 23:46
@codecov

codecovBot commented Aug 26, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.75%. Comparing base (fa5f7d1) to head (20679b3).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@## master #35971 +/- ##
=========================================
Coverage 54.75% 54.75% Complexity 1646 1646 =========================================
Files 1060 1060 Lines 163558 163558 Branches 1189 1189 =========================================
+ Hits 89553 89554 +1 + Misses 71853 71849 -4 - Partials 2152 2155 +3 
FlagCoverage Δ
go28.22% <ø> (+<0.01%)⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

Copy link
Copy Markdown
Contributor

Assigning reviewers:

R: @lostluck for label go.

Note: If you would like to opt out of this review, comment assign to next reviewer.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@lostluck
lostluck merged commit 4c97993 into masterAug 27, 2025
11 checks passed
@dependabot
dependabotBot deleted the dependabot/go_modules/sdks/google.golang.org/grpc-1.75.0 branch August 27, 2025 14:29
damccorm added a commit that referenced this pull request Aug 27, 2025
* sdks/python: properly make milvus as extra dependency
* sdks/python: update image requirements
* .github: trigger postcommit python
* sdks/python: fix linting issues
* sdks/python: fix formatting issues
* .github: trigger beam postcommit python
* sdks/python: revert milvus version in itests
* sdks/python: update image requirements
* trigger_files: trigger postcommit python
* Bump github.com/docker/go-connections from 0.5.0 to 0.6.0 in /sdks (#35906)
Bumps [github.com/docker/go-connections](https://github.com/docker/go-connections) from 0.5.0 to 0.6.0.
- [Commits](docker/go-connections@v0.5.0...v0.6.0)
---
updated-dependencies:
- dependency-name: github.com/docker/go-connections
dependency-version: 0.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add the readme link to new YAML examples (#35941)
* Bump google.golang.org/api from 0.247.0 to 0.248.0 in /sdks (#35969)
* Remove mysql-connector-python dependency (#35932)
* Fix typos and update test implementation from #35656 (#35958)
* implement lambda name pickling in cloudpickle
* add enable_lambda_name to __init__
* fix formatting and lint
* fix typo
* fix code paths in test
* fix tests
* fix lint
* fix formatting and failing test
* fix formatting again
* remove cloudpickle implementation to leave only typo fixes and fixing test structure.
* fix _make_function typo
* revert regex
* fix failing tests
* fix formatting
* update prefix to not hardcode
* feat(mongodb): upgrade MongoDB Java driver to version 5.5.0 (#35946)
* feat(mongodb): upgrade MongoDB Java driver to version 5.5.0
Update MongoDB Java driver from 3.12.11 to 5.5.0 and refactor code to use new API
Add mongo-bson dependency required by new driver version
Replace deprecated MongoClient with MongoClients and update GridFS implementation
* refactor(mongodb): update MongoDB client usage to modern API
Replace deprecated MongoClient with MongoClients.create() and update database drop method
* build(dependencies): add mongodb driver core dependency
Add mongodb-driver-core to support MongoDB Java driver functionality.
Also mark mongo_java_driver as permitUnusedDeclared and add testImplementation.
* fix(mongodb): update embedded mongo version and fix split key filtering
Update embedded MongoDB test dependency to version 3.5.4 and simplify split key filtering logic by using BsonObjectId for range queries. This ensures proper type handling when filtering MongoDB documents by _id field.
* build: add mongodb-driver-core dependency
Add mongodb-driver-core version 5.5.0 to support MongoDB Java driver functionality
* use version
* refactor: simplify mongo client creation logic
Remove redundant null check and consolidate uri handling in MongoDbGridFSIO
* Bump github.com/aws/aws-sdk-go-v2/credentials in /sdks (#35974)
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.18.6 to 1.18.7.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.7/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.6...config/v1.18.7)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-version: 1.18.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump google.golang.org/grpc from 1.74.2 to 1.75.0 in /sdks (#35971)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.74.2 to 1.75.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.74.2...v1.75.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.75.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Override localhost endpoint when a worker is running in docker on mac (#35964)
* fix(parquetio): handle missing nullable fields in row conversion (#35948)
* fix(parquetio): handle missing nullable fields in row conversion
Add null value handling when converting rows to Arrow tables for nullable fields that are missing from input data. This fixes KeyError when writing to Parquet with missing nullable fields, addressing issue #35791.
* fix lint
* Bump cloud.google.com/go/storage from 1.56.0 to 1.56.1 in /sdks (#35980)
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.56.0 to 1.56.1.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.56.0...storage/v1.56.1)
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-version: 1.56.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [Prism] Fix segv when docker container self-terminated. (#35977)
* Fix segv when docker container is self-terminated
* Add some debug logging for docker and process env.
* add a jinja % include/import pipeline example to docs (#35931)
* add a jinja include pipeline example
* update yaml doc with import example
* address gemini and other comments
* fix table of contents for readme
* add link to jinja pipeline examples
* Bump github.com/aws/aws-sdk-go-v2/config from 1.31.2 to 1.31.3 in /sdks (#35983)
* Add a security GCP log analyzer (#35922)
* Add the base log_analyzer
* Add github action for security logging
* Enhance LogAnalyzer to filter logs by time range and include file names in event summary
* Add dry-run option for weekly email report generation in LogAnalyzer
* Better error handling for timezones and missing details
* Refactor LogAnalyzer to use SinkCls for type consistency and enhance bucket permission management for log sinks
* update py containers (#35982)
* [YAML]: add import jinja pipeline example (#35945)
* add import jinja pipeline example
* revert name change
* update overall examples readme
* fix lint issue
* fix gemini small issue
* Update sdks/python/apache_beam/yaml/examples/transforms/jinja/import/README.md
---------
Co-authored-by: tvalentyn <tvalentyn@users.noreply.github.com>
* workflows: capture DinD tests in PreCommit Py Coverage workflow
* workflows: temporarily removing `ubuntu-latest` till resolving deps
* workflows: add `matrix.os` label to `beam_PreCommit_Python_Coverage`
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chamikara Jayalath <chamikaramj@gmail.com>
Co-authored-by: Yi Hu <yathu@google.com>
Co-authored-by: kristynsmith <kristynsmith@google.com>
Co-authored-by: liferoad <huxiangqian@gmail.com>
Co-authored-by: Shunping Huang <shunping@google.com>
Co-authored-by: Derrick Williams <derrickaw@google.com>
Co-authored-by: Enrique Calderon <71863693+ksobrenat32@users.noreply.github.com>
Co-authored-by: Ahmed Abualsaud <65791736+ahmedabu98@users.noreply.github.com>
Co-authored-by: tvalentyn <tvalentyn@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegoNext Action: Reviewers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@lostluck