Skip to content

Releases: pact-foundation/pact-support

Version 1.21.4

03 Oct 15:05

Choose a tag to compare

Bug Fixes

  • deps

  • spec

    • workaround for diff formatted errors in ruby 3.4 (5627237)
  • json load diff regression downstream (1ed2ce7)

Version 1.21.3

26 Jun 09:25

Choose a tag to compare

Bug Fixes

  • use the safe json load to fix deprecation warnings. (5d12ac6)

Version 1.21.2

05 Dec 15:01

Choose a tag to compare

Bug Fixes

  • prevent insertion of extra new lines in JSON (50189f2)

Version 1.21.1

29 Nov 16:05

Choose a tag to compare

Bug Fixes

  • add blank lines to empty hashs - json 2.8.x regression for pact-ruby (f8cb384)

Version 1.21.0

29 Nov 12:59

Choose a tag to compare

Features

  • add like_integer / like_decimal helpers (75a36cd)
  • add v3/v4 generators (thanks @slt) (fe04975)

Bug Fixes

  • add blank lines to empty hashs - json 2.8.x regression (66910bd)

Version 1.20.2

23 Oct 12:35

Choose a tag to compare

Bug Fixes

  • test

    • explicitly require ostruct as non stdlib in ruby 3.5.x (e06a057)
  • use single quotes for pact term creation err msg (d770791)

Version 1.20.1

08 Aug 17:03

Choose a tag to compare

Bug Fixes

  • enable color on non-tty if color_enabled (0585424)

Version 1.20.0

18 Oct 22:34

Choose a tag to compare

Features

  • handle x509 certs in HTTP Client (#99) (6a36a48)

Version 1.19.0

14 Nov 21:45

Choose a tag to compare

Features

  • generators
    • add generators to a consumer contract request (#97) (fbce4cb)

Version 1.18.1

16 Aug 23:19

Choose a tag to compare

Bug Fixes

  • use send to invoke remove_method when removing as_json from Regexp (cb29cdd)