|
3 | 3 | This repository contains a gRPC code generator and runtime libraries for Swift.
|
4 | 4 | You can read more about gRPC on the [gRPC project's website][grpcio].
|
5 | 5 |
|
6 |
| -## Versions |
7 |
| - |
8 |
| -gRPC Swift is currently undergoing active development to take full advantage of |
9 |
| -Swift's native concurrency features. The culmination of this work will be a new |
10 |
| -major version, v2.x. Pre-release versions will be available in the near future. |
11 |
| - |
12 |
| -In the meantime, v1.x is available and still supported. You can read more about |
13 |
| -it on the [Swift Package Index][spi-grpc-swift-main]. |
| 6 | +> [!IMPORTANT] |
| 7 | +> |
| 8 | +> See [grpc/grpc-swift-2](https://github.com/grpc/grpc-swift-2) for **gRPC Swift 2** |
| 9 | +> which is the current major version of gRPC Swift. |
14 | 10 |
|
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. |
| 11 | +## Versions |
20 | 12 |
|
21 |
| -From the next Swift release, the number of Swift versions supported by |
22 |
| -gRPC Swift v1.x will decrease by one each time. |
| 13 | +This repository contains the code for **gRPC Swift 1** which is now in maintenance |
| 14 | +mode. Only bug fixes and security fixes will be applied. The support window for |
| 15 | +1.x will also decrease over time as new Swift versions are released. |
23 | 16 |
|
24 |
| -Assuming the next Swift releases are 6.1, 6.2, 6.3, and 6.4 then the versions of |
| 17 | +Assuming the next Swift releases are 6.2, 6.3, and 6.4 then the versions of |
25 | 18 | Swift supported by gRPC Swift are as follows.
|
26 | 19 |
|
27 | 20 | Swift Release | Swift versions supported by 1.x
|
|
0 commit comments