Release R25-5 #
Available from 13th May 2025
Highlights #
Console > Template Library / Accounts > Cycles – open Folders by clicking on them
Small change to Cyclr’s interface so you can now click on a Folder’s row to open it, not just on the “View Folder” button shown on the right side of each.
Custom Connectors / Builder Steps > Script – added passwordless PGP decryption support
The PGP (“Pretty Good Privacy”) Script function cyclr_pgp_decrypt()
no longer requires a password parameter to decrypt, allowing use-cases where keys have been generated without one.
Improvements #
Account User Interface – resolved issue with Quick Connector’s “HTTP Request” Steps being added
The Quick Connector’s “HTTP Request” Step could not be fully setup when working in the Builder using Cyclr’s end-user interface, as used by Account Users. That’s now been resolved.
Connectors – corrected several Connector Guide links
Some of the Connector Guides for Library Connectors weren’t pointing to the correct pages so have been updated.
Cycle Execution – resolved Cyclr Scheduler shutdown and Collection Splitting issue relating to Connector Methods using action_condition
Resolved an issue relating to the rare situation that a Cyclr Scheduler happened to be shutdown at the point it was performing Collection Splitting of a Transaction, and that Transaction was currently on a Step where the underlying Connector Method used an action_condition
Script function (enabling it to have True/False Exits). Previously, when that Transaction was resumed by another Cyclr Scheduler, any remaining split Transactions would have automatically been sent down the Step’s False Exit. That has now been resolved so that the resumed Transactions are sent down the correct Exit according to the criteria set in the action_condition
‘s Script.
Transaction Searching – search terms including non-alphanumeric characters lost when changing page
Resolved an issue when searching Transactions for text containing punctuation/special characters: using the paging controls to move to another page was previously removing the search term, causing the Transaction list to become unfiltered.