Releases: pact-foundation/pact_broker
Releases · pact-foundation/pact_broker
Version 2.92.0
Version 2.91.0
Features
- add environments to matrix response (fd50f22c)
- remove feature toggle around change to return the pact for the latest tagged version, rather than the latest pact that has a version with the tag (fac3fc8a)
Bug Fixes
- load images from the correct path when the Pact Broker application is run from a non root context (a268ef25)
Version 2.90.0
Features
- do not let clean task delete currently deployed or currently released+supported versions (b05f0b67)
- allow webhook certificates to be configured in the pact_broker.yml file (7c60c955)
Bug Fixes
-
handle conflict check for pacts where the interactions are missing in one or the other (71844f0f)
-
fix error that occurs in some versions of Sqlite when running 20210702_drop_unused_columns_from_deployed_versions.rb (0daa4459)
-
correct logic when redacting database URL without a password (30d66cf7)
-
set resolved environment for environment selectors (f02474b7)
-
deps
- upgrade to bootstrap v4.6.1 (0433107c)
Version 2.89.1
Version 2.89.0
Features
- add applicationInstance to deployed version resource as a replacement for target (9bfafc8a)
- apply allow_dangerous_contract_modification setting when publishing using the /contracts/publish endpoint (956227fe)
- add support for matchingBranch property in consumer version selectors (48068d29)
Bug Fixes
Version 2.88.0
Features
- include relations for each consumer version that a pact version belongs to when retrieved using the URL from the 'pacts for verification' response (3458c9e5)
Bug Fixes
Version 2.87.0
Features
-
matrix
- preselect the consumer version when clicking through to matrix page from integration dashboard (b550b470)
-
dashboard
- show tooltip explaining auto created branches (cdaf7f6e)
-
can-i-deploy
-
add pb:can-i-deploy-pacticipant-version-to-environment relation (67328194)
-
webhooks
Bug Fixes
-
mysql
- increase size of event_context column (c1596419)
-
correctly merge dry validation and custom validation error messages when publishing contracts (688b1e3f)
-
pacts for verification
- correct logic for returning pact for main branch when no consumer version selectors are specified (8847e442)
-
db clean
- optimise calls to identify overwritten data to delete (aaef9e6d)
Version 2.86.0
Features
- allow webhooks to match pacticipants by label (#501) (f30a9dcc)
- in the webhook body for contract_published and contract_content_changed, use the latest verification from the main branch if present (b45398bd)
- change default database_connection_validation_timeout from -1 (every request) to nil (which Sequel will set to 3600 seconds) (0c508572)
- add version details of the implementation that verified a Pact (#363) (021a8692)
Version 2.85.1
Bug Fixes
- fix bug identifying latest verification for tagged pact (43ac4b03)