Releases: timemates/rrpc-kotlin
Releases · timemates/rrpc-kotlin
v0.7.0-dev01
What's new
- Added support for custom ProtoBuf options in interceptors and server-side RPCs (closes #8)
- Improvements regarding interceptors API, more control over pipeline
- Better code-generation
Very-very unstable for now
v0.6.11
What's new
- chore&feat: PascalCase names in services are now adapted by lowercasing to Kotlin style
- Kotlin version is updated to 2.0.0
0.6.10
What's new
- Fix: generated classes of
oneof
field should have @Serializable
annotations on subclasses.
0.6.9
What's new
- Fix: Gradle Plugin is only available for the kmp
0.6.8
What's new
- Fix:
oneof
is ignored in build
in generated Builders.
0.6.7
What's new
Gradle Plugin
- Feat:
rsproto.targetSourceSet
for the custom Kotlin source sets layouts.
- Feat: Support for both KMP & Android/JVM-only projects.
0.6.6
What's new
- Fix: Kotlin tasks wasn't explicitly used to be dependent on.
0.6.5
What's new
- Fix:
compileKotlin*
tasks wasn't explicitly used to be dependent on.
- Fix:
generationOutputPath
is now always subdirectory of the build folder.
0.6.1
What's new
- Fix: Gradle Plugin now automatically deletes old generation output files.