| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| protoc-gen-grpc-coroutines-0.4.0.jar | 2019-06-20 | 2.2 kB | |
| protoc-gen-kroto-plus-0.4.0-jvm8.jar | 2019-06-20 | 45.7 MB | |
| protoc-gen-kroto-plus-0.4.0.jar | 2019-06-20 | 351.5 kB | |
| kroto-plus-coroutines-0.4.0.jar | 2019-06-20 | 81.6 kB | |
| kroto-plus-message-0.4.0.jar | 2019-06-20 | 7.0 kB | |
| kroto-plus-test-0.4.0.jar | 2019-06-20 | 13.0 kB | |
| protoc-gen-grpc-coroutines-0.4.0-jvm8.jar | 2019-06-20 | 45.3 MB | |
| Kroto+ 0.4.0 source code.tar.gz | 2019-06-18 | 246.8 kB | |
| Kroto+ 0.4.0 source code.zip | 2019-06-18 | 402.2 kB | |
| README.md | 2019-06-18 | 1.4 kB | |
| Totals: 10 Items | 92.1 MB | 0 | |
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, <[inline_block>0</inline_block>(#48
- Fix: Don't propagate message for
UNKNOWNexceptions in rpc exception mapper (#48) - Fix: Disable auto flow control for inbound client and server streams during bidi calls (#47 )
- Fix: Reduce visibility of
FlowControlledInboundStreamObservertointernal - Deprecated:
AbstractStub.coroutineContextext in favor ofAbstractStub.context
Protoc Plugin
- New: Added support for Yaml as a configuration format GH-45
- Fix: Address bug in parallelization of generator execution