RepoNotes
Toggle theme
Loading ...
Sign in
grpc/grpc-swift-extras
19
2
1
Readme
Notes
New Note
Sign in to add notes for this repository
RN
grpc
2633
Followers
0
Following
31
Repos
No Twitter
A high performance, open source, general-purpose RPC framework
Branches
release/1.x
main
Releases
2.1.2
2.1.1
2.1.0
Commits
Drop Swift 6.0 (#67) Motivation: Swift 6.0 is no longer supported, we should bump the tools version and remove it from our CI. Modifications: * Bump the Swift tools version to Swift 6.1 * Remove S
Enable Swift 6.3 jobs in CI (#65) Motivation: Swift 6.3 has been released, we should add it to our CI coverage. Modifications: Add additional Swift 6.3 jobs where appropriate in main.yml, pull_req
Regenerate code with grpc-swift-2 2.3.0 (#66) Motivation: grpc-swift-2 2.3.0 changed the generated code slightly, now the CI breaks. Modifications: - Update generated code Result: CI passes
Issues
Add ClientOTelMetricsInterceptor and ServerOTelMetricsInterceptor