1.0.0-rc.1
What's Changed
⚙️ Code generation
- Add a Swift Package Manager Build Plugin for generating gRPC stubs and Protobuf messages. You can now generate your gRPC stubs at build time rather than ahead of time meaning you no longer need to check in your generated code or manage its creation with separate tooling. (#28, #31, #32, #33, #35).
🔧 Other changes
- Use new API names from
GRPCCodeGen. (#34) - Add documentation explaining how to install
protocand how to generate gRPC code usingprotocand the new build plugin. (#36, #37).
Full Changelog: 1.0.0-beta.3...1.0.0-rc.1