Skip to content

Kroto+ 0.4.0

Compare
Choose a tag to compare
@marcoferrer marcoferrer released this 20 Jun 01:07
· 33 commits to master since this release

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