Releases: wiremock/wiremock-state-extension
Releases · wiremock/wiremock-state-extension
0.8.2
Only internal version updates.
📦 Dependency updates
- fix release draft (#155) @dirkbolte
- Bump org.wiremock:wiremock from 3.10.0 to 3.12.0 (#153) @dependabot
- Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0 (#150) @dependabot
- Bump nanoid from 3.3.6 to 3.3.8 in /demo/wiremock_state_extension_demo (#146) @dependabot
- Bump com.diffplug.spotless from 6.25.0 to 7.0.2 (#149) @dependabot
- Bump vite from 4.5.3 to 4.5.9 in /demo/wiremock_state_extension_demo (#151) @dependabot
- Bump org.wiremock.tools.gradle.wiremock-extension-convention from 0.3.0 to 0.4.0 (#145) @dependabot
- Bump org.wiremock:wiremock from 3.9.1 to 3.10.0 (#144) @dependabot
- Bump vue-template-compiler and vue-tsc in /demo/wiremock_state_extension_demo (#141) @dependabot
- Bump axios and start-server-and-test in /demo/wiremock_state_extension_demo (#142) @dependabot
- Bump rollup from 3.29.2 to 3.29.5 in /demo/wiremock_state_extension_demo (#139) @dependabot
- Bump org.wiremock:wiremock from 3.8.0 to 3.9.1 (#138) @dependabot
- Bump org.wiremock:wiremock from 3.7.0 to 3.8.0 (#136) @dependabot
✍ Other changes
- bump artifact upload (#154) @dirkbolte
0.8.1
Only internal version updates.
📦 Dependency updates
- Bump org.wiremock:wiremock from 3.10.0 to 3.12.0 (#153) @dependabot
- Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0 (#150) @dependabot
- Bump nanoid from 3.3.6 to 3.3.8 in /demo/wiremock_state_extension_demo (#146) @dependabot
- Bump com.diffplug.spotless from 6.25.0 to 7.0.2 (#149) @dependabot
- Bump vite from 4.5.3 to 4.5.9 in /demo/wiremock_state_extension_demo (#151) @dependabot
- Bump org.wiremock.tools.gradle.wiremock-extension-convention from 0.3.0 to 0.4.0 (#145) @dependabot
- Bump org.wiremock:wiremock from 3.9.1 to 3.10.0 (#144) @dependabot
- Bump vue-template-compiler and vue-tsc in /demo/wiremock_state_extension_demo (#141) @dependabot
- Bump axios and start-server-and-test in /demo/wiremock_state_extension_demo (#142) @dependabot
- Bump rollup from 3.29.2 to 3.29.5 in /demo/wiremock_state_extension_demo (#139) @dependabot
- Bump org.wiremock:wiremock from 3.8.0 to 3.9.1 (#138) @dependabot
- Bump org.wiremock:wiremock from 3.7.0 to 3.8.0 (#136) @dependabot
✍ Other changes
- bump artifact upload (#154) @dirkbolte
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