Skip to content

breaking: Remove deprecated grpc.Dial use, replace with grpc.NewClient#245

Merged
ctlong merged 4 commits intomainfrom
fix/grpc
Jun 11, 2024
Merged

breaking: Remove deprecated grpc.Dial use, replace with grpc.NewClient#245
ctlong merged 4 commits intomainfrom
fix/grpc

Conversation

@ctlong
Copy link
Copy Markdown
Member

@ctlong ctlong commented May 24, 2024

#229

This is a breaking change due to grpc.NewClient not accepting all of the same dial options that grpc.Dial would accept.

ctlong added 4 commits May 24, 2024 09:56
Replaces deprecated `grpc.Dial` with `grpc.NewClient`, which is a
breaking change because it doesn't accept all the same dial options.
Replaces deprecated `grpc.Dial` with `grpc.NewClient`, which is a
breaking change because it doesn't accept all the same dial options.
Reflects the breaking changes in the recent commits related to grpc.
@ctlong ctlong merged commit b6e3676 into main Jun 11, 2024
@ctlong ctlong deleted the fix/grpc branch June 11, 2024 23:57
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.

2 participants