Skip to content

Releases: salesforce/grpc-java-contrib

jProtoc v1.2.2

12 Apr 13:46
a1a8e5f
Compare
Choose a tag to compare

Updates

  • gRPC 1.54.0
  • Protobuf 3.22.0

jProtoc v1.2.1

27 Dec 19:03
9f27973
Compare
Choose a tag to compare

Updates

jProtoc v1.2.0

06 Jul 17:03
2863877
Compare
Choose a tag to compare

Added

  • New ProtocPluginTesting class to help with writing jProtoc unit tests

Fixed

  • Camel case file names #163

jProtoc v1.1.0

08 Apr 21:54
a3e8119
Compare
Choose a tag to compare

Added

  • Mac and Linux ARM binaries
  • A new API to signal support for optional proto features, like optional field presence.

Canteen v1.1.0

08 Apr 21:34
388f31b
Compare
Choose a tag to compare

Added

  • Mac and Linux ARM bootstrappers

Canteen v1.0.2

24 Sep 17:17
5b7fcf4
Compare
Choose a tag to compare

Fixed

  • Canteen now searches JAVA_HOME if java not found on path.

Thanks @joschi

Canteen v1.0.1

28 Apr 02:00
b42ac78
Compare
Choose a tag to compare

Fixed

  • Canteen now passes environment variables to child process

Thanks @kcy1019

jProtoc v1.0.1

19 Oct 21:03
0984a67
Compare
Choose a tag to compare

Updated

  • gRPC 1.24.0
  • protoc 3.9.1

Thanks @lt-schmidt-jr #123

jProtoc v1.0.0

22 Aug 15:14
96ed8a2
Compare
Choose a tag to compare

Added

  • 1.0.0 release 🎉
  • Package the proto dump plugin with Canteen, for broader usability

Fixed

  • Dangling file handles. Thanks @kjarrio

Canteen v1.0.0

22 Aug 14:30
cb06aa8
Compare
Choose a tag to compare

Added

  • Canteen is used to make executable jar files self-executing. That is, executable from the command line as if they were native programs instead of requiring a java -jar command.
  • Read more about Canteen here.