Skip to content

Kroto+ 0.5.0

Compare
Choose a tag to compare
@marcoferrer marcoferrer released this 03 Sep 04:18
· 14 commits to master since this release
891b87c

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.fileToGenerateList PR-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 @RpcMethod annotation 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