Skip to content

Commit

Permalink
chore: release notes for 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuan-pham committed Jan 30, 2024
1 parent 0f1ce9c commit dba1182
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/docs/on-premises/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,10 @@ Deprecated in favour of `PACTFLOW_MASTER_ENCRYPTION_KEY`. If you have a previous

### PACTFLOW_CSP_ALLOWED_SOURCES

Space separated list of allowed content sources. This may be useful if you need additional assets on your instance of PactFlow. For example, if you need to support multiple redirects for SAML authentication, you need to add them here for PactFlow to generate the appropriate Content-Security-Policy to allow that to happen.
Space separated list of allowed content sources that should be allowed in addition to the hosts configured in the identity provider settings (eg. `PACTFLOW_SAML_IDP_SSO_TARGET_URL`). This may be useful if you need additional assets on your instance of PactFlow. For example, if you need to support multiple redirects for SAML authentication, you need to add them here for PactFlow to generate the appropriate Content-Security-Policy to allow that to happen.

**Required:** false<br/>
**Example:** `https://my-intermediate-idp-host.com`<br/>

## User administration

Expand Down
26 changes: 26 additions & 0 deletions website/docs/docs/on-premises/releases/1.29.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: 1.29.0
---

## Release date

30 January 2024

## Features

* The GET /integrations endpoint returns verification modes: replay or comparison along with other integration details
* Added OAS for consumer contract publication
* Reduce time for a successful can-i-deploy result when using bi-directional contracts by reducing the number of historical branches to generate pact/OAS comparisons for

## Fixes

* Add validation to ensure a pacticipant cannot be created with an empty name when publishing a contract.
* Fix performance issues due to contention in the integrations table when publishing a large number of contracts (> 20) per request, in parallel
* Fix contention on the API tokens table when large numbers of parallel requests come in with the same token
* Correct the logic used to calculate the pactRevisionsPerConsumerVersion distribution in the metrics endpoint

## Migration notes

N/A


8 changes: 8 additions & 0 deletions website/notices/2024-01-30-on-premises-1.29.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
slug: 2024-01-30-on-premises-1.29.0
title: On-premises release v1.29.0
tags: [on-premises, release]
---

A new PactFlow on-premises release (1.29.0) is now available ([see details](/docs/on-premises/releases/1.29.0)).

1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ module.exports = {
label: 'Releases',
items: [
//on-prem-release-placeholder
'docs/on-premises/releases/1.29.0',
'docs/on-premises/releases/1.28.0',
'docs/on-premises/releases/1.27.0',
'docs/on-premises/releases/1.26.0',
Expand Down

0 comments on commit dba1182

Please sign in to comment.