Releases: mscheong01/krotoDC
Releases · mscheong01/krotoDC
1.1.1
What's Changed
- fix potential compile failure for long protobuf message name by @mscheong01 in #27
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- generate json converter functions for krotoDC dataclasses by @mscheong01 in #25
##!!!NOTICE!!!##
new dependency protobuf-java-util
is required for the new json conversion feature.
add:
implementation("com.google.protobuf:protobuf-java-util:3.25.3")
Full Changelog: 1.0.7...1.1.0
1.0.7
What's Changed
- dependency version upgrades by @mscheong01 in #22
kotlin: 1.7.20 > 1.9.22
gradle protobuf plugin: 0.9.2 > 0.9.4
grpc-java: 1.54.0 > 1.61.1
grpc-kotlin: 1.3.0 > 1.4.1
protobuf: 3.22.2 > 3.25.3
kotlinx.coroutines: 1.6.2 > 1.8.0
kotlin poet: 1.12.0 > 1.16.0
Full Changelog: 1.0.6...1.0.7
1.0.6
1.0.5
What's Changed
- add
@JvmOverloads
annotation to stub primary constructor by @mscheong01 in #18
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
- add
@StubFor
annotation to generated gRPC stub classes by @mscheong01 in #17
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- fix: add gradle junit test configuration by @mscheong01 in #10
- disable flaky tests by @mscheong01 in #14
- bugfix: escape Kotlin/Java reserved keywords by @mscheong01 in #12
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
What's Changed
- handle null on oneof toDataClass conversion by @mscheong01 in #3
Full Changelog: 1.0.0...1.0.1
1.0.0
initial release.
artifacts available at mavenCentral:
io.github.mscheong01:krotoDC-core:1.0.0
io.github.mscheong01:protoc-gen-krotoDC:1.0.0:jdk8@jar