2025 05 14 release notes (core)
Last updated
Last updated
This page summarises items scheduled for the following release to the Patchworks Core Production environment.
v2025-05-14
14th May 2025 (a.m)
New features, updates, and enhancements of note are summarised by product area, below:
AI for custom scripts You can now ask AI to help create a custom script! Simply tell AI what you're trying to achieve and let it take care of the rest.
Our AI integration knows about expected keys and value types (payload, variables, meta, etc.), so generated scripts should be in a form that's ready to use in process flows. Every company profile can make up to 5 requests per day, free of charge. If you'd like to increase your allowance, a subscription tier bolt-on can be purchased. Documentation in progress
CPT-1768
Track data shape
A new use custom value
option is available. When variable syntax is defined here, the raw variable value is tracked (rather than retrieved from incoming payloads as when a field path
is used).
Track data shape
CPT-3947
De-dupe shape Fixed an issue where only the first 50 data pools were displayed for selection in the de-dupe shape De-dupe shape
CPT-4201
Disable automatic headers for endpoints
Sometimes, depending on the endpoint configuration, Patchworks adds request headers automatically. This can be for different reasons - perhaps there's a specific requirement for an authentication method, or a content-type
for a request body setting.
When configuring a connector endpoint, the header
tab now includes a disable automatic headers
option. When this option is toggled on
, automatic headers are NOT sent when requests are made. This applies to ALL automatic headers.
Endpoint header options
CPT-TBC