| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Kroto+ 0.5.0 source code.tar.gz | 2019-09-03 | 255.8 kB | |
| Kroto+ 0.5.0 source code.zip | 2019-09-03 | 424.0 kB | |
| README.md | 2019-09-03 | 1.5 kB | |
| protoc-gen-grpc-coroutines-0.5.0.jar | 2019-09-03 | 2.2 kB | |
| protoc-gen-kroto-plus-0.5.0-jvm8.jar | 2019-09-03 | 45.7 MB | |
| protoc-gen-kroto-plus-0.5.0.jar | 2019-09-03 | 382.6 kB | |
| kroto-plus-coroutines-0.5.0.jar | 2019-09-03 | 92.3 kB | |
| kroto-plus-message-0.5.0.jar | 2019-09-03 | 7.0 kB | |
| kroto-plus-test-0.5.0.jar | 2019-09-03 | 13.1 kB | |
| protoc-gen-grpc-coroutines-0.5.0-jvm8.jar | 2019-09-03 | 45.3 MB | |
| Totals: 10 Items | 92.2 MB | 0 | |
CHANGELOG
Version 0.5.0
2019-09-03
* New: Update to Kotlin 1.3.50 PR-68
* New: Update to Kotlin Coroutines 1.3.0
* New: Update CI to execute tests against jdk10,jdk11,jdk12 PR-74
* New: Update to project gradle to 5.6.2
Protoc Plugin
- Fix: If no file filter is defined, fallback to
CodeGeneratorRequest.fileToGenerateListPR-70
Proto Builders (DSL)
- Fix: File filter is no longer ignored in stub extension generator
- New: Refactor stub ext generator and add support for method signature options PR-75
- New: Add missing stub ext overloads for async and blocking stubs PR-75
Coroutines
- Fix: Usage of
@RpcMethodannotation now properly targets method descriptors in generated code - New: Refactor gRPC coroutines generator for better maintainability PR-76
- New: Add support for method signature options in coroutine stubs PR-72
Code Generation Scripts
- New: Expose script cache directory configuration PR-69 Thanks to @AlexeySoshin
- New: Register option extension for
(google.api.http)so that its available during user script invocation