Skip to content

Releases: pact-foundation/pact_broker

Version 2.76.1

27 Jan 21:42
Compare
Choose a tag to compare

Bug Fixes

  • deduplicate wip pacts by content (0af90776)
  • message when pending pact is verified successfully for the first time (#376) (4fc69190)
  • use base URL from rack env in UI (5bf21324)

Version 2.76.0

21 Jan 02:22
Compare
Choose a tag to compare

Features

  • verification results
    • redirect requests for verification results to the HAL browser if requested in a web browser (0f948de5)

Version 2.75.0

20 Jan 23:30
Compare
Choose a tag to compare

Features

  • upgrade bootstrap (#370) (a457c337)

  • add indexes to webhook_executions and triggered_webhooks tables (b05e7dbe)

  • webhook

Bug Fixes

Version 2.74.1

04 Jan 21:51
Compare
Choose a tag to compare

Bug Fixes

  • deps
    • remove manual specification for nokogiri now the fix for CVE-2020-26247 has been released in 1.11 (771378a9)

Version 2.74.0

04 Jan 01:14
Compare
Choose a tag to compare

Features

  • include the consumer version selectors in the metadata of the 'pact for verification' URL (32bbe1c3)

Bug Fixes

Version 2.73.0

16 Dec 07:58
Compare
Choose a tag to compare

Features

  • wip

    • permenently enable feature that keeps pacts as WIP when verified via the URL from a webhook triggered by pact publication (70071373)
  • allow error causes to be configured to log at warning level (3a7bf5ea)

  • add self relations for tags in matrix resource (727cee99)

  • add self relation to tags in extended pact and verification resources (a560ce6d)

  • metrics

Bug Fixes

  • url encode tag name in tag URL (80df832d)

Version 2.72.0

02 Dec 06:07
Compare
Choose a tag to compare

Features

  • allow overwritten data deletion to be configured with extra options (fd809737)
  • use the consumer version number in the metadata to select the correct consumer version for a pact version resource (422c87fc)
  • return link to latest pact if more pacts exist when deleting pacts by tag (b87ea704)
  • update output for clean dry run (681a5ddd)
  • update metrics output (0617e9df)

Version 2.71.0

28 Nov 10:03
Compare
Choose a tag to compare

Features

  • allow clean to be performed in dry run mode (a7a18fde)

Version 2.70.0

28 Nov 07:51
Compare
Choose a tag to compare

Features

  • allow limit to be applied to clean task (d29e5c62)

  • optimise the query to load the tags with latest flags (bc47613f)

  • optimise query to find head tags for a pact (67309e37)

  • wip pacts

    • experimental feature - if no provider versions exist, consider all head pacts wip (a635cc53)

Bug Fixes

  • return empty body when group csv is requested for a pacticipant that does not have any integrations (fb4e28ce)

Version 2.69.0

24 Nov 23:00
Compare
Choose a tag to compare

Features

  • wip

    • keep pacts as WIP when verified via the pactUrl passed though the webhook template parameters - experimental. (a9b3fef0)
  • add link to the pact content version (8eefba5f)

  • display V3 provider states in HTML (#357) (8e06a7f2)

  • optimise query for determining latest verification for consumer and provider (7889b051)

Bug Fixes

  • return a 404 when the base pact for a pact diff doesn't exist (74d3644d)
  • Add consumer name to inclusion reason log (#358) (82901891)