Skip to content

chore(deps): Update go minor and patch (main) #9494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
github.com/dgraph-io/dgo/v250 require digest 4a519e5 -> d609f43
github.com/dgraph-io/ristretto/v2 require minor v2.2.0 -> v2.3.0 age confidence
github.com/golang/geo require digest 247f399 -> ecfc33a age confidence
github.com/graph-gophers/graphql-go require minor v1.6.0 -> v1.7.0 age confidence
github.com/mark3labs/mcp-go require minor v0.37.0 -> v0.38.0 age confidence
github.com/stretchr/testify require minor v1.10.0 -> v1.11.0 age confidence
golang.org/x/exp require digest 42675ad -> 8b4c13b age confidence
google.golang.org/grpc require minor v1.74.2 -> v1.75.0 age confidence
google.golang.org/protobuf require patch v1.36.7 -> v1.36.8 age confidence

Release Notes

dgraph-io/ristretto (github.com/dgraph-io/ristretto/v2)

v2.3.0: Ristretto v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: hypermodeinc/ristretto@v2.2.0...v2.3.0

graph-gophers/graphql-go (github.com/graph-gophers/graphql-go)

v1.7.0

Compare Source

What's Changed
Important

The default branch of the repository is now main. The previous default branch (i.e. master) is still present but will not be updated anymore.

Full Changelog: graph-gophers/graphql-go@v1.6.0...v1.7.0

mark3labs/mcp-go (github.com/mark3labs/mcp-go)

v0.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.37.0...v0.38.0

stretchr/testify (github.com/stretchr/testify)

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

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

v1.75.0: Release 1.75.0

Compare Source

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)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.8

Compare Source

Maintenance:

CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release


Configuration

📅 Schedule: Branch creation - "on Wednesday" (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 renovate bot requested a review from a team as a code owner August 20, 2025 17:07
@renovate renovate bot force-pushed the renovate/main-go-minor-and-patch branch 2 times, most recently from 4254278 to 184b88b Compare August 22, 2025 18:42
Copy link
Contributor Author

renovate bot commented Aug 22, 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
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 -> v0.0.0-20250707201910-8d1bb00bc6a7
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 -> v0.0.0-20250707201910-8d1bb00bc6a7

@github-actions github-actions bot added area/testing Testing related issues area/graphql Issues related to GraphQL support on Dgraph. area/core internal mechanisms labels Aug 22, 2025
@renovate renovate bot force-pushed the renovate/main-go-minor-and-patch branch from 184b88b to 28ac823 Compare August 22, 2025 20:25
@matthewmcneely matthewmcneely force-pushed the renovate/main-go-minor-and-patch branch from 28ac823 to 395f8c3 Compare August 22, 2025 23:33
@renovate renovate bot force-pushed the renovate/main-go-minor-and-patch branch 2 times, most recently from e8448db to 5ddc791 Compare August 24, 2025 13:48
@renovate renovate bot force-pushed the renovate/main-go-minor-and-patch branch from 5ddc791 to 2e51266 Compare August 24, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core internal mechanisms area/graphql Issues related to GraphQL support on Dgraph. area/testing Testing related issues
Development

Successfully merging this pull request may close these issues.

0 participants