File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,25 @@ major version, v2.x. Pre-release versions will be available in the near future.
1212In the meantime, v1.x is available and still supported. You can read more about
1313it on the [ Swift Package Index] [ spi-grpc-swift-main ] .
1414
15+ ## Support
16+
17+ As gRPC Swift v2.x is being developed, v1.x will continue to be supported.
18+ However, the support window for v1.x will decrease over time as new Swift
19+ versions are released.
20+
21+ From the next Swift release, the number of Swift versions supported by
22+ gRPC Swift v1.x will decrease by one each time.
23+
24+ Assuming the next Swift releases are 6.1, 6.2, 6.3, and 6.4 then the versions of
25+ Swift supported by gRPC Swift are as follows.
26+
27+ Swift Release | Swift versions supported by 1.x
28+ --------------|--------------------------------
29+ 6.1 | 5.10, 6.0, 6.1
30+ 6.2 | 6.1, 6.2
31+ 6.3 | 6.3
32+ 6.4 | Unsupported
33+
1534## Security
1635
1736Please see [ SECURITY.md] ( SECURITY.md ) .
You can’t perform that action at this time.
0 commit comments