You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 1.x line of PactFlow On-Prem is now in maintenance mode and will only receive security updates. It will reach end of life on March 11, 2026, after which it will no longer be supported.
8
+
9
+
To ensure you have access to the latest features and improvements, please upgrade to 2.x as soon as possible.
Copy file name to clipboardExpand all lines: website/docs/docs/on-premises/releases/2.0.0.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,10 @@ For full details, including installation instructions, refer to the [2.x.x docum
35
35
36
36
Please review the following updates when migrating to version 2.0.0:
37
37
38
-
1. A [Redis-compatible data store](/docs/on-premises-2x/redis) is now required.
38
+
1. A [Redis-compatible data store](/docs/on-premises-2x/redis) is now required
39
+
1. Ensure you set the [`REDIS_URL`](/docs/on-premises-2x/environment-variables#redis_url) environment variable.
39
40
2.`PACTFLOW_COOKIE_SECRET` must now be at least 64 characters. [More info](/docs/on-premises-2x/environment-variables#pactflow_cookie_secret).
40
41
3. The `PACTFLOW_LOG_FORMAT` environment variable is deprecated and has no effect. All logs are now output in JSON only.
41
42
4. The base image has changed from Alpine Linux to Ubuntu 24.04. If you have customized the image, review your setup and update any installed tools or libraries accordingly.
42
43
43
-
> **Note:** There are no breaking API or database changes in this release. All existing API calls, SDKs, and CLI integrations will continue to work as expected.
44
+
> **Note:** There are no breaking API or database changes in this release. All existing API calls, SDKs, and CLI integrations will continue to work as expected.
0 commit comments