kroto-plus v0.4.0 Release Notes

Release Date: 2019-06-20 // almost 5 years ago
  • ๐Ÿ”„ CHANGELOG

    ๐Ÿ”– Version 0.4.0

    2019-06-17

    • ๐Ÿ†• New: Update to kotlin 1.3.31
    • ๐Ÿ†• New: Update to kotlin Coroutines 1.2.1
    • ๐Ÿ†• New: Update to gRPC 1.20.1

    ๐Ÿ— Proto Builders (DSL)

    • ๐Ÿ›  Fix: Empty object generation when using maps and multiple files. (#51) Thanks to @sauldhernandez

    Coroutines

    • ๐Ÿ†• New: Default server method execution to CoroutineStart.ATOMIC (#48)
    • ๐Ÿ†• New: Introduce abstract stub ext for concatenating coroutine contexts, AbstactStub.plusContext(#48)
    • ๐Ÿ›  Fix: Don't propagate message for UNKNOWN exceptions in rpc exception mapper (#48)
    • ๐Ÿ›  Fix: Disable auto flow control for inbound client and server streams during bidi calls (#47)
    • ๐Ÿ›  Fix: Reduce visibility of FlowControlledInboundStreamObserver to internal
    • ๐Ÿ—„ Deprecated: AbstractStub.coroutineContext ext in favor of AbstractStub.context

    ๐Ÿ”Œ Protoc Plugin

    • ๐Ÿ†• New: Added support for Yaml as a configuration format GH-45
    • ๐Ÿ›  Fix: Address bug in parallelization of generator execution