The information detailed on this page refers to updates included in the following releases to the Patchworks Production environment:
Patchworks core (backend)
1.8.4
5th December 2023
Patchworks dashboard (frontend)
1.6.3
5th December 2023
New features, updates, and enhancements of note are summarised by product area, below:
CPT-1576
CPT-1576
CPT-1524
CPT-1524
CPT-905
CPT-1419
CPT-1763
CPT-1440
CPT-1519
CPT-821
CPT-1436
Field select UI Fixed issue where the dropdown for payload field selection could be partially hidden.
CPT-35
The following prebuilt connectors have been added to the Patchworks marketplace since our previous release:
Patchworks marketplace The Patchworks marketplace is now your one-stop stop for all resources that you may want to install to streamline your integrations. You can now browse and install apps, connectors, process flows, and cross-reference lookups.
Patchworks apps This release introduced apps - install everything you need (connectors, process flows, scripts, etc.) to perform a specific task.
Forward slashes in cache keys Fixed issue where the forward slash character was not permitted when defining cache keys.
Incorrect mapping structure Fixed issue where mapping a flat array to an indexed array resulted in an incorrect structure.
Filter logs by process flow It's now possible to filter process flow run logs by process flow. Documentation coming soon
All shapes now support manual input for payload fields All shapes have been updated to include a manual input option wherever the user has the option to select a payload field.
Empty payloads
Fixed issue passing 'empty' payloads into a shape (which can happen if a null is returned from a script, or if a cache expires). As part of this fix, a new string length
option is available on the filter shape.
Custom string transform now supports payload metadata
The custom string field mapping transform now supports payload metadata values using [[meta.unique_key]]
syntax.
Inbound API now supports flow variables When initialising a process flow using the Inbound API, it's now possible to pass in flow variables.
Installing a connector includes required scripts If a marketplace connector requires pre/post scripts, these are now included when a user chooses to install the connector (previously these would be added manually).
URL parameters excluded from POST requests Fixed issue where URL parameters were not being passed in POST requests.