Skip to content

Releases: wiremock/python-wiremock

2.7.0

28 Jul 10:23
c0cc50f
Compare
Choose a tag to compare

🐛 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

2.6.1 - Security Release

06 Sep 15:25
20442b2
Compare
Choose a tag to compare

🔒 Security

When using the bundled WireMock JAR in environments with potential unprivileged access to other services, the library is potentially vulnerable to the following issues:

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

2.6.0

19 Jul 16:04
aa33a9c
Compare
Choose a tag to compare

🚀 New features and improvements

📝 Documentation updates

👻 Maintenance

2.6.0-alpha

11 Jul 05:46
6d16853
Compare
Choose a tag to compare
2.6.0-alpha Pre-release
Pre-release

🚀 New features and improvements

2.5.0

11 Jun 19:22
Compare
Choose a tag to compare

🚀 New features and improvements

  • Update wiremock-standalone.jar to version 2.35.0 from 2.6.0 (#48) @KjeldSchmidt

📝 Documentation updates

2.4.0

15 May 19:22
Compare
Choose a tag to compare

🚀 New Features and improvements

📝 Documentation updates

👻 Maintenance

2.4.0-alpha

14 May 20:37
Compare
Choose a tag to compare
2.4.0-alpha Pre-release
Pre-release

This is an alpha release to pre-test all the release automation before the final 2.4.0 version is released to pypi.

👻 Maintenance

✍ Other changes

2.3.0

25 Feb 15:05
898b336
Compare
Choose a tag to compare

2.2.0

18 Feb 16:30
9bbec90
Compare
Choose a tag to compare

2.1.2

11 Jun 16:34
5223565
Compare
Choose a tag to compare
  • fixes linting for python 3.8