Skip to content

Releases: pact-foundation/pact_broker

Version 2.97.0

29 Mar 05:05
Compare
Choose a tag to compare

Features

  • webhook certificates
    • support setting webhook certificates using environment variables (82c7a7e5)

Bug Fixes

  • do not set postgres connection driver options if database_statement_timeout is nil (adec4b00)

Version 2.96.0

21 Mar 07:14
Compare
Choose a tag to compare

Features

  • print final value of configuration attribute rather than source value (9c0fd3c4)

Bug Fixes

  • ensure database and basic auth credentials are not coerced to arrays if they contain commas (5bce7ce4)
  • allow lazy loading when finding individual pacts (04e03cb2)

Version 2.95.1

21 Mar 02:15
Compare
Choose a tag to compare

Bug Fixes

  • can-i-deploy
    • allow new provider to be introduced to existing consumer without can-i-deploy having circular dependency issues (e43974ca)

Version 2.95.0

16 Mar 03:29
Compare
Choose a tag to compare

Features

  • add relation for can-i-deploy branch to environment badge (6ece8e93)
  • add badge url for 'can I deploy latest version of branch to envionment' endpoint (086b8c10)

Bug Fixes

  • pacts for verification
    • do not de-duplicate pacts with the same content but different consumers (ae3bb541)

Version 2.94.0

21 Feb 22:37
Compare
Choose a tag to compare

Features

  • add can-i-deploy endpoint for checking if the latest version for a branch can be deployed to a particular environment (34b145e8)

  • truncate tags, branches and versions in UI when they are super long (#513) (94bbf915)

  • integration dashboard

    • add copy buttons next to the branch, tag and environment labels (5b86ac88)

Bug Fixes

  • Improve Matrix request performance (#537) (123f8629)

  • Eagerly load pact publication fields (#536) (c3f6993b)

  • hal-browser

    • properties accordion should be collapsed by default (#544) (19466121)

Version 2.93.4

20 Feb 23:33
Compare
Choose a tag to compare

Bug Fixes

  • matrix page

    • set correct base URL for links when a path is specified in the base URL (8305456b)
  • handle DateTimes that come back from Sqlite as Strings (1312a049)

Version 2.93.3

10 Feb 22:40
Compare
Choose a tag to compare

Bug Fixes

  • ensure webhook_certificates setting is honoured in webhook (7933a526)

  • ensure disable_ssl_verification setting is honoured in webhook (08bc758c)

  • ensure webhook_certificates setting is honoured in webhook (8a720cdb)

  • ensure disable_ssl_verification setting is honoured in webhook (0728b3d7)

  • hal-browser

    • fixing vulnerability by upgrading HAL browser dependencies (a6b06f66)

Version 2.93.2

23 Dec 22:17
Compare
Choose a tag to compare

Bug Fixes

  • Improve SortContent performance on large contracts (#538) (1914c01f)

Version 2.93.1

21 Dec 02:26
Compare
Choose a tag to compare

Bug Fixes

  • optimise query for calculating the latest overall pacts (f44aaa70)

Version 2.93.0

07 Dec 05:01
Compare
Choose a tag to compare

Features

  • remove feature flag for new_wip_calculations (972ceadd)
  • call the database clean within a transaction (408c84ef)

Bug Fixes

  • fix clean performance fix (#530) (6c71e57b)
  • fix performance issue loading latest version for pacticipant (c575d132)