Skip to content

1.0.0-rc.1

Choose a tag to compare

@glbrntt glbrntt released this 24 Jan 16:14
· 40 commits to main since this release
4bb3bea

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 protoc and how to generate gRPC code using protoc and the new build plugin. (#36, #37).

Full Changelog: 1.0.0-beta.3...1.0.0-rc.1