Bugfix Release
- feat(Junit5+Spring): support injecting MockHttpServletRequestBuilder when using MockMvc tests #1334
- feat: support @CookieValue with MockMvc tests #1333
- fix(Gradle): do not fail when the pacts from the broker are not available and a non-pact verify task is run #1331
- chore: add test for application/x-thrift with provider state injected values #1330
- fix: use the raw URL path in the mock server as HttpExchange will decode the path #1326
- fix: handle exceptions correctly when @IgnoreNoPactsToVerify is present #1324
- chore: add test for results with both a pending and non-pending pact #1266
- fix: use the Pact URL to disambiguate Pacts when accumulating results #1266
- lookup contents in v4 interaction with key contents instead of body (zara)
- chore: add test for results with both a pending and non-pending pact #1266
- feat: add a system property to enable redirect handling #1323
- chore: add some tests around handling IO errors from Pact Broker #1322
- chore: add example spring MVC test with CSV #1013
- chore: add tests for json object attributes formated as dates #1220
- feat: update content type overrides to allow setting the content type to json #1314
- included literal 'null' check for regex as it has similar issue as JsonValue.Null (Ryan Levell)
- fixed regex typo. added happy path json regex (Ryan Levell)
- added check for Null JsonValue for regex matcher (Ryan Levell)