kroto-plus v0.5.0 Release Notes

Release Date: 2019-09-03 // over 4 years ago
  • ๐Ÿ”„ 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