Releases: wiremock/wiremock-spring-boot
Releases · wiremock/wiremock-spring-boot
3.7.0
🚀 New features and improvements
- feat: global response templating configurable (#86) @tomasbjerre
- feat: add @inherited to @EnableWireMock (refs #83) (#85) @tomasbjerre
3.6.0
🚀 New features and improvements
- feat: optionally register WireMockServer as a Spring Bean (refs #73) (#77) @tomasbjerre
3.5.1
🐛 Bug fixes
- fix: avoid crash when only annotating super class (refs #78) (#80) @tomasbjerre
3.5.0
🚀 New features and improvements
- feat: parse EnableWireMock annotation in super classes (refs #75) (#76) @tomasbjerre
3.4.0
🚀 New features and improvements
- feat: optionally disable reset to enable concurrency (refs #70) (#71) @tomasbjerre
3.3.0
🚀 New features and improvements
- Add support for specifying extension factories via the configuration annotation (#67) @tomakehurst
- Use wiremock-jetty12 thin JAR instead of the standalone JAR (#66) @tomakehurst
✍ Other changes
- Upgraded the convention plugin version to avoid dependency scan failures (#69) @tomakehurst
New documentation page can be found here: https://wiremock.org/docs/spring-boot/
3.2.0
🚀 New features and improvements
- feat: HTTP and HTTPS in same mock (refs #62) (#64) @tomasbjerre
🐛 Bug fixes
- fix: give helpful error message when using same name in mocks (refs #62) (#63) @tomasbjerre
3.1.0
Optionally use HTTPS (refs #60) (#61) @tomasbjerre
3.0.3
✍ Other changes
- Update WireMock dependency to 3.9.2 (#59) @leeturner
3.0.2
✍ Fixes
- fix: wiremock default port was not always configured (#56) @tomasbjerre
- fix: only add default configured server if WireMock annotation applied to test class (#54) @tomasbjerre