Skip to content
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

Upgrade grpc-swift to 1.21.1 #1185

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

Conversation

kev-the-dev
Copy link

@kev-the-dev kev-the-dev commented Apr 1, 2024

Upgrade grpc-swift to 1.21.1, along with some of its transitive dependencies. This new version contains bug fixes and and access to new APIs, such as the GRPCChannelPoolError struct being publicly exported. The versions of these transitive dependencies were pulled directly from grpc-swift's package.swift.

This also required some changes to the grpc-swift build overlay, since grpc-swift split up into some sub-libraries instead of one monolith library. This was done iteratively, adding in these new libraries until the grpc-swift build passed.

Testing

In a project, can build swift packages which use grpc and make use of new features in this version of grpc-swift.

Copy link

google-cla bot commented Apr 1, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@kev-the-dev kev-the-dev force-pushed the kev-the-dev/1.16.0-grpc-upgrade branch from 40ae047 to a6f3e68 Compare April 1, 2024 15:27
@kev-the-dev
Copy link
Author

Standby, working on figuring out the appropriate way to submit the CLA

@kev-the-dev kev-the-dev force-pushed the kev-the-dev/1.16.0-grpc-upgrade branch from a6f3e68 to 8a3b214 Compare April 1, 2024 16:01
@kev-the-dev
Copy link
Author

CLA complete and passed

@mattrobmattrob
Copy link
Contributor

Hey, @kev-the-dev. Can you provide more detail on the PR description about why you're doing this update? And can you fix the failing CI jobs?

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.

None yet

2 participants