Pact Ruby Versions Save

Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.

v1.64.0

4 months ago

Features

  • support x509 certs in HTTP Client (#298) (3ed5680)

  • CI

    • use setup-ruby's bundle installer and cache (#275) (f5621b6)

Bug Fixes

  • assert provider retrieved successfully before using link (0af0691)
  • update call to Rack::Builder.parse_file for rack 3 (652047c)
  • example/zoo-app/Gemfile to reduce vulnerabilities (b4ca8cb)
  • example/animal-service/Gemfile to reduce vulnerabilities (7ad2073)
  • example/zoo-app/Gemfile to reduce vulnerabilities (dd417fd)
  • example/animal-service/Gemfile to reduce vulnerabilities (#281) (4ea07cd)

v1.63.0

1 year ago

Features

  • relax rack-test dependency to allow version 2 (#270) (a619deb)
  • only print metrics warning once per thread (91da38f)
  • provide configuration for build url to be published in verification results (#252) (ce1c9bc)

Bug Fixes

  • example/animal-service/Gemfile to reduce vulnerabilities (#263) (8f3b732)
  • Fixup ruby warnings (#262) (3640593)

v1.62.0

2 years ago

Features

v1.61.0

2 years ago

Features

  • support description of matching_branch and matching_tag consumer version selectors (8e8bb22)

Bug Fixes

  • pass through includePendingStatus to the 'pacts for verification' API when it is false (f0e37a4)

v1.60.0

2 years ago

Features

  • allow SSL verification to be disabled in the HAL client by setting the environment variable PACT_DISABLE_SSL_VERIFICATION=true (ce07d32)

v1.59.0

2 years ago

Features

  • update descriptions for new consumer version selectors (0471397)

v1.58.0

2 years ago

Features

  • support publishing verification results with a version branch (da2facf)

Bug Fixes

  • gracefully handle display of username that causes InvalidComponentError to be raised when composing a URI (cecb98f)

v1.57.0

3 years ago

Features

  • allow verbose flag to be set when publishing verifications (9238e4c)

v1.56.0

3 years ago

Features

  • catch and log error during help text generation (182a7cd)

v1.55.7

3 years ago

Bug Fixes

  • add consumer name to the selection description (#229) (5127036)