Skip to content

2.0.0-rc.1

Compare
Choose a tag to compare
@glbrntt glbrntt released this 24 Jan 16:02
· 12 commits to main since this release
968f4dc

What's Changed

This is the first release candidate (RC) of gRPC Swift 2.0.0.

✨ New APIs

  • Allow a Status to be created from an HTTP status code. (#2170)

⚙️ Code generation

  • Simplify the interface to the code generator. (#2169)

💥 API changes

  • Remove API deprecated in earlier beta releases. (#2166)

🔧 Other changes

  • Minor test improvements. (#2162)
  • Update examples and tutorials to use new Swift build plugin to generate stubs. (#2171, #2174, #2178, #2179)
  • Document what constitutes public API. (#2175, #2177)
  • Document build plugin and move it to the grpc-swift-protobuf package. (#2176, #2180)

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