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

Bump min version of swift-nio-extras #2101

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Oct 31, 2024

Motivation:

We require that the ServerQuiescingHelper is Sendable, which it is as of version 1.12.0, however our depenencies our depenency requirements don't express that and if an older version is resolved then compilation will fail.

Modifications:

  • Bump the required version to 1.24.0

Result:

More accurate version requirement

Motivation:

We require that the ServerQuiescingHelper is Sendable, which it is as of
version 1.12.0, however our depenencies our depenency requirements don't
express that and if an older version is resolved then compilation will fail.

Modifications:

- Bump the required version to 1.24.0

Result:

More accurate version requirement
@glbrntt glbrntt added the semver/patch No public API change. label Oct 31, 2024
@glbrntt glbrntt requested a review from rnro November 8, 2024 12:53
@glbrntt glbrntt merged commit b5023df into grpc:release/1.x Nov 8, 2024
11 of 14 checks passed
@glbrntt glbrntt deleted the bump-nio-extras-version branch November 8, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants