Skip to content

Releases: timemates/rrpc-kotlin

v0.7.0-dev02

17 Aug 15:35
Compare
Choose a tag to compare
v0.7.0-dev02 Pre-release
Pre-release

v0.7.0-dev01

17 Aug 15:01
Compare
Choose a tag to compare
v0.7.0-dev01 Pre-release
Pre-release

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

08 Jun 19:53
Compare
Choose a tag to compare
v0.6.11 Pre-release
Pre-release

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

03 Mar 20:10
Compare
Choose a tag to compare
0.6.10 Pre-release
Pre-release

What's new

  • Fix: generated classes of oneof field should have @Serializable annotations on subclasses.

0.6.9

03 Mar 19:36
Compare
Choose a tag to compare
0.6.9 Pre-release
Pre-release

What's new

  • Fix: Gradle Plugin is only available for the kmp

0.6.8

03 Mar 19:18
Compare
Choose a tag to compare
0.6.8 Pre-release
Pre-release

What's new

  • Fix: oneof is ignored in build in generated Builders.

0.6.7

29 Feb 13:52
Compare
Choose a tag to compare
0.6.7 Pre-release
Pre-release

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

28 Feb 16:02
Compare
Choose a tag to compare
0.6.6 Pre-release
Pre-release

What's new

  • Fix: Kotlin tasks wasn't explicitly used to be dependent on.

0.6.5

28 Feb 15:10
Compare
Choose a tag to compare
0.6.5 Pre-release
Pre-release

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

26 Feb 22:20
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

What's new

  • Fix: Gradle Plugin now automatically deletes old generation output files.