Skip to content

Releases: wiremock/wiremock-state-extension

0.8.2

16 Feb 21:47
9df583e
Compare
Choose a tag to compare

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

0.8.1

16 Feb 21:17
743cbea
Compare
Choose a tag to compare

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

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