All Versions
15
Latest Version
Avg Release Cycle
49 days
Latest Release
1515 days ago

Changelog History
Page 2

  • v0.2.0 Changes

    November 08, 2018

    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
  • v0.1.3 Changes

    August 13, 2018

    ๐Ÿ”– Version 0.1.3

    • 0.1.3 is a complete rewrite.
    • Most notable changes
      • Code compiler has been refactored into a protoc plugin.
      • User defined code generator scripts are now supported.
      • Previous cli compiler has been deprecated in favor of its protoc implementation

    ๐Ÿ”„ CHANGELOG

    • ๐Ÿ†• New: Updated Kotlin runtime to 1.2.60
    • ๐Ÿ†• New: Updated Coroutine version to 0.24.0
    • ๐Ÿ†• New: Updated Protobuf version to 3.6.1
    • ๐Ÿ†• New: Updated gRPC version to 1.14.0

    ๐Ÿ”Œ Protoc Plugin

    • ๐Ÿ†• New: Converted Kroto+ to protoc plugin and implemented default generators

    ๐Ÿ‘‰ User Defined Code Generation Scripts

    • ๐Ÿ†• New: Allow users to define scripts to be used for adding content to Protoc insertion points
    • ๐Ÿ†• New: Allow users to define scripts for arbitrary code generation.
    • ๐Ÿ†• New: Support precompiled script jars as well as dynamic script compilation.

    ๐Ÿ— Proto Builders

    • ๐Ÿ†• New: Added unwrap option to declare builder extensions as top level members.
    • ๐Ÿ†• New: Builder generator now supports creating builders for nested message types
    • ๐Ÿ†• New: Builder generator now creates extensions for nested message field builders.
    • ๐Ÿ†• New: Added plus operator extensions for messages
    • ๐Ÿ›  Fix: Builder generator now explicitly sets the result type as non null.

    Coroutines

    • ๐Ÿ†• New: Added GrpcContextContinuationInterceptor making the grpc context available during suspending service calls in coroutines

    ๐Ÿคก Mock Services

    • โœ… Deprecated: The ServiceBindingServerRule has been deprecated due to a change in the latest version of io.grpc:grpc-testing
    • ๐Ÿ†• New: Helper methods generated for clearing the response queue start in between tests.
    • ๐Ÿ†• New: Option added for creating and naming a collection of mock services for easier usage.
    • ๐Ÿ›  Fix: Moved generated response queue builders into Mock service file.

    Extendable Messages (Experimental)

    • ๐Ÿ†• New: Generator added for creating extendable messages and inserting pseudo companion objects into java message classes.

    Legacy Compiler

    • ๐Ÿ›  Fix: Changed visibility of cli arguments to internal
    • ๐Ÿ›  Fix: Removed usage of deprecated RpcBidiChannel in StubRpcOverloadGenerator

    ๐Ÿ”Œ Gradle Plugin

    • ๐Ÿ›  Fix: Added missing dsl configuration builder for ProtoTypeBuildersGeneratorConfig
    • ๐Ÿ›  Fix: Configuration is no longer overridden when used in a multi project build
    • ๐Ÿ›  Fix: Gradle Kotlin DSL support added for generator configuration
  • v0.1.2 Changes

    2018-04-23

    • ๐Ÿ†• New: Updated Kotlin runtime to 1.2.40
    • ๐Ÿ†• New: Publish artifacts to jcenter

    Compiler

    • ๐Ÿ›  Fix: Generated pom no longer includes dependencies that have been embedded
  • v0.1.1 Changes

    2018-04-10

    Coroutines

    • ๐Ÿ†• New: Added data modifier to ClientBidiCallChannel to support destructuring declarations
    • ๐Ÿ†• New: Added ServerBidiCallChannel<ReqT,RespT> for future server side coroutine support
    • ๐Ÿ›  Fix: Renamed RpcBidiChannel<ReqT,RespT> to ClientBidiCallChannel<ReqT,RespT>

    ๐Ÿ”Œ Gradle Plugin

    • ๐Ÿ†• New: Published to gradle plugin portal

    Compiler

    • ๐Ÿ†• New: GH-1 Added copy extension for proto types.
  • v0.1.0 Changes

    2018-03-26

    • Initial release.