2024 05 30 release notes (core)
Last updated
Last updated
This page summarises items scheduled for the following release to the Patchworks Production environment:
Patchworks core (backend)
Release version | Release date |
---|---|
Patchworks dashboard (frontend)
Release version | Release date |
---|---|
New features, updates, and enhancements of note are summarised by product area, below:
Type | Summary | Ref # |
---|---|---|
1.18.0
30th May 2024 @ 9am
1.13.2
30th May 2024 @ 9am
Run logs - retried status
A new status retried
status badge has been added to the Run logs page. This is displayed if an enabled process flow run has failed and then subsequently retried via the retry button.
CPT-2700
CPT-1813
CPT-1813
CPT-2782
CPT-2782
Sidebar navigation - additional help links
The left-hand navigation bar has been extended to include the following links under 'Help':
System status - check the current status of the Patchworks platform
API - access Patchworks API documentation
Training - log into the Patchworks training platform
CPT-2747 / 2771
CPT-2187
CPT-2486
When filtering by status, you can now choose to display all retried
jobs, all retried and failed
jobs, or all retried and succeeded
jobs.
Run logs & queues
Map transform function - split string
A new string split
transform function can be used to split a string into an array, based on a defined delimiter.
Split string transform function
Map transform function - array join
A new array join
transform function can be used to join elements of an array into a string, based on a defined delimiter.
Array join transform function
Map transform function - null to string
A new null to string
transform function can be used so if a transform receives null
it returns an empty string. If anything other than null
is received, no change is made.
Null to string transform function
Map transform function - null to zero
A new null to zero
transform function can be used so if a transform receives null
it returns a value of 0
. If anything other than null
is received, no change is made.
Null to zero transform function
Shape spacing on canvas Fixed issue where spacing between shapes in a process flow was too large. Building a process flow
Silent FTP connection failures Fixed issue where any errors produced when either failing to connect to an FTP host or trying to perform an invalid operation were not reported to the user - the connection step would fail silently with no details in the logs. Configuring SFTP connections