Skip to content

4.1.10

Compare
Choose a tag to compare
@uglyog uglyog released this 06 Nov 01:12
· 1573 commits to master since this release

Bugfix Release

  • fix: default headers were being added twice to requests to the pact broker #1242
  • feat: Support loading PactSource from annotations on the test class (JUnit 5) #1237
  • feat: Support loading PactSource from annotations on the test class (JUnit 4) #1237
  • feat: support any objects for provider state parameters #1234
  • fix: markdown summary was not updated correctly when multiple consumers #1128
  • feat: support for fallback tag with version selectors #946
  • 🐛 use ConcurrentHashMap rather than just a mutable map (Ryan Dens)
  • 🐛 improve thread-safety of JUnit 5 extension (Ryan Dens)