Releases: k1LoW/grpcstub
Releases · k1LoW/grpcstub
v0.12.0
v0.11.1
v0.11.0
What's Changed
Breaking Changes 🛠
- Use google.golang.org/protobuf/reflect/protoreflect instead of github.com/jhump/protoreflect by @k1LoW in #48
Full Changelog: v0.10.2...v0.11.0
v0.10.2
v0.10.1
What's Changed
Full Changelog: v0.10.0...v0.10.1
v0.10.0
v0.9.0
v0.8.1
v0.8.0
What's Changed
- Add utility methods that embedds fmt.Sprintf by @k1LoW in #28
- Add ImportPath option by @k1LoW in #30
- Support dynamic response by @k1LoW in #31
- Cast time.Time to timestamppb.Timestamp by @k1LoW in #32
- Support ResponseDynamic to
repeated
by @k1LoW in #33 - Support ResponseDynamic to
optional
by @k1LoW in #34 - Remove methods of Message by @k1LoW in #35
- Support custom generator for ResponseDynamic by @k1LoW in #36
Full Changelog: v0.7.0...v0.8.0