2024 06 05 release notes (core)

Release summary

This page summarises items scheduled for the following release to the Patchworks Production environment:

Patchworks core (backend)

Release version
Release date

1.19.0

5th June 2024 @ 8am

Patchworks dashboard (frontend)

Release version
Release date

1.14.2

5th June 2024 @ 8am

New features, updates, and enhancements of note are summarised by product area, below:

Process flows

Type
Summary
Ref #
New

Has warnings indicator in run logs Run logs now include a Has warnings column. If a process flow run succeeds with warnings (for example, if data of the wrong type is passed into a transform function in the map shape), a warning icon is displayed in this column.

If required, the Has warnings column can be filtered so only runs with warnings are displayed. Run logs & queue

CPT-2701

New

Flow control shape - single items When configuring a flow control shape, a new Do not wrap single records in an array option is available. Use this if you are creating payloads with a batch size of 1, and you want the output to be this:

{
    "field": "value",
    "field": "value",
    "field": "value"
}

...rather than this:

[{
    "field": "value",
    "field": "value",
    "field": "value"
}]

Flow control shape

CPT-1153

Enhancement

Run process flow shape - variables When using the Run process flow shape to call one process from another, it's now possible to override flow variables with meta or flow variables defined in the Run process flow shape. When configuring this shape:

Run process flow shape

CPT-2610

Enhancement

Improved error reporting for script issues Logging has been extended for cases where a process flow run fails due to a custom script issue, and also if a script fails to deploy. Custom scripts

CPT-2903

Bug

Un-deployed scripts not available in map script transforms Fixed issue where only deployed scripts/versions were available for selection when configuring a script transform function for a field mapping (via the map shape).

Now, all scripts/versions are available for selection. If an un-deployed script/version is selected it is deployed, ready for use. Script transform function

CPT-2724

Last updated

#1409: Release notes - 11.12.24

Change request updated