Skip to content

Latest commit

 

History

History
219 lines (159 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

219 lines (159 loc) · 12.8 KB

Changelog

v0.24.0 - 2024-09-22

Other Changes

  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #117
  • Update pkgs by @k1LoW in #121
  • chore(deps): bump the dependencies group across 1 directory with 3 updates by @dependabot in #122

v0.23.1 - 2024-08-22

Other Changes

  • Set oldstable by @k1LoW in #116
  • chore(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 in the dependencies group by @dependabot in #115

v0.23.0 - 2024-07-24

New Features 🎉

  • Add MarshalProtoMessage / UnmarshalProtoMessage to grpcstub by @k1LoW in #112

Other Changes

  • Update go and mod by @k1LoW in #113

v0.22.7 - 2024-07-08

Other Changes

  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #108

v0.22.6 - 2024-06-20

Fix bug 🐛

  • Update bufresolv by @k1LoW in #106

v0.22.5 - 2024-06-17

Fix bug 🐛

  • Update bufresolv by @k1LoW in #104

v0.22.4 - 2024-06-17

New Features 🎉

  • Support buf v2 configration files. by @k1LoW in #102

v0.22.3 - 2024-06-17

Other Changes

  • chore(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 in the dependencies group by @dependabot in #96
  • chore(deps): bump the dependencies group with 3 updates by @dependabot in #98
  • chore(deps): bump the dependencies group across 1 directory with 3 updates by @dependabot in #101

v0.22.2 - 2024-05-20

Other Changes

  • chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 in the dependencies group by @dependabot in #93
  • chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 in the dependencies group by @dependabot in #94
  • Add test for connectrpc by @k1LoW in #95

v0.22.1 - 2024-05-06

Other Changes

  • chore(deps): bump github.com/k1LoW/bufresolv from 0.6.1 to 0.6.3 in the dependencies group by @dependabot in #90

v0.22.0 - 2024-05-04

Breaking Changes 🛠

  • Organize options by @k1LoW in #89

v0.21.0 - 2024-05-04

Breaking Changes 🛠

  • Use protoresolv by @k1LoW in #85
  • Second argument of the NewServer function to allow intelligent FileDescripter resolution. by @k1LoW in #87

v0.20.0 - 2024-05-04

Breaking Changes 🛠

  • Use bufresolv by @k1LoW in #83

v0.19.0 - 2024-04-29

Other Changes

  • Update pkgs by @k1LoW in #79
  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #80
  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #81

v0.18.0 - 2024-04-28

New Features 🎉

  • Support Buf Schema Registry by @k1LoW in #77

v0.17.4 - 2024-04-19

Other Changes

  • Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #75

v0.17.2 - 2024-04-15

Fix bug 🐛

  • Fix race condition by @k1LoW in #74

Other Changes

  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #72

v0.17.1 - 2024-02-16

Other Changes

v0.17.0 - 2024-02-15

Other Changes

  • Update pkgs by @k1LoW in #68

v0.16.0 - 2024-01-12

Breaking Changes 🛠

  • Fix to accept *testing.B by @k1LoW in #67

v0.15.3 - 2023-10-30

New Features 🎉

  • Add methods for clearing by @k1LoW in #64

v0.15.2 - 2023-10-26

Other Changes

  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #62

v0.15.1 - 2023-10-12

Other Changes

  • Bump golang.org/x/net from 0.9.0 to 0.17.0 by @dependabot in #61

v0.15.0 - 2023-09-25

New Features 🎉

  • Response() supports accepting any value by @k1LoW in #58

v0.14.0 - 2023-09-22

Breaking Changes 🛠

  • Requests() returns matched requests only and UnmatchedRequests() returns unmatched requests by @k1LoW in #56

New Features 🎉

  • Add Stringer for Request type by @k1LoW in #57

v0.13.0 - 2023-09-21

Breaking Changes 🛠

  • Fix resolvePaths() to handle relative paths correctly by @k1LoW in #53

v0.12.0 - 2023-09-15

Breaking Changes 🛠

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

v0.11.1 - 2023-06-08

Other Changes

  • Add DisableReflection option by @k1LoW in #49

v0.11.0 - 2023-06-07

Breaking Changes 🛠

  • Use google.golang.org/protobuf/reflect/protoreflect instead of github.com/jhump/protoreflect by @k1LoW in #48

v0.10.2 - 2023-05-17

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

v0.10.1 - 2023-05-17

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

v0.10.0 - 2023-05-17

v0.9.0 - 2023-05-17

  • Add EnableHealthCheck option by @k1LoW in #39

v0.8.1 - 2023-03-19

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

v0.8.0 - 2023-03-19

  • 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

v0.7.0 - 2023-03-17

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

v0.6.2 - 2023-03-07

  • Bump golang.org/x/text from 0.3.3 to 0.3.8 by @dependabot in #22
  • Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.7.0 by @dependabot in #24

v0.6.1 - 2022-10-09

  • Always keep file paths unique by @k1LoW in #20

v0.6.0 - 2022-10-09

  • [BREAKING] Add Option and Change function signature of NewServer() by @k1LoW in #17

v0.5.1 - 2022-10-09

  • Use tagpr by @k1LoW in #15

v0.5.0 (2022-07-15)

v0.4.0 (2022-07-10)

  • gRPC conn close before server close #12 (k1LoW)
  • Fix grpc.Dial option #11 (k1LoW)

v0.3.0 (2022-07-06)

  • Only the first response sends Header in bidirectional streaming #10 (k1LoW)

v0.2.4 (2022-07-05)

  • Fix handle client streaming #9 (k1LoW)

v0.2.3 (2022-07-04)

  • Fix keys convert: use OrigName option #8 (k1LoW)
  • The keys of the parameters of the recorded request message should be the same as in the proto file. #7 (k1LoW)
  • Use encoding/json #6 (k1LoW)

v0.2.2 (2022-07-03)

v0.2.1 (2022-07-03)

  • Resolve relative proto paths for reflection #4 (k1LoW)

v0.2.0 (2022-07-03)

v0.1.1 (2022-07-02)

v0.1.0 (2022-07-02)

  • Add response status handling #1 (k1LoW)