-
Notifications
You must be signed in to change notification settings - Fork 14
Move to grpc-swift-2 #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Motivation: To support incremental migration, v2 has moved to the 'grpc-swift-2' package. Modifications: - Update dependencies - Update generated code - Re-baseline availability - Rename 'protoc-gen-grpc-swift' to 'protoc-gen-grpc-swift-2' Result: Easier to migrate from gRPC Swift 1 to 2
| [gh-swift-protobuf]: https://github.com/apple/swift-protobuf | ||
| [gh-grpc-swift-protobuf]: https://github.com/grpc/grpc-swift-protobuf | ||
| [spi-grpc-swift]: https://swiftpackageindex.com/grpc/grpc-swift/documentation | ||
| [spi-grpc-swift]: https://swiftpackageindex.com/grpc/grpc-swift-2/documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This currently 404's - is that expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it takes a little while for SPI to pick up new packages. I've just done a manual submission now so it should become live soon(ish).
Motivation: In grpc#70 the protoc plugin got renamed, some of the docs weren't updated appropriately. Modifications: - Update the docs Result: More accurate docs
Motivation: In #70 the protoc plugin got renamed, some of the docs weren't updated appropriately. Modifications: - Update the docs Result: More accurate docs
Motivation:
To support incremental migration, v2 has moved to the 'grpc-swift-2' package.
Modifications:
Result:
Easier to migrate from gRPC Swift 1 to 2