2
0

Тайлбар байхгүй

George Barnett e481d56588 Allow clients to set a max age for connections (#2235) 7 сар өмнө
.github 07616fdddf Drop Swift 5.9 (#2231) 7 сар өмнө
Examples 0329ecc71b Remove v2 code from v1 (#2110) 1 жил өмнө
FuzzTesting 431d8078ca Move examples to top-level (#2024) 1 жил өмнө
Performance 0329ecc71b Remove v2 code from v1 (#2110) 1 жил өмнө
Plugins 0329ecc71b Remove v2 code from v1 (#2110) 1 жил өмнө
Protos 0329ecc71b Remove v2 code from v1 (#2110) 1 жил өмнө
Sources e481d56588 Allow clients to set a max age for connections (#2235) 7 сар өмнө
Tests e481d56588 Allow clients to set a max age for connections (#2235) 7 сар өмнө
dev 431d8078ca Move examples to top-level (#2024) 1 жил өмнө
docs 431d8078ca Move examples to top-level (#2024) 1 жил өмнө
scripts 0329ecc71b Remove v2 code from v1 (#2110) 1 жил өмнө
.editorconfig 0e4aac54e8 Add editorconfig (#1920) 1 жил өмнө
.gitignore 99e9956158 Add support for ordo-one/package-benchmark (#1678) 2 жил өмнө
.gitmodules 63c6acfa40 Move CgRPC, gRPC, and QuickProto to "Sources" directory and add new top-level Package.swift. 9 жил өмнө
.spi.yml ad52f944b2 Add a 'Hello, World' tutorial (#2023) 1 жил өмнө
.swift-format 9cdcd2d9de Switch to swift-format 2 жил өмнө
AUTHORS 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". 8 жил өмнө
CODE-OF-CONDUCT.md 09b30466f6 Update links (#1926) 1 жил өмнө
CONTRIBUTING.md 09b30466f6 Update links (#1926) 1 жил өмнө
GOVERNANCE.md 09b30466f6 Update links (#1926) 1 жил өмнө
LICENSE 6dde0518ca Revert to Apache 2.0 license verbatim [skip ci] (#504) 6 жил өмнө
MAINTAINERS.md 09b30466f6 Update links (#1926) 1 жил өмнө
NOTICES.txt e9273f1d54 [CodeGenLib] Translator for enums containing type aliases and static properties (#1733) 2 жил өмнө
PATENTS 36f2bde28e Add PATENTS declaration 9 жил өмнө
Package.swift 07616fdddf Drop Swift 5.9 (#2231) 7 сар өмнө
README.md c37991501a Document support for v1 moving forwards (#2124) 1 жил өмнө
SECURITY.md 7fbc418471 Add a security policy. (#1193) 4 жил өмнө

README.md

gRPC Swift

This repository contains a gRPC code generator and runtime libraries for Swift. You can read more about gRPC on the gRPC project's website.

Versions

gRPC Swift is currently undergoing active development to take full advantage of Swift's native concurrency features. The culmination of this work will be a new major version, v2.x. Pre-release versions will be available in the near future.

In the meantime, v1.x is available and still supported. You can read more about it on the Swift Package Index.

Support

As gRPC Swift v2.x is being developed, v1.x will continue to be supported. However, the support window for v1.x will decrease over time as new Swift versions are released.

From the next Swift release, the number of Swift versions supported by gRPC Swift v1.x will decrease by one each time.

Assuming the next Swift releases are 6.1, 6.2, 6.3, and 6.4 then the versions of Swift supported by gRPC Swift are as follows.

Swift Release Swift versions supported by 1.x
6.1 5.10, 6.0, 6.1
6.2 6.1, 6.2
6.3 6.3
6.4 Unsupported

Security

Please see SECURITY.md.

License

gRPC Swift is released under the same license as gRPC, repeated in LICENSE.

Contributing

Please get involved! See our guidelines for contributing.