v0.25.3 - 2024-12-23
- chore(deps): bump the dependencies group with 4 updates by @dependabot in #135
v0.25.2 - 2024-12-16
- chore(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.0 in the dependencies group by @dependabot in #133
v0.25.1 - 2024-12-14
- chore(deps): bump the dependencies group across 1 directory with 5 updates by @dependabot in #131
v0.25.0 - 2024-11-24
- Add Prepend() for prepending mathcher by @k1LoW in #128
- chore(deps): bump the dependencies group across 1 directory with 5 updates by @dependabot in #127
v0.24.1 - 2024-10-07
- chore(deps): bump the dependencies group with 2 updates by @dependabot in #123
v0.24.0 - 2024-09-22
- 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
- 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
- Add MarshalProtoMessage / UnmarshalProtoMessage to grpcstub by @k1LoW in #112
- Update go and mod by @k1LoW in #113
v0.22.7 - 2024-07-08
- chore(deps): bump the dependencies group with 2 updates by @dependabot in #108
v0.22.6 - 2024-06-20
- Update bufresolv by @k1LoW in #106
v0.22.5 - 2024-06-17
- Update bufresolv by @k1LoW in #104
v0.22.4 - 2024-06-17
- Support buf v2 configration files. by @k1LoW in #102
v0.22.3 - 2024-06-17
- 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
- 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
- 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
- Organize options by @k1LoW in #89
v0.21.0 - 2024-05-04
- 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
- Use bufresolv by @k1LoW in #83
v0.19.0 - 2024-04-29
- 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
- Support Buf Schema Registry by @k1LoW in #77
v0.17.4 - 2024-04-19
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #75
v0.17.2 - 2024-04-15
- Fix race condition by @k1LoW in #74
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #72
v0.17.1 - 2024-02-16
- Use v0.4.0 until tenntenn/golden#16 is fixed. by @k1LoW in #70
v0.17.0 - 2024-02-15
- Update pkgs by @k1LoW in #68
v0.16.0 - 2024-01-12
- Fix to accept *testing.B by @k1LoW in #67
v0.15.3 - 2023-10-30
- Add methods for clearing by @k1LoW in #64
v0.15.2 - 2023-10-26
- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #62
v0.15.1 - 2023-10-12
- Bump golang.org/x/net from 0.9.0 to 0.17.0 by @dependabot in #61
v0.15.0 - 2023-09-25
- Response() supports accepting any value by @k1LoW in #58
v0.14.0 - 2023-09-22
- Requests() returns matched requests only and UnmatchedRequests() returns unmatched requests by @k1LoW in #56
- Add Stringer for Request type by @k1LoW in #57
v0.13.0 - 2023-09-21
- Fix resolvePaths() to handle relative paths correctly by @k1LoW in #53
v0.12.0 - 2023-09-15
- Use github.com/bufbuild/protocompile instead of github.com/jhump/protoreflect by @k1LoW in #51
v0.11.1 - 2023-06-08
- Add DisableReflection option by @k1LoW in #49
v0.11.0 - 2023-06-07
- 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)
v0.3.0 (2022-07-06)
v0.2.4 (2022-07-05)
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)