Skip to content

1.0-alpha-6

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 13:42
· 95 commits to refs/heads/main since this release

The module is adapted to be compatible with the Testcontainers certification requirements, so there are breaking changes in the constructor. As a reminder, we expect more API breaking changes to happen soon so that it is more aligned with WireMock Java and more flexible. We will appreciate your feedback about what needs to be improved in the API!

💥 Breaking changes

  • Update the WireMock(String) constructor to take the full image string, not just the version (#58) @oleg-nenashev
  • Remove the default WireMock() constructor (#58) @oleg-nenashev
  • Verify image and version compatibility in the constructor (#58) @oleg-nenashev

📝 Documentation updates

👻 Maintenance