WireMock 3.10.0 Released
Lee Turner
Senior Software Engineer
December 2, 2024
The WireMock team is excited to announce the release of WireMock version 3.10.0. This release includes a number of dependency updates and a few bug fixes, some new templating helpers and improvements to HTTP server loading and extension factories
Next Steps
If you havenโt yet updated to WireMock 3.x, this is an excellent opportunity to do so! ย You can download the standalone jar directly from our website and if you use Docker, the official docker images have been updated. ย For the dependencies in your code, WireMock 3.10.0 can now be found in Maven Central
Please feel free to reach out to us on the WireMock Community Slack channel if you need any assistance.
Changelog
๐ New Features
- Added ability for extension factories to be declared as classes (#2909) @tomakehurst
- HTTP server loading refinement (#2891) @tomakehurst
- New JSON and XML handlebars helpers (#2904) @RafeArnold
๐ Bug fixes
- Add null check in WireMockExtension.stopServerIfRunning() (#2901) @baezzys
- fix serialization of ignoreOrderOfSameNode for equalToXml (#2896) @viktormelnychuk
๐ฆ Dependency updates
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.1 (#2883) @dependabot
- Bump com.networknt:json-schema-validator from 1.5.2 to 1.5.4 (#2905) @dependabot
- Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.2 (#2908) @dependabot
- Bump org.sonarqube from 5.1.0.4882 to 6.0.1.5171 (#2907) @dependabot
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /testlogging (#2862) @dependabot
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#2902) @dependabot
Links
- https://github.com/wiremock/wiremock/releases/tag/3.10.0
- https://hub.docker.com/r/wiremock/wiremock
- https://slack.wiremock.org/
- https://wiremock.org
โ
/