kroto-plus v0.2.2-RC1 Release Notes

Release Date: 2019-01-05 // over 5 years ago
  • ๐Ÿ”„ CHANGELOG

    ๐Ÿ”– Version 0.2.2-RC1

    2018-01-03

    • ๐Ÿ†• New: Update to kotlin 1.3.11

    ๐Ÿ”Œ Protoc Plugin

    • ๐Ÿ†• New: gRPC Coroutines Client & Server Code Generation GH-17
    • ๐Ÿ†• New: Stand alone version of gRPC code gen. protoc-gen-grpc-coroutines

    Coroutines

    • ๐Ÿ†• New: Benchmark implementation of gRPC coroutines
    • ๐Ÿ†• New: Experimental global dispatcher Dispatchers.Grpc
    • ๐Ÿ†• New: SendChannel utility api CoroutineScope.launchProducerJob
    • ๐Ÿ›  Fix: Lowered byte code target for Android compatibility
    • ๐Ÿ—„ Deprecated: InboundStreamChannel in favor of new stub APIs
    • ๐Ÿ—„ Deprecated: ServerBidiCallChannel in favor of new stub APIs

    ๐Ÿ— Proto Builders (DSL)

    • ๐Ÿ›  Fix: Nested messages are now tagged with @DslMarker annotation

    Community Scripts

    • ๐Ÿ†• New: grpc-gateway entry point generation script

    ๐Ÿ“„ Docs

    • ๐Ÿ†• New: Maven configuration example