Skip to content

0.4.0 - Maven Central Releases🚉

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 21:33
· 30 commits to refs/heads/develop since this release
d802607

This release introduces publishing to Maven Central, changes group IDs of the packages, and adds a few minor patches

🚀 New features and improvements

  • Release org.wiremock.extensions:wiremock-state-extension and org.wiremock.extensions:wiremock-state-extension-standalone to Maven Central from GitHub Actions (#72 .. #94) @oleg-nenashev

💥 Breaking changes

  • Change the Maven groupId to org.wiremock.extensions. Make sure to update it in your projects (#81) @oleg-nenashev
  • Rename repository to wiremock-state-extension. It impacts only code accessing this repository from REST API (#89) @oleg-nenashev

🐛 Bug fixes

  • Use proper defaults when properties or contexts are not missing (#69) @dirkbolte

📝 Documentation updates

👻 Maintenance