Releases: wiremock/wiremock-state-extension
Releases · wiremock/wiremock-state-extension
0.4.0 - Maven Central Releases🚉
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
andorg.wiremock.extensions:wiremock-state-extension-standalone
to Maven Central from GitHub Actions (#72 .. #94) @oleg-nenashev
💥 Breaking changes
- Change the Maven
groupId
toorg.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
- Document using Maven Central packages as a default option (#81) @oleg-nenashev
- Add quick access badges to the root (#84) @oleg-nenashev
- README page to the demo (#70) @ayan-joshi
👻 Maintenance
- Workaround Gradle 8 dependency bug for signing dependency graph (#94) @oleg-nenashev
- Verify the source Git branch before releasing (#92) @oleg-nenashev
- Require signing of the standalone JAR in the release flow (#92) @oleg-nenashev
- Add sources and javadoc to the standalone JAR artifact (#91) @oleg-nenashev
- Escape
@
in Javadoc to fix Java 11 builds (#74) @oleg-nenashev - Document the module release process (#75) @oleg-nenashev
0.3.14
👻 Maintenance
- Workaround Gradle dependency bug for signing (#94) @oleg-nenashev
0.3.13
👻 Maintenance
- Releases happen from the head branch (#93) @oleg-nenashev
0.3.12
- Verify the Git branch before releasing (#92) @oleg-nenashev
- Require signing of the standalone JAR (#92) @oleg-nenashev
- Restore caching in the release build (#92) @oleg-nenashev
0.3.11
👻 Maintenance
- Add sources and javadoc to the standaloneJar artifact (#91) @oleg-nenashev
0.3.10
No changes in the repo
0.3.9
👻 Maintenance
- GitHub Actions: Release the component using raw CLI (#90) @oleg-nenashev
0.3.8
Release re-attempt
0.3.7
👻 Maintenance
- Rename repository to wiremock-state-extension (#89) @oleg-nenashev
- Fix CI builds (#85, #86, #87, #88) @oleg-nenashev
0.3.6
👻 Maintenance
- Use the default nexus URL for the legacy Maven Central server (#82) @oleg-nenashev