Skip to content

Releases: pact-foundation/pact-support

Version 1.16.7

28 Jan 09:01
Compare
Choose a tag to compare

Bug Fixes

  • dynamically parse actual query to match expected format (a86a3e3)

Version 1.16.6

28 Jan 00:51
Compare
Choose a tag to compare

Bug Fixes

  • raise Pact::Error not RuntimeError when invalid constructor arguments are supplied to a Pact::Term (d9fb8ea)
  • update active support support for Ruby 3.0 (6c30d42)

Version 1.16.5

25 Nov 00:28
Compare
Choose a tag to compare

Bug Fixes

  • maintain the original string query for the provider verification while also parsing the string query into a hash to allow the matching rules to be applied correctly for use in the mock service on the consumer side (12105dd)

Version 1.16.4

12 Nov 23:37
Compare
Choose a tag to compare

Bug Fixes

  • ensure expected and actual query strings are parsed consistently (4e9ca9c)

Version 1.16.3

10 Nov 01:28
Compare
Choose a tag to compare

Bug Fixes

  • add missing params_hash_has_key (700efa7)

Version 1.17.0.pre.rc2

06 Nov 05:24
Compare
Choose a tag to compare
v1.17.0.pre.rc2

Version 1.17.0.pre.rc2

Version 1.17.0-rc1

06 Nov 04:55
Compare
Choose a tag to compare
v1.17.0-rc1

chore(release): version 1.17.0-rc1

Version 1.16.2

06 Nov 21:21
Compare
Choose a tag to compare

Bug Fixes

  • removed undefined depth from query (53a373d)

Version 1.16.1

06 Nov 01:46
Compare
Choose a tag to compare

Bug Fixes

  • add missing params_hash_type? from Rack (3195b0a)

Version 1.16.0

04 Nov 03:01
Compare
Choose a tag to compare

Features

  • remove runtime dependency on rspec (aca30e2)