Skip to content

Releases: k1LoW/grpcstub

v0.12.0

15 Sep 03:17
ebdfad9
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Use github.com/bufbuild/protocompile instead of github.com/jhump/protoreflect by @k1LoW in #51

Full Changelog: v0.11.1...v0.12.0

v0.11.1

08 Jun 00:50
1ad2783
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Add DisableReflection option by @k1LoW in #49

Full Changelog: v0.11.0...v0.11.1

v0.11.0

07 Jun 02:32
c9e29d8
Compare
Choose a tag to compare

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

17 May 12:15
5995084
Compare
Choose a tag to compare

What's Changed

  • Change health check service name by @k1LoW in #45

Full Changelog: v0.10.1...v0.10.2

v0.10.1

17 May 09:27
607e77d
Compare
Choose a tag to compare

What's Changed

  • Add flipflop service for grpc.health.v1.Health.Watch stubbing by @k1LoW in #43

Full Changelog: v0.10.0...v0.10.1

v0.10.0

17 May 08:24
5f20e5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

17 May 07:10
db8a674
Compare
Choose a tag to compare

What's Changed

  • Add EnableHealthCheck option by @k1LoW in #39

Full Changelog: v0.8.1...v0.9.0

v0.8.1

19 Mar 14:57
f0dca56
Compare
Choose a tag to compare

What's Changed

  • Allow direct use of ResponseDynamic by @k1LoW in #37

Full Changelog: v0.8.0...v0.8.1

v0.8.0

19 Mar 04:13
9f7fe7a
Compare
Choose a tag to compare

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

v0.7.0

17 Mar 07:42
edb6563
Compare
Choose a tag to compare

What's Changed

  • [BREAKING] Support dir path for Proto by @k1LoW in #25
  • [BREAKING] Skip registration of conflicted descriptors by @k1LoW in #27

Full Changelog: v0.6.2...v0.7.0