Skip to content

v0.8.1

Compare
Choose a tag to compare
@rmichela rmichela released this 16 Mar 05:08
· 466 commits to master since this release
289ba45

Added

  • Generated client stubs now extend AbstractStub<T>, thereby gaining its powers

Updated

  • More concise example for stream resumption by @matgabriel
  • Improved context propagation documentation by @alexnederlof
  • Documentation and examples now use compose() and as() for fluent functional chaining
  • Upgrade RxJava to 2.1.10
  • Upgrade Reactor to 3.1.5.RELEASE
  • Upgrade reactive-streams-tck to 1.0.2
  • Upgrade Kotlin to 1.2.30

Fixed

  • Correctly generate stubs for .proto files in nested directories
  • Correctly generate stubs for .proto RPC operations with underscores in the name
  • Finally fixed spec317 TCK tests - TCK 💯
  • Stubs now correctly inherit their gRPC channel executor

Known Issues

  • Cancellation-related issues - #61 and #68