kroto-plus v0.1.1 Release Notes

  • 2018-04-10

    Coroutines

    • ๐Ÿ†• New: Added data modifier to ClientBidiCallChannel to support destructuring declarations
    • ๐Ÿ†• New: Added ServerBidiCallChannel<ReqT,RespT> for future server side coroutine support
    • ๐Ÿ›  Fix: Renamed RpcBidiChannel<ReqT,RespT> to ClientBidiCallChannel<ReqT,RespT>

    ๐Ÿ”Œ Gradle Plugin

    • ๐Ÿ†• New: Published to gradle plugin portal

    Compiler

    • ๐Ÿ†• New: GH-1 Added copy extension for proto types.