Skip to content

Releases: mscheong01/krotoDC

1.1.1

02 Mar 07:20
3e49bd8
Compare
Choose a tag to compare

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

01 Mar 07:16
6118696
Compare
Choose a tag to compare

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

23 Feb 06:27
3f26e03
Compare
Choose a tag to compare

What's Changed

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

23 Oct 08:03
81b9ba3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

01 Aug 12:19
864cd2a
Compare
Choose a tag to compare

What's Changed

  • add @JvmOverloadsannotation to stub primary constructor by @mscheong01 in #18

Full Changelog: 1.0.4...1.0.5

1.0.4

01 Aug 11:17
e9e802b
Compare
Choose a tag to compare

What's Changed

  • add @StubForannotation to generated gRPC stub classes by @mscheong01 in #17

Full Changelog: 1.0.3...1.0.4

1.0.3

19 Jun 06:35
940f7c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

09 Jun 02:30
8bb1fe2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

24 Apr 13:03
0121e8c
Compare
Choose a tag to compare

What's Changed

  • handle null on oneof toDataClass conversion by @mscheong01 in #3

Full Changelog: 1.0.0...1.0.1

1.0.0

02 Apr 14:54
Compare
Choose a tag to compare

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