2024 05 30 release notes (core)
Release summary
This page summarises items scheduled for the following release to the Patchworks Production environment:
Patchworks core (backend)
1.18.0
30th May 2024 @ 9am
Patchworks dashboard (frontend)
1.13.2
30th May 2024 @ 9am
New features, updates, and enhancements of note are summarised by product area, below:
Process flows
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.
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
CPT-2700
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
CPT-1813
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
CPT-1813
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
CPT-2782
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
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
Shape spacing on canvas
Fixed issue where spacing between shapes in a process flow was too large.
Building a process flow
CPT-2187
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
CPT-2486
Last updated
Was this helpful?