Releases: pactflow/pact-protobuf-plugin
Releases · pactflow/pact-protobuf-plugin
0.3.11
Bugfix Release
- 4db4328 - fix: when checking for unexpected fields, ignore fields with default values
0.3.10
Maintenance Release
This release has the following changes:
- Support for
atLeast
and atMost
matching functions
- Handle fields with default values being dropped for payloads
Changelog:
- 2aa8016 - chore: Update flaky mock server test
- ddd2449 - chore: Upgrade prost and tonic to latest versions
- 661a154 - fix: Missing fields may have been dropped from the payload if they had a default value
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
Bugfix Release
- 97113ab - chore: Upgrade all dependencies
- af9657f - fix: correct URL for aarch64 macs. Fixes #39 (Stan)
- 0212f56 - chore: Use cross from GitHub for building aarch64 target for release
0.3.7
Bugfix Release
- 0a540eb - fix nested enum not resolving (zsylvia)
0.3.6
Bugfix Release
- 2731ee4 - Fix bug resolving enum across multiple files. (Rohit Krishnan)
0.3.5
Bugfix Release
- fe47ce2 - fix: Corrected processing of Map fields to also support primitive values
- 80c8b75 - chore: Update all dependencies
0.3.4
Bugfix Release
- 098903e - fix: EachValue matcher was not applying regex to repeated fields correctly #22
0.3.3
Bugfix Release
- b6fd769 - fix: correct invalid matching rule path when using each value with a reference #22
0.3.2
Bugfix Release
- a0726e2 - fix: incorrect the matching rules where setup when an EachValues matcher was used with a repeated field #22