Skip to content

Kroto+ 0.2.2-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcoferrer marcoferrer released this 18 Feb 13:24
· 69 commits to master since this release

CHANGELOG

Version 0.2.2-RC2

2018-02-17

Coroutines

  • Fix: Refine API Visibility
  • Fix: Remove unused prototype response extensions
  • Fix: Remove protobuf dependency from coroutine runtime, Resolves GH-25
  • Fix: Propagate client cancellation to server RPC scope
  • Fix: Simplify client call stub extensions
  • Fix: Remove obsolete annotations from generated stubs
  • Fix: Default call option CALL_OPTION_COROUTINE_CONTEXT to EmptyCoroutineContext
  • Fix: Convert ClientBidiCallChannel and ClientStreamingCallChannel to interfaces
  • Fix: Remove unnecessary data modifier from client call channels
  • Fix: Add component1() and component2() operators to client call channel interfaces
  • Fix: Favor directly handling rpc exceptions over installing a completion handler.
  • Fix: Improve rpc method exception handling and propagation.