Releases: pactflow/pact-protobuf-plugin
Releases · pactflow/pact-protobuf-plugin
0.3.9
Bugfix Release
- 216c13f - chore: Upgrade dependencies
- 08599f2 - chore: Add a test for merging between plugin config and manifest values #41
- 884b36c - fix: Repeated enum fields must be encoded as packed varints #27
- 6f9844c - Fix merging between plugin config and manifest values. #42 (Rohit Krishnan)
- 9caef2a - chore: Add example test with a repeated enum field #27
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
Support gRPC error responses + bugfixes
- 4b2c839 - fix: fix for "Did not find interaction with key XXXXX in the Pact" error
- 9b7ec93 - fix: correct incorrect status in the output from the metadata comparison results
- ce32874 - feat: Support validating metadata when an error response is returned
- 564cefa - feat: Support setting the gRPC status for the response
- 8cb6c4f - fix: manifest had the wrong version
0.3.0
Supports gRPC metadata with Pact tests
- cab8ce1 - fix: Upgrade pact_verifier crate to 0.13.21 (fixes pact verification test)
- b0e3bf9 - feat: implement validating response metadata
- 29dfb4a - fix: gRPC response metadata was not being processed correctly
- dc78c0c - feat: support validation and metadata in consumer tests
- 024e8d3 - feat: support configuring gRPC message metadata in consumer tests
- b2e8614 - chore: Upgrade clap to v4
- 5aa7089 - chore: Upgrade base64 crate