Skip to content

3.5.0

Compare
Choose a tag to compare
@uglyog uglyog released this 24 Jun 11:33
· 3310 commits to master since this release

V3 Specification Release

This release includes the following changes from 3.5.0-rc.3:

  • Updated the mock server to handle exceptions
  • Wired in the generators in the response from the mock service
  • Corrected the PactDslJsonArray which was setting the wrong index for generators
  • Correct the JSON verification reporter for V3 format
  • Allow setting of a custom MockMvc for provider states that need finer grained control over the test context (thanks to @mouserd)
  • Implemented AND + OR for Java DSL (Ronald Holshausen, Fri Jun 23 13:10:57 2017 +1000)
  • Add a Groovy boolean matcher (thanks to @jon-ruckwood)
  • use 9 digits for random numbers so they will fit within the dynamic range of 32 bit integers #436