Skip to content

Releases: wiremock/wiremock-state-extension

0.8.0

24 Jun 21:24
605dbe3
Compare
Choose a tag to compare

📦 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

👻 Maintenance

0.7.0

04 Jun 15:54
831aed4
Compare
Choose a tag to compare

🐛 Bug fixes

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

0.6.4

15 Apr 15:24
77f157b
Compare
Choose a tag to compare

✍ Other changes

0.6.3

13 Apr 06:54
2d4399d
Compare
Choose a tag to compare

🐛 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

01 Mar 09:38
0df139e
Compare
Choose a tag to compare

🐛 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

✍ Other changes

0.6.1

23 Dec 15:22
af4474a
Compare
Choose a tag to compare

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

0.5.1

12 Dec 07:05
cd6a954
Compare
Choose a tag to compare

📦 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

0.5.0

12 Nov 20:38
a0be1c1
Compare
Choose a tag to compare

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🚉

03 Nov 21:33
d802607
Compare
Choose a tag to compare

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

0.3.14

03 Nov 21:11
81a2306
Compare
Choose a tag to compare
0.3.14 Pre-release
Pre-release

👻 Maintenance