Releases: pactflow/pact-protobuf-plugin
Releases · pactflow/pact-protobuf-plugin
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
Support verifying gRPC requests
- fix: add the wire type into the failure message
- fix: handle case where actual field does not match expected discriptor
- fix: handle additional fields from the provider
- feat: Initial gRPC request implementation for verifying
- feat: implemented the plumbing for verifying requests
0.1.0
Support gRPC mock servers
- chore: add the gRPC service name into any error messages from the mock server
- chore: bind to IP6 loopback address
- fix: matching rule paths were incorrect for gRPC interactions
- feat: return the results back from the mock server
- feat: first working version of a gRPC mock server
0.0.3
0.0.2
Fix for interactions over HTTP
- fix: for interactions over HTTP, need to specify if the message is for the request or response
- chore: Update crates
- fix: print correct message in debug log (tienvo)
- chore: Upgrade pact-models, pact-matching and plugin driver crates