github wiremock/wiremock-state-extension 0.6.1

latest releases: 0.10.1, 0.10.0, 0.9.5...
2 years ago

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

🚀 New features and improvements

  • feat: support built-in WireMock matchers on properties and list entries (#109) @dirkbolte

🐛 Bug fixes

Don't miss a new wiremock-state-extension release

NewReleases is sending notifications on new releases.