kroto-plus v0.6.0 Release Notes
Release Date: 2019-12-27 // over 3 years ago-
๐ 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
- ๐ New: Introduce new experimental configuration DSL plugin PR-14 Thanks to @mattdkerr. An example can be found at krotoPlusConfig.gradle
- ๐ New: Update to Kotlin