Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Update grpc-go from 1.14.0 to 1.23.0 #279

Merged
merged 1 commit into from
Aug 15, 2019
Merged

Update grpc-go from 1.14.0 to 1.23.0 #279

merged 1 commit into from
Aug 15, 2019

Conversation

DReigada
Copy link
Contributor

@DReigada DReigada commented Aug 14, 2019

The grpc-go version currently used is a bit outdated (1 year old), updating the version will bring some stability improvements as well as bug fixes.

@@ -90,7 +90,6 @@ func NewGateway(ctx context.Context, address string, caFile, certificateFile, ke
grpc.WithBalancerName(roundrobin.Name),
grpc.WithDisableServiceConfig(),
grpc.WithBlock(),
grpc.WithWaitForHandshake(),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already enabled by default (the method was also removed)

@pingles
Copy link
Contributor

pingles commented Aug 15, 2019

Thanks @DReigada. Funnily enough we were talking about this upgrade yesterday! @uswitch/cloud should pick this up.

Copy link
Contributor

@Joseph-Irving Joseph-Irving left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Joseph-Irving Joseph-Irving merged commit d81de51 into uswitch:master Aug 15, 2019
@DReigada DReigada deleted the update-gogrpc branch August 16, 2019 09:00
@DReigada
Copy link
Contributor Author

Thanks for the quick feedback and approval! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants