wiremock/wiremock (org.wiremock:wiremock-standalone)
### [`v3.6.0`](https://togithub.com/wiremock/wiremock/releases/tag/3.6.0)
[Compare Source](https://togithub.com/wiremock/wiremock/compare/3.5.4...3.6.0)
##### š New features and improvements
- arrayJoin - Handlebar helper ([#2725](https://togithub.com/wiremock/wiremock/issues/2725)) [@dieppa](https://togithub.com/dieppa)
- Added arrayAdd, arrayRemove and val helpers ([#2724](https://togithub.com/wiremock/wiremock/issues/2724)) [@tomakehurst](https://togithub.com/tomakehurst)
- Added an object store to the Stores interface plus a default in-memory implementation ([#2723](https://togithub.com/wiremock/wiremock/issues/2723)) [@tomakehurst](https://togithub.com/tomakehurst)
- Move the serve event triggered prior to responding before transformers are applied ([#2722](https://togithub.com/wiremock/wiremock/issues/2722)) [@tomakehurst](https://togithub.com/tomakehurst)
- Added an overload of andMatching to stub builders taking a defintion object parameter ([#2721](https://togithub.com/wiremock/wiremock/issues/2721)) [@tomakehurst](https://togithub.com/tomakehurst)
- 2711 Add start and stop hooks for extensions ([#2726](https://togithub.com/wiremock/wiremock/issues/2726)) [@leeturner](https://togithub.com/leeturner)
- Allow subclasses of WireMockExtension to get the ExtensionContext ([#1981](https://togithub.com/wiremock/wiremock/issues/1981)) [@tsmock](https://togithub.com/tsmock)
- Added supported-proxy-encodings as a CLI parameter ([#2694](https://togithub.com/wiremock/wiremock/issues/2694)) [@tomakehurst](https://togithub.com/tomakehurst)
##### š Bug fixes
- Fixes [#2696](https://togithub.com/wiremock/wiremock/issues/2696) - xPath helper returns error when result is primitive value ([#2717](https://togithub.com/wiremock/wiremock/issues/2717)) [@tomakehurst](https://togithub.com/tomakehurst)
- Content-Type Header for Multipart-Requests should be checked case-insensitive ([#2707](https://togithub.com/wiremock/wiremock/issues/2707)) [@mufasa1976](https://togithub.com/mufasa1976)
- Fix parsing of date/time query parameter values with an offset ahead of UTC ([#2703](https://togithub.com/wiremock/wiremock/issues/2703)) [@papiomytoglou](https://togithub.com/papiomytoglou)
- fix: handlebars math helper handles large negative integers ([#2706](https://togithub.com/wiremock/wiremock/issues/2706)) [@RafeArnold](https://togithub.com/RafeArnold)
##### š¦ Dependency updates
- Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0 ([#2716](https://togithub.com/wiremock/wiremock/issues/2716)) [@dependabot](https://togithub.com/dependabot)
- Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 ([#2715](https://togithub.com/wiremock/wiremock/issues/2715)) [@dependabot](https://togithub.com/dependabot)
- Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 ([#2687](https://togithub.com/wiremock/wiremock/issues/2687)) [@dependabot](https://togithub.com/dependabot)
- Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 ([#2708](https://togithub.com/wiremock/wiremock/issues/2708)) [@dependabot](https://togithub.com/dependabot)
- Bump versions.xmlUnit from 2.9.1 to 2.10.0 ([#2698](https://togithub.com/wiremock/wiremock/issues/2698)) [@dependabot](https://togithub.com/dependabot)
- Bump org.scala-lang:scala-library from 2.13.13 to 2.13.14 ([#2700](https://togithub.com/wiremock/wiremock/issues/2700)) [@dependabot](https://togithub.com/dependabot)
- Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre ([#2704](https://togithub.com/wiremock/wiremock/issues/2704)) [@dependabot](https://togithub.com/dependabot)
Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
3.5.4
->3.6.0
Release Notes
wiremock/wiremock (org.wiremock:wiremock-standalone)
### [`v3.6.0`](https://togithub.com/wiremock/wiremock/releases/tag/3.6.0) [Compare Source](https://togithub.com/wiremock/wiremock/compare/3.5.4...3.6.0) ##### š New features and improvements - arrayJoin - Handlebar helper ([#2725](https://togithub.com/wiremock/wiremock/issues/2725)) [@dieppa](https://togithub.com/dieppa) - Added arrayAdd, arrayRemove and val helpers ([#2724](https://togithub.com/wiremock/wiremock/issues/2724)) [@tomakehurst](https://togithub.com/tomakehurst) - Added an object store to the Stores interface plus a default in-memory implementation ([#2723](https://togithub.com/wiremock/wiremock/issues/2723)) [@tomakehurst](https://togithub.com/tomakehurst) - Move the serve event triggered prior to responding before transformers are applied ([#2722](https://togithub.com/wiremock/wiremock/issues/2722)) [@tomakehurst](https://togithub.com/tomakehurst) - Added an overload of andMatching to stub builders taking a defintion object parameter ([#2721](https://togithub.com/wiremock/wiremock/issues/2721)) [@tomakehurst](https://togithub.com/tomakehurst) - 2711 Add start and stop hooks for extensions ([#2726](https://togithub.com/wiremock/wiremock/issues/2726)) [@leeturner](https://togithub.com/leeturner) - Allow subclasses of WireMockExtension to get the ExtensionContext ([#1981](https://togithub.com/wiremock/wiremock/issues/1981)) [@tsmock](https://togithub.com/tsmock) - Added supported-proxy-encodings as a CLI parameter ([#2694](https://togithub.com/wiremock/wiremock/issues/2694)) [@tomakehurst](https://togithub.com/tomakehurst) ##### š Bug fixes - Fixes [#2696](https://togithub.com/wiremock/wiremock/issues/2696) - xPath helper returns error when result is primitive value ([#2717](https://togithub.com/wiremock/wiremock/issues/2717)) [@tomakehurst](https://togithub.com/tomakehurst) - Content-Type Header for Multipart-Requests should be checked case-insensitive ([#2707](https://togithub.com/wiremock/wiremock/issues/2707)) [@mufasa1976](https://togithub.com/mufasa1976) - Fix parsing of date/time query parameter values with an offset ahead of UTC ([#2703](https://togithub.com/wiremock/wiremock/issues/2703)) [@papiomytoglou](https://togithub.com/papiomytoglou) - fix: handlebars math helper handles large negative integers ([#2706](https://togithub.com/wiremock/wiremock/issues/2706)) [@RafeArnold](https://togithub.com/RafeArnold) ##### š¦ Dependency updates - Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0 ([#2716](https://togithub.com/wiremock/wiremock/issues/2716)) [@dependabot](https://togithub.com/dependabot) - Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 ([#2715](https://togithub.com/wiremock/wiremock/issues/2715)) [@dependabot](https://togithub.com/dependabot) - Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 ([#2687](https://togithub.com/wiremock/wiremock/issues/2687)) [@dependabot](https://togithub.com/dependabot) - Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 ([#2708](https://togithub.com/wiremock/wiremock/issues/2708)) [@dependabot](https://togithub.com/dependabot) - Bump versions.xmlUnit from 2.9.1 to 2.10.0 ([#2698](https://togithub.com/wiremock/wiremock/issues/2698)) [@dependabot](https://togithub.com/dependabot) - Bump org.scala-lang:scala-library from 2.13.13 to 2.13.14 ([#2700](https://togithub.com/wiremock/wiremock/issues/2700)) [@dependabot](https://togithub.com/dependabot) - Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre ([#2704](https://togithub.com/wiremock/wiremock/issues/2704)) [@dependabot](https://togithub.com/dependabot)Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.