Skip to content

4.1.9

Compare
Choose a tag to compare
@uglyog uglyog released this 18 Oct 05:00
· 1527 commits to master since this release

Bugfix Release

  • fix: handle null tag values in selectors #1227
  • fix: when loading pacts, only swallow exceptions if annotation ignoreIoErrors == "true" #1225
  • fix: when request to the broker fails with an exception, propagate the original exception #1225
  • fix: support versions that are not string values #1228
  • feat: Update documentation on PactUrl authentication #1224
  • feat: support system properties with PactUrl authentication #1224
  • feat: add authentication to PactUrl annotation #1224
  • fix: Java DSL must not generate invalid matcher paths #1220
  • fix(MarkdownReporter): correctly align body mismatches when there are multiple per path #1219
  • fix: merge in results so we don't lose results with multiple interactions #1128
  • feat: add summary to markdown report #1128
  • fix: don't default the content type to JSON when the content-type header is missing #1218
  • fix: handle version as string (sneufeind)