Skip to content

Commit d0818f9

Browse files
authored
Update README (#1433)
1 parent 12d32ee commit d0818f9

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,6 @@ Version | Implementation | Branch | `protoc` Plugin | Co
2929

3030
The remainder of this README refers to the 1.x version of gRPC Swift.
3131

32-
## Experimental `async`/`await` Support
33-
34-
Swift 5.5 introduces new language features for concurrency. One such feature is
35-
[`async`/`await`][SE-0296].
36-
37-
gRPC Swift includes **experimental** support for async/await. While support is
38-
**experimental**, async/await releases of gRPC Swift *do not guarantees a stable
39-
API*. Features and APIs may change between async/await releases.
40-
41-
To ensure the 1.x release series does maintain a stable API, async/await releases
42-
will be branched from stable releases and tagged in the following format:
43-
`X.Y.Z-async-await.N`. Where `X.Y.Z` indicates the tag of the stable release
44-
from which the branch was created and `N` indicates a release number on that
45-
branch.
46-
47-
The `protoc-gen-grpc-swift` options for generating async/await style clients and
48-
servers are described in [`docs/plugin.md`][docs-plugin].
4932

5033
## Supported Platforms
5134

@@ -55,6 +38,9 @@ NIO][swift-nio-platforms].
5538
The earliest supported Swift version for gRPC Swift 1.8.x and newer is 5.4.
5639
For 1.7.x and earlier the oldest supported Swift version is 5.2.
5740

41+
Versions of clients and services which are use Swift's Concurrency support
42+
are available from gRPC Swift 1.8.0 and require Swift 5.6 and newer.
43+
5844
## Getting gRPC Swift
5945

6046
There are two parts to gRPC Swift: the gRPC library and an API code generator.
@@ -205,4 +191,3 @@ Please get involved! See our [guidelines for contributing](CONTRIBUTING.md).
205191
[branch-old]: https://github.com/grpc/grpc-swift/tree/cgrpc
206192
[examples-out-of-source]: https://github.com/grpc/grpc-swift/tree/main/Examples
207193
[examples-in-source]: https://github.com/grpc/grpc-swift/tree/main/Sources/Examples
208-
[SE-0296]: https://github.com/apple/swift-evolution/blob/main/proposals/0296-async-await.md

0 commit comments

Comments
 (0)