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

Document support for v1 moving forwards #2124

Open
wants to merge 1 commit into
base: release/1.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ major version, v2.x. Pre-release versions will be available in the near future.
In the meantime, v1.x is available and still supported. You can read more about
it on the [Swift Package Index][spi-grpc-swift-main].

## Support

As gRPC Swift v2.x is being developed, v1.x will continue to be supported.
However, the support window for v1.x will decrease over time as new Swift
versions are released.

From the next Swift release, the number of Swift versions supported by
gRPC Swift v1.x will decrease by one each time.

Assuming the next Swift releases are 6.1, 6.2, 6.3, and 6.4 then the versions of
Swift supported by gRPC Swift are as follows.

Swift Release | Swift versions supported by 1.x
--------------|--------------------------------
6.1 | 5.10, 6.0, 6.1
6.2 | 6.1, 6.2
6.3 | 6.3
6.4 | Unsupported

## Security

Please see [SECURITY.md](SECURITY.md).
Expand Down
Loading