1.0-alpha-6
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
- Add WireMock 3 disclaimer (#60) @oleg-nenashev
- Document using GitPack or GitHub Packages as a source (#57) @oleg-nenashev
👻 Maintenance
- Use Junit5 as base test framework (#49) @bitxon
- Bump testcontainers-bom from 1.18.1 to 1.18.3 (#52) @dependabot
- Bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#54) @dependabot