From c594f934d1cecf734109f6de698a0e18a1f32597 Mon Sep 17 00:00:00 2001 From: George Barnett Date: Wed, 20 Nov 2024 14:36:21 +0000 Subject: [PATCH] Document support for v1 moving forwards --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index df7eced27..840eac3f3 100644 --- a/README.md +++ b/README.md @@ -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).