Skip to content

Commit c379915

Browse files
authored
Document support for v1 moving forwards (#2124)
1 parent 8c5e99d commit c379915

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@ major version, v2.x. Pre-release versions will be available in the near future.
1212
In the meantime, v1.x is available and still supported. You can read more about
1313
it 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

1736
Please see [SECURITY.md](SECURITY.md).

0 commit comments

Comments
 (0)