Browse Source

Document support for v1 moving forwards (#2124)

George Barnett 1 year ago
parent
commit
c37991501a
1 changed files with 19 additions and 0 deletions
  1. 19 0
      README.md

+ 19 - 0
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
 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].
 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
 ## Security
 
 
 Please see [SECURITY.md](SECURITY.md).
 Please see [SECURITY.md](SECURITY.md).