Releases: salesforce/grpc-java-contrib
Releases · salesforce/grpc-java-contrib
jProtoc v1.2.2
Updates
- gRPC 1.54.0
- Protobuf 3.22.0
jProtoc v1.2.1
Updates
- Upgrade gson to 2.8.9 @yeikel
jProtoc v1.2.0
Added
- New
ProtocPluginTesting
class to help with writing jProtoc unit tests
Fixed
- Camel case file names #163
jProtoc v1.1.0
Added
- Mac and Linux ARM binaries
- A new API to signal support for optional proto features, like optional field presence.
Canteen v1.1.0
Added
- Mac and Linux ARM bootstrappers
Canteen v1.0.2
Canteen v1.0.1
jProtoc v1.0.1
jProtoc v1.0.0
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
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.