Skip to content

Releases: pact-foundation/pact-ruby

Version 1.55.2

Choose a tag to compare

@github-actions github-actions released this 26 Sep 05:15

Bug Fixes

  • correctly calculate exit code when a mix of pending and non pending pacts are verified (533faa1)

Version 1.55.1

Choose a tag to compare

@github-actions github-actions released this 26 Sep 00:38

Bug Fixes

  • remove accidentally committed debug logging (081423e)

Version 1.55.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 00:25

Features

  • add consumer_version_selectors to pact verification DSL, and convert consumer_version_tags to selectors (39e6c4a)
  • allow verification task to set just a pact_helper without a URI (303077d)
  • split pending and failed rerun commands into separate sections (f839391)
  • update output during verification so the pact info shows before the describe blocks of the pact that is being verified (15ec231)

Version 1.54.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 03:07

Features

  • use pb relation in preference to beta relation when fetching pacts for verification (7563fcf)
  • allow include_wip_pacts_since to use a Date, DateTime or Time (dd35366)
  • add support for include_wip_pacts_since (f2247b8)

Version 1.53.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 10:05

Features

  • add support for the enable_pending flag (16866f4)

Version 1.52.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 00:16

Features

  • support webdav http methods (fa1d712)

Version 1.51.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 06:20

Bug Fixes