v0.2.1
🎉 Initial support of the GRPC Transcoding!
Note: version v0.2.0
had a flaw of producing runtime exception Class com.google.api.AnnotationsProto does not have member field 'com.google.protobuf.GeneratedMessage$GeneratedExtension http'
when working with Http annotations, please use this version instead.
What's Changed
- Initial preparations to support GRPC Transcoding by @igor-vovk in #50
- Support response compression by @igor-vovk in #52
- Better interface for setting headers during response encoding by @igor-vovk in #53
- Enable http2 in conformance-stable tests by @igor-vovk in #56
- Update grpc-core, grpc-inprocess, ... to 1.69.0 by @scala-steward in #57
- Work on the GRPC Transcoding routes by @igor-vovk in #54
- [transcoding] Work with a tree of routes instead of a list by @igor-vovk in #58
- [transcoding] Better message merging syntax/implementation by @igor-vovk in #59
- [transcoding] Switch to ScalaPB's HttpRule definitions to fix CNF errors by @igor-vovk in #60
Full Changelog: v0.1.10...v0.2.1