kroto-plus v0.2.0 Release Notes

Release Date: 2018-11-08 // over 5 years ago
  • Important notice

    This version introduced a regression with file filter matching. Please use v0.2.1 instead.

    ๐Ÿ”„ CHANGELOG

    • ๐Ÿ†• New: Updated to Kotlin 1.3.0
    • ๐Ÿ†• New: Updated grpc-java to 1.15.1
    • ๐Ÿ†• New: Added doc generation for configuration api
    • ๐Ÿ—„ Deprecated: Legacy CLI Compiler in favor of protoc compiler plugin
    • ๐Ÿ›  Fix: Multiple excludes in file filter regex

    Coroutines

    • ๐Ÿ†• New: Updated to stable Coroutines 1.0
    • ๐Ÿ†• New: Added GrpcContextElement as a replacement to GrpcContextContinuationInterceptor

    ๐Ÿ— Proto Builders (DSL)

    • ๐Ÿ†• New: GH-7 Support kotlin @DslMarker annotation for proto builders