Skip to content

Releases: pact-foundation/pact-mock_service

Version 3.12.1

19 Oct 03:51
Compare
Choose a tag to compare

Bug Fixes

  • use .read instead of .string for reading stream from rack.input (000e3fd)

Version 3.12.0

18 Oct 23:00
Compare
Choose a tag to compare

Features

Version 3.11.2

18 May 20:16
Compare
Choose a tag to compare

Bug Fixes

  • use native lockfile, rather than ruby gem, tested on ruby 3.3.0-dev (9a51a01)

Version 3.11.1

17 May 17:39
Compare
Choose a tag to compare

Bug Fixes

  • set args via ** for diff_formatter.call (96a00a9)

Version 3.11.0

20 Jan 03:18
Compare
Choose a tag to compare

Features

  • only print metrics warning once per thread (1ae43da)

Bug Fixes

Version 3.10.0

21 Feb 06:02
Compare
Choose a tag to compare

Features

Version 3.9.1

03 Jun 05:54
Compare
Choose a tag to compare

Bug Fixes

  • check for nil body rather than falsey body when determining how to render mocked response Fixes: #99 (d26e520)

Version 3.9.0

18 May 00:22
Compare
Choose a tag to compare

Features

  • pass host into WEBrick options to allow configuration (#128) (ec234a4)

Version 3.8.0

25 Feb 02:26
Compare
Choose a tag to compare

Features

  • include interaction diffs in verification response (6306693)

Version 3.7.0

13 Nov 05:16
Compare
Choose a tag to compare

Features

  • use Pact::Query.parse_string to parse query string (6cd0733)
  • do not require files until command is executing (ad54d0b)