Skip to content

Releases: wiremock/wiremock

3.12.0

12 Feb 12:33
Compare
Choose a tag to compare

πŸš€ New Features

πŸ“¦ Dependency updates

✍ Other changes

  • Drop to the version of spotless where we didn't have any issues (#2955) @leeturner

3.11.0

31 Jan 15:01
Compare
Choose a tag to compare

πŸš€ New Features

🐞 Bug fixes

πŸ“¦ Dependency updates

✍ Other changes

  • improve performance of EqualToXmlPattern. (#2944) @RafeArnold
  • Update after-pattern.yaml to fix typo (#2949) @ascopes
  • Fix serialization of nested AdvancedPathPattern where @JsonUnwrapped is used (#2919) @leeturner
  • Throw descriptive exception when no suitable HttpServerFactory extension was found (#2920) @andipabst

3.10.0

29 Nov 16:56
Compare
Choose a tag to compare

πŸš€ New Features

πŸ› Bug fixes

πŸ“¦ Dependency updates

3.9.2

22 Oct 15:01
Compare
Choose a tag to compare

🐞 Bug Fixes

πŸ“¦ Dependency updates

25 changes

✍️ Other Updates

3.9.1

24 Jul 15:16
Compare
Choose a tag to compare

🐞 Bug Fixes

3.9.0

19 Jul 13:40
Compare
Choose a tag to compare

πŸš€ New features and improvements

πŸ“– OpenAPI updates

🐞 Bug fixes

  • update MatchesJsonSchemaPattern to handle invalid json schemas. (#2803) @RafeArnold
  • correctly handle InMemoryObjectStore.compute returning null. (#2804) @RafeArnold

πŸ“¦ Dependency updates

3.8.0

28 Jun 17:17
Compare
Choose a tag to compare

πŸš€ New features and improvements

πŸ“¦ Dependency updates

🐞 Bug fixes

  • Fix matching of multiple expected zoned date/time values with multiple actual local ones (#2650) @papiomytoglou

3.7.0

21 Jun 14:18
Compare
Choose a tag to compare

πŸš€ New features and improvements

🐞 Bug fixes

  • Stop ejecting existing key on read of missing key (#2772) @Mahoney
  • Fix race condition in getObjectStore (#2761) @Mahoney
  • Fix scala warnings (#2768) @Mahoney
  • Fix HttpClientBuilder сode and add options for Connection Management to increase the proxying performance (#2744) @MuTalKing
  • Fixed #2739 - prevent automatic creation of __files dir on startup and instead create lazily on write (#2760) @tomakehurst
  • fix: stop showing path parameter non match message incorrectly. (#2753) @RafeArnold
  • Prevent creating multiple stub mappings with the same ID (#2742) @RafeArnold

✍ Other changes

  • Disabled DNS filtering when no custom proxy security rules are set (#2737) @egerix
  • Path params and serve event ID in request (#2769) @tomakehurst

πŸ“¦ Dependency updates

3.6.0

22 May 13:41
Compare
Choose a tag to compare

πŸš€ New features and improvements

  • arrayJoin - Handlebar helper (#2725) @dieppa
  • Added arrayAdd, arrayRemove and val helpers (#2724) @tomakehurst
  • Added an object store to the Stores interface plus a default in-memory implementation (#2723) @tomakehurst
  • Move the serve event triggered prior to responding before transformers are applied (#2722) @tomakehurst
  • Added an overload of andMatching to stub builders taking a defintion object parameter (#2721) @tomakehurst
  • 2711 Add start and stop hooks for extensions (#2726) @leeturner
  • Allow subclasses of WireMockExtension to get the ExtensionContext (#1981) @tsmock
  • Added supported-proxy-encodings as a CLI parameter (#2694) @tomakehurst

🐞 Bug fixes

  • Fixes #2696 - xPath helper returns error when result is primitive value (#2717) @tomakehurst
  • Content-Type Header for Multipart-Requests should be checked case-insensitive (#2707) @mufasa1976
  • Fix parsing of date/time query parameter values with an offset ahead of UTC (#2703) @papiomytoglou
  • fix: handlebars math helper handles large negative integers (#2706) @RafeArnold

πŸ“¦ Dependency updates

3.5.4

23 Apr 10:37
a861e50
Compare
Choose a tag to compare

πŸ“¦ Dependency updates

✍ Other changes

  • Allow commons-fileupload to load commons-io as a transitive dependency (#2691) @leeturner
  • Fix some Sonar or/and "IDEA inspect code" issues (partly) (#2686) @pks-1981