Releases: wiremock/wiremock-state-extension
Releases · wiremock/wiremock-state-extension
0.8.0
📦 Dependency updates
- Bump braces from 3.0.2 to 3.0.3 in /demo/wiremock_state_extension_demo (#133) @dependabot
- Bump ws from 8.14.2 to 8.17.1 in /demo/wiremock_state_extension_demo (#132) @dependabot
📝 Documentation updates
- bug!: fix compatibility issue with wiremock 3.7.0 (#135) @dirkbolte
👻 Maintenance
- bug!: fix compatibility issue with wiremock 3.7.0 (#135) @dirkbolte
0.7.0
🐛 Bug fixes
- bug!: fix incompatibility with wiremock 3.6 (#130) @dirkbolte
📦 Dependency updates
- bug!: fix incompatibility with wiremock 3.6 (#130) @dirkbolte
📝 Documentation updates
- bug!: fix incompatibility with wiremock 3.6 (#130) @dirkbolte
👻 Maintenance
- bug!: fix incompatibility with wiremock 3.6 (#130) @dirkbolte
0.6.4
✍ Other changes
- fix: fix loading of standalone jar (#128) @dirkbolte
0.6.3
🐛 Bug fixes
- fix: support accessing query parameters for state handlebar extension (#127) @dirkbolte
📦 Dependency updates
- Bump axios from 0.27.2 to 1.6.8 in /demo/wiremock_state_extension_demo (#125) @dependabot
- Bump vite from 4.5.2 to 4.5.3 in /demo/wiremock_state_extension_demo (#124) @dependabot
- Bump follow-redirects from 1.15.4 to 1.15.6 in /demo/wiremock_state_extension_demo (#123) @dependabot
- Bump org.wiremock.tools.gradle.wiremock-extension-convention from 0.1.2 to 0.2.0 (#121) @dependabot
0.6.2
🐛 Bug fixes
- refactor: increase test coverage (#111) @dirkbolte
- bug: prevent java.util.ConcurrentModificationException in Transaction (#120) @dirkbolte
📦 Dependency updates
- Bump com.diffplug.spotless from 6.24.0 to 6.25.0 (#118) @dependabot
- Bump vite from 4.4.12 to 4.5.2 in /demo/wiremock_state_extension_demo (#117) @dependabot
- Bump follow-redirects from 1.15.3 to 1.15.4 in /demo/wiremock_state_extension_demo (#113) @dependabot
- Bump com.diffplug.spotless from 6.23.3 to 6.24.0 (#114) @dependabot
📝 Documentation updates
- doc: correct documentation to store and retrieve a full body (#116) @dirkbolte
👻 Maintenance
- refactor: increase test coverage (#111) @dirkbolte
✍ Other changes
0.6.1
This release contains a little breaking change when it comes to the calculation of updateCount
. Previously, every record/delete action within a stub result in an increment of this counter. This could result in a single request increasing the counter by more than 1 (and it was also documented + tested that way)
With this change it is now guaranteed that a single request only increases the counter by 1 and therefore has a more consistent behavior.
Furthermore, the hasContext
matcher now allows to use WireMock's built-in matchers on properties and list entries, thus providing extended flexibility.
💥 Breaking changes
- bug!: fix updateCount handling (#110) @dirkbolte
🚀 New features and improvements
- feat: support built-in WireMock matchers on properties and list entries (#109) @dirkbolte
🐛 Bug fixes
- bug!: fix updateCount handling (#110) @dirkbolte
0.5.1
📦 Dependency updates
- Bump com.diffplug.spotless from 6.22.0 to 6.23.3 (#105) @dependabot
- Bump vite from 4.4.9 to 4.4.12 in /demo/wiremock_state_extension_demo (#106) @dependabot
- Bump io.rest-assured:rest-assured-bom from 5.3.2 to 5.4.0 (#107) @dependabot
👻 Maintenance
- Adopt convention plugin (#108) @oleg-nenashev
0.5.0
What's Changed
- Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.3.0 by @dependabot in #83
- Bump org.wiremock:wiremock from 3.2.0 to 3.3.1 by @dependabot in #97
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by @dependabot in #96
- Bump axios from 1.5.0 to 1.6.0 in /demo/wiremock_state_extension_demo by @dependabot in #99
- feat: adding array and regex support to deleting a state by @dirkbolte in #98
- chore: adding coverage by @dirkbolte in #100
Full Changelog: 0.4.0...0.5.0
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