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

TypeSummaryRef #
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.

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"
}]

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:

CPT-2610

Enhancement

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).

CPT-2724

Last updated