| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| protoc-gen-kroto-plus-0.3.0-jvm8.jar | 2019-04-03 | 42.7 MB | |
| protoc-gen-kroto-plus-0.3.0.jar | 2019-04-03 | 344.2 kB | |
| kroto-plus-coroutines-0.3.0.jar | 2019-04-03 | 82.5 kB | |
| kroto-plus-message-0.3.0.jar | 2019-04-03 | 6.9 kB | |
| kroto-plus-test-0.3.0.jar | 2019-04-03 | 13.0 kB | |
| protoc-gen-grpc-coroutines-0.3.0-jvm8.jar | 2019-04-03 | 42.3 MB | |
| protoc-gen-grpc-coroutines-0.3.0.jar | 2019-04-03 | 2.2 kB | |
| Kroto+ 0.3.0 source code.tar.gz | 2019-04-03 | 242.8 kB | |
| Kroto+ 0.3.0 source code.zip | 2019-04-03 | 391.2 kB | |
| README.md | 2019-04-03 | 1.1 kB | |
| Totals: 10 Items | 86.1 MB | 0 | |
0.2.2 Is being skipped due to the scope of API changes
CHANGELOG
Version 0.3.0
2019-04-02 * Fix: Update codegen to support malformed rpc method names [GH-37](https://github.com/marcoferrer/kroto-plus/issues/37)([#38](https://github.com/GH-37(/issues/38))
Coroutines
- New: Release of Full Client & Server Stub Generation 🎉
- New: Updated docs for public APIs
- New: Added
newGrpcStubcoroutine scope ext for creating new stubs. Generated client stubs no longer implementCoroutineScope(#43) - New: Add flow control for outbound messages in both clients and servers (#42)
- New: Added example for multiple client streaming subscriptions
- Fix: Increased code coverage across all APIs (#41)
- Fix: Visibility of
SuspendingUnaryObserverwas changed to internal. - Removed: Legacy streaming apis have been removed