Skip to content

2.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 10:23
· 15 commits to refs/heads/master since this release
c0cc50f

🐛 Bug fixes

  • Fix --root-dir propagation to the standalone server (#101) @simonjgould
  • Change the return type of create_mapping() from MappingResponse to Mapping (#99) @hassomehide

✍ Other changes

  • Increase retry_count for server_running to 10 to account for slower startup times of Wiremock (#112) @jonassvalin
  • 🧹Delete unused requirements (#116) @alexjrk
  • Revert WireMock v3-related changes (#114) @alexjrk
  • Fix unit tests runner (#115) @alexjrk
  • Fix Requests.reset_request_journal() for Wiremock V3 (#108) @alexjrk
  • Update the docker compose command for the integration tests (#111) @leeturner
  • Fixes test container paths so they work on Windows (#105) @mhairifin