Skip to content

Commit 664cc40

Browse files
authored
Update README.md to reference grpc-swift-2 (#2247)
1 parent a56a157 commit 664cc40

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

README.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,18 @@
33
This repository contains a gRPC code generator and runtime libraries for Swift.
44
You can read more about gRPC on the [gRPC project's website][grpcio].
55

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.
1410
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
2012

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.
2316

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
2518
Swift supported by gRPC Swift are as follows.
2619

2720
Swift Release | Swift versions supported by 1.x

0 commit comments

Comments
 (0)