Skip to content

v0.8.0

Compare
Choose a tag to compare
@rmichela rmichela released this 02 Feb 19:57
· 498 commits to master since this release
21c42c8

Added

  • Android support for RxGrpc 🤖
    • Reactive-gRPC shared libraries compiled against Java6
    • RxGrpc stubs generate Java6 compatible code
    • Spring Reactor is not officially Android compatible, so Reactor-gRPC is not officially Android compatible
  • Demos for automatic stream reestablishment in the face of a server error

Updated

  • Upgraded to gRPC 1.9.0

Fixed

  • Client stubs would refuse to gracefully shutdown under rare circumstances involving server initiated stream cancellation
  • Deprecation warnings when generating stubs against gRPC 1.9.0