gRPC Swift 1.0.0-alpha.24
Pre-release
Pre-release
This release removes all deprecated code and compatibility shims for
deprecated code. This includes the interface between gRPC and generated
server code used by versions 1.0.0-alpha.22 and earlier.
SemVer Major
- Remove deprecated and unreachable code (#1115)
SemVer Patch
- Remove support for the 'old' way of handling RPCs on the server (#1113)
- Drop the "OK" message from the static 'ok' status. (#1120)
- Fix up some documentation, start an FAQs doc (#1121)