Grpc Java Contrib Versions Save

Useful extensions for the grpc-java library

jprotoc-v1.2.2

1 year ago

Updates

  • gRPC 1.54.0
  • Protobuf 3.22.0

jprotoc-v1.2.1

2 years ago

Updates

  • Upgrade gson to 2.8.9 @yeikel

gson-v2.8.9

2 years ago

Updated

  • gson 2.8.9

Thanks @yeikel #171

jprotoc-v1.2.0

2 years ago

Added

  • New ProtocPluginTesting class to help with writing jProtoc unit tests

Fixed

  • Camel case file names #163

jprotoc-v1.1.0

3 years ago

Added

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

canteen-v1.1.0

3 years ago

Added

  • Mac and Linux ARM bootstrappers

canteen-v1.0.2

3 years ago

Fixed

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

Thanks @joschi

canteen-v1.0.1

4 years ago

Fixed

  • Canteen now passes environment variables to child process

Thanks @kcy1019

jprotoc-v1.0.1

4 years ago

Updated

  • gRPC 1.24.0
  • protoc 3.9.1

Thanks @lt-schmidt-jr #123

jprotoc-v1.0.0

4 years ago

Added

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

Fixed

  • Dangling file handles. Thanks @kjarrio