Release R25-11 #
Available from 25th November 2025
Highlights #
Connectors > FTP Connector – file paths now always returned
When working with the FTP Connector, Cyclr will now always include the path to files when retrieving a list from a server, not just the filenames. Previously, the paths would only have been included if the “TLS Reuse” parameter had been set false on the Connector.
Private Cyclr Instances > Admin Area – feature update
For partners with a Private Instance of Cyclr, the Admin Area – which is accessible to Private Instance Administrators – now has:
- a new “Go to Admin” shortcut option under the “User” menu shown in the top right of your Console.
- a search feature under Tools > Cycle Search which allows you to find items in your Accounts, such as Cycles, Webhooks or Transactions from their identifiers.
Transactions – Replay feature extended
Cyclr could already Replay Transactions that began on Webhook Steps – useful if you have a need to re-run them having made changes to a Cycle. That ability has been extended to include Split Transactions from an initial Webhook Step as well.
In addition, when a Transaction is Replayed, it will bypass any Script present on the initial Webhook Step to avoid any reprocessing of its data.
Improvements #
Account User Inferface > Connectors – new Custom Object Method Categories named correctly
When creating a Custom Object Method Category on a Connector through Cyclr’s end-user interface, as used by Account Users, the name of a new Category is now set correctly.
Account User Interface > Builder – “Wait Until” Steps now save entered date/time values
When using a Wait Until Step in the Builder through Cyclr’s end-user interface, as used by Account Users, attempting to set the value using “Type a Value” and entering a date/time is now correctly saved.
Accounts > Connectors > Generate Setup Token – showing Account Users
When using the Generate Setup Token feature to request someone provide authentication for an installed Connector, Cyclr again shows a list of both Account Users who have access to that Account, as well as Console Users.
Accounts > Folders – invalid Folder names
Attempting to create a Folder within an Account with an invalid name now displays a clearer error message.
Builder > Linking Tool – unable to start integration
Resolved an issue that prevented a Template or Cycle from being started if it contained a Linking Tool Step.
Connectors > Custom Object Method Categories – Template behaviour corrections
Identified and corrected a number of scenarios where installing a Template that used a Method from a Custom Object Method Category could result in an incomplete Cycle being created. In some situations (e.g. through LAUNCH and Marketplaces) the Custom Object Method Category may not have been correctly created on the Account Connector, or the Custom Fields may not have been retrieved. If installing within an Account using the “Templates” button, the process may have stopped when retrieving a list of custom objects to select from.
Connectors > View Rate Limits – improved speed to display page
Performance improvements when loading and displaying the Rate Limits page for a Connector.
Console > Accounts > Creating a Sub Account – validation errors resulted in a standard Account being created
Resolved an issue when creating a Sub Account where any validation errors would result in the parent Account’s details being discarded. If the details were corrected and resubmitted, this resulted in a new standard Account being created instead of a Sub Account.
Console > Connector Libraries > Installation User Experience – fields remain editable
Resolved an issue on the Connector “Installation User Experience” pages within the Connector Libraries, where you can change the text a user sees when installing a Connector. Previously, if you edited the text and selected “Save”, you weren’t then able to make further changes without first reloading the page.
Console > Custom Connectors – corrected Method Category Parameters showing
When working on a Custom Connector, moving from a Method Category into a Method Sub Category will no longer show the Parameters from the parent.
Console > Custom Connectors – numeric Trigger Names
When working on a Custom Connector, if you created a Trigger using only numeric characters for its name, it wasn’t displayed when set as a Trigger on a Parameter or Request Field.
Console > GitHub Integration – resolved dates not displaying
When viewing Cyclr Templates pushed from your Console to your GitHub repository using the GitHub Integration feature, some dates were displayed as “Unknown” due to them either missing or being returned in a legacy format. That has now been resolved.
Console > Reports > Account Task Report – search controls now always shown
Resolved an issue where the search controls on the page weren’t visible if you searched for an Account, but there were no matches.
Console > Settings > OAuth Client Credentials – limit handling
The restriction of 5 sets of Client Credentials for use against the Cyclr API within a Console is now implemented as intended, and reports an error more accurately when attempting to create more.
Cyclr API > “POST /oauth/token” endpoint – restored response properties
As part of a recent general upgrade to Cyclr, the following properties returned when calling the Cyclr API “POST /oauth/token” endpoint (used to obtain a Cyclr API Token) were removed, but have since been restored:
- .refresh
- .issued
- .expires
Cyclr API – restored previously accepted “Content-Type” values and behaviour
As part of a recent general upgrade to Cyclr, the “Content-Types” which the Cyclr API accepted were changed and the Content-Type HTTP Header also became required. This change restores the previous behaviour by including the Content-Types that were removed, as well as having the Cyclr API default to interpreting Request Body content to be application/json if no Content-Type header is provided.
Embedding > LAUNCH/Marketplaces – iframe “SameSite” attribute restored to “None”
Resolved an issue where web browsers prevented sharing of existing cookies for popups used when authenticating an OAuth Connector through a LAUNCH or Marketplaces iframe.
Private Cyclr Instances > Cycle Execution – improvements to memory handling
Partners with Private Instances where their Schedulers are configured with relatively low amounts of memory could encounter situations where high memory usage resulted in problems with connectivity to parts of the system infrastructure (e.g. database, queueing, storage). Changes have been made in how memory is used to mitigate those potential issues.