2025 01 15 release notes (core)
Release summary
This page summarises items scheduled for the following release to the Patchworks Core Production environment.
v2025-01-15
15th January 2025 - starting between 8-9am
New features, updates, and enhancements of note are summarised by product area, below:
Process flows
Real-time callbacks A new callback feature allows you to send API to initialise a process flow and return data in a real-time, synchronous call. The callback shape
CPT-119
Database connector The Connector Builder can now be used to build database connectors. Phase 1 includes support for MySQL with additional database types to follow. Once built, database connectors can be used in process flow connector shapes as normal (albeit with some database-specific options to set). Building a database connector
CPT-3223
Webhooks - URL parameters for GET requests
When making a GET
request to a Patchworks webhook, data can now be passed in via URL parameters
. If a GET
request includes both body
content and URL parameters
, the body
content takes precedence (URL parameters
are ignored).
Trigger shape (webhooks)
CPT-3824
Retrying scripts in a try/catch path Fixed an issue where failed scripts were not retried automatically if the script shape was in a try/catch path. Script shape
CPT-3868
Map shape transforms re-sequencing Fixed an issue where using arrows to re-sequence transforms for a field mapping did not work as expected. Map shape
CPT-3449
Real-time logs expanded display Fixed unnecessary vertical scrolling when the real-time logs panel was expanded. Real-time logs
CPT-3601
Last updated