kroto-plus v0.2.2-RC2 Release Notes

Release Date: 2019-02-18 // about 5 years ago
  • ๐Ÿ”„ 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.