2024 06 18 release notes (core)
Last updated
Last updated
This page summarises items scheduled for the following release to the Patchworks Production environment:
Patchworks core (backend)
Release version | Release date |
---|---|
Patchworks dashboard (frontend)
Release version | Release date |
---|---|
New features, updates, and enhancements of note are summarised by product area, below:
Type | Summary | Ref # |
---|---|---|
Type | Summary | Ref # |
---|---|---|
Type | Summary | Ref # |
---|---|---|
Type | Summary | Ref # |
---|---|---|
1.20.0
18th June 2024 @ 8am
1.15.0
18th June 2024 @ 8am
CPT-2931
CPT-2961
Improved logs for regex transform failures
The following transform functions use a regex expression to split strings according to a user provided delimiter: Last word
, First word
, split
.
CPT-2954
CPT-2951
CPT-2914
MySQL database access from PHP scripts
CPT-2927
Field tags duplicated when multiple schema items are present
CPT-2765
Cache lookup transform - fail on miss option
The cache lookup transform function now includes a fail on miss
option. When this option is ON, the map shape will fail if the cache lookup
transform function is configured to use a cache key that can't be found in the given cache. If this option is OFF, a missing cache key will not cause the map shape to fail.
Referencing a cache in mapping transformations
Script shape - script deployment & retries If a script shape is configured to use a script that needs to be re-deployed, deployment is attempted automatically. In the event that the first attempt fails, it is retried up to three times. After three failed attempts, the step fails and further checks should be made. Script shape
Logs have been enhanced for cases where one of these transforms fails because the specified delimiter is not escaped. Now, an invalid regex statement
error message is provided, with details about which transform has failed.
Transform functions
My connectors pagination The my connectors page now includes pagination. If more than 50 connectors are installed, page numbers are now available so you can step through pages. Accessing your connectors
Custom scripts - write flow run logs
To provide more visibility on what a script is doing, you can now add a message to scripts for output to logs (both live and retrospective).
This is achieved using a logs
array key in a script, with required output added as strings (maximum of 500 characters).
Custom script messages for logs
The PDO_MYSQL
extension has been added for PHP, providing access from PHP to MySQL databases.
Custom scripts
Fixed issue where the field tags list for an endpoint would include duplicate entries if the schema includes duplicate data (i.e. where an actual payload rather than a schema was provided). Field tagging