Release R26-4 #
Available from 13th April 2026
Improvements #
Console > Reports > API Report – accurate ordering of requests
It was possible for calls to the Cyclr API to appear out of order in the Console’s API Report if they were received at the same second. That’s now corrected so they always appear in the order they were received.
Custom Connectors > Methods – Headers retained when using MultipartFormBoundaryDefined
Resolved an issue where Connector Methods set to use the “MultipartFormBoundaryDefined” Data Type and using Boundaries were losing their HTTP Headers when executed.
Custom Connectors > Methods – “PlainText” Data Type added for Boundaries
When building a Custom Connector, you can now choose “PlainText” as the Data Type of a Method’s “MultipartFormBoundaryDefined” Request Format Boundary.
Cycle Execution – improved Scheduler memory usage
Changes have been made to how Transaction Step Data is held during Cycle execution, allowing memory to be released sooner.
Cycle Execution – minor queueing improvements
Changes have been made to improve how Transactions are queued and processed. In some situations, it was possible for threads to remain open to the queueing system, which would have a slight impact on efficiency.