kroto-plus v0.6.1 Release Notes

Release Date: 2020-02-04 // almost 5 years ago
  • ๐Ÿ”„ CHANGELOG

    ๐Ÿ”– Version 0.6.1

    2020-02-03

    ๐Ÿ— Proto Builders (DSL)
    • ๐Ÿ›  Fix: Dsl marker interfaces are properly omitted from generated code when disabled PR-106
    ๐Ÿ”Œ Gradle Plugin
    • ๐Ÿ†• New: Automatically configure artifact version for project kroto dependencies with missing version PR-107 Thanks to @Fleshgrinder

Previous changes from v0.6.0

  • ๐Ÿ”„ CHANGELOG

    ๐Ÿ”– Version 0.6.0

    2019-12-26

    • ๐Ÿ†• New: Update to Kotlin 1.3.61 PR-97
    • ๐Ÿ†• New: Update to Kotlin Coroutines 1.3.3
    ๐Ÿ”Œ Protoc Plugin
    • ๐Ÿง New: Publish native executables for the following platforms osx-x86_64, linux-x86_64, windows-x86_64 PR-87
    Coroutines
    • ๐Ÿ†• New: Include proto documentation in generated sources PR-86 Thanks to @metarag
    • ๐Ÿ›  Fix: Closing outbound channels with an exception now propagates a cancellation to the underlying stream GH-93 Thanks to @jebbench
    • ๐Ÿ›  Fix: Update method signature support to adhere to spec GH-92
    ๐Ÿ— Proto Builders (DSL)
    • ๐Ÿ›  Fix: Prevent naming collisions in proto builders PR-88 Thanks to @keyserbrian1
    ๐Ÿ”Œ Gradle Plugin