RepoNotes
Toggle theme
Loading ...
Sign in
grpc/grpc-swift-extras
17
2
1
Readme
Notes
New Note
Sign in to add notes for this repository
RN
grpc
2260
Followers
0
Following
31
Repos
No Twitter
A high performance, open source, general-purpose RPC framework
Branches
release/1.x
main
Releases
1.1.1
2.0.0
1.1.0
Commits
Add list endpoint to health service (#51) Motivation: With gRFC A90 a `List` endpoint was added to the health service. Modifications: * Update the health.proto file to the new version * Update the g
Move to grpc-swift-2 (#49) Motivation: To support incremental migration, v2 has moved to the 'grpc-swift-2' package. Modifications: - Update dependencies - Update generated code - Re-baseline avai
Move availability inline (#47) Motivation: It's hard for packages to incrementally adopt gRPC with platforms in the package manifest as it requires packages to include platforms in their manifest or
Issues
Fixed explicit Sendable issues.