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

Remove support for grpclib #71

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

llucax
Copy link
Contributor

@llucax llucax commented Aug 14, 2024

The grpclib project is in maintainance mode, as it was only created as an alternative to grpcio when it didn't support async. The author has no intention to keep developping it, so it is a bit risky to depend on it.

Fixes #69.

@llucax llucax requested a review from a team as a code owner August 14, 2024 10:01
@llucax llucax requested a review from Marenz August 14, 2024 10:01
@github-actions github-actions bot added part:docs Affects the documentation part:tests Affects the unit, integration and performance (benchmarks) tests part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) part:code Affects the code in general labels Aug 14, 2024
@llucax
Copy link
Contributor Author

llucax commented Aug 14, 2024

For @shsms's joy!

@llucax llucax self-assigned this Aug 14, 2024
@llucax llucax added the scope:breaking-change Breaking change, users will need to update their code label Aug 14, 2024
@llucax llucax enabled auto-merge August 14, 2024 10:02
The grpclib project is in maintainance mode, as it was only created as
an alternative to grpcio when it didn't support async. The author has
no intention to keep developping it, so it is a bit risky to depend on
it.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
@llucax llucax added this pull request to the merge queue Aug 14, 2024
Merged via the queue into frequenz-floss:v0.x.x with commit 4e91284 Aug 14, 2024
14 checks passed
@llucax llucax deleted the bye-grpclib branch August 14, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:code Affects the code in general part:docs Affects the documentation part:tests Affects the unit, integration and performance (benchmarks) tests part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) scope:breaking-change Breaking change, users will need to update their code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support for grpclib
2 participants