Sem descrição

George Barnett f857994e14 Bump version number to 1.27.0 (#2263) há 2 meses atrás
.github 472c95fdec Drop 5.10 and 6.0 (#2262) há 2 meses atrás
Examples d1dceff79e Update generated code (#2261) há 2 meses atrás
FuzzTesting 431d8078ca Move examples to top-level (#2024) há 1 ano atrás
Performance 0329ecc71b Remove v2 code from v1 (#2110) há 1 ano atrás
Plugins 0329ecc71b Remove v2 code from v1 (#2110) há 1 ano atrás
Protos 0329ecc71b Remove v2 code from v1 (#2110) há 1 ano atrás
Sources f857994e14 Bump version number to 1.27.0 (#2263) há 2 meses atrás
Tests 5da026b3b0 Add support for starting a server from accepted conns (#2260) há 2 meses atrás
dev 431d8078ca Move examples to top-level (#2024) há 1 ano atrás
docs 431d8078ca Move examples to top-level (#2024) há 1 ano atrás
scripts 0329ecc71b Remove v2 code from v1 (#2110) há 1 ano atrás
.editorconfig 0e4aac54e8 Add editorconfig (#1920) há 1 ano atrás
.gitignore 99e9956158 Add support for ordo-one/package-benchmark (#1678) há 2 anos atrás
.gitmodules 63c6acfa40 Move CgRPC, gRPC, and QuickProto to "Sources" directory and add new top-level Package.swift. há 9 anos atrás
.spi.yml ad52f944b2 Add a 'Hello, World' tutorial (#2023) há 1 ano atrás
.swift-format 9cdcd2d9de Switch to swift-format há 2 anos atrás
AUTHORS 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". há 8 anos atrás
CODE-OF-CONDUCT.md 09b30466f6 Update links (#1926) há 1 ano atrás
CONTRIBUTING.md 09b30466f6 Update links (#1926) há 1 ano atrás
GOVERNANCE.md 09b30466f6 Update links (#1926) há 1 ano atrás
LICENSE 6dde0518ca Revert to Apache 2.0 license verbatim [skip ci] (#504) há 6 anos atrás
MAINTAINERS.md 09b30466f6 Update links (#1926) há 1 ano atrás
NOTICES.txt e9273f1d54 [CodeGenLib] Translator for enums containing type aliases and static properties (#1733) há 2 anos atrás
PATENTS 36f2bde28e Add PATENTS declaration há 9 anos atrás
Package.swift 472c95fdec Drop 5.10 and 6.0 (#2262) há 2 meses atrás
README.md 664cc40df7 Update README.md to reference grpc-swift-2 (#2247) há 6 meses atrás
SECURITY.md 7fbc418471 Add a security policy. (#1193) há 4 anos atrás

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.

[!IMPORTANT]

See grpc/grpc-swift-2 for gRPC Swift 2 which is the current major version of gRPC Swift.

Versions

This repository contains the code for gRPC Swift 1 which is now in maintenance mode. Only bug fixes and security fixes will be applied. The support window for 1.x will also decrease over time as new Swift versions are released.

Assuming the next Swift releases are 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.