Turbine Cloud Release Notes
Turbine Cloud 25.1.0 Release
Turbine Cloud 25.1.8 Release
6 min
july 08, 2025 this update improves features to resolve the issues found in turbine cloud 25 1 0 addressed issues canvas flow name input refresh streamlined improved the user experience by ensuring flow names are updated only when a user confirms changes (for example, by pressing tab or clicking off) this eliminates unnecessary updates during typing obfuscation and record export action in previous releases, the obfuscation and record export action features were controlled by a feature flag starting with this release, these features will be available by default playbooks playbook runs when connector is deleted resolved an issue where playbooks using a deleted connector could get stuck in an "active" state previously, instead of properly failing, the playbook would encounter an internal error during the failure process, causing background jobs to error out the fix ensures playbooks fail gracefully when a required connector has been deleted background jobs no longer throw errors in this scenario this improves system reliability and ensures failed playbook runs are correctly timed out ssp import/export resolved an issue that caused ssp exports to fail when a solution or component id was missing the system now displays an error message but allows the export to proceed records removing values in list fields resolved an issue where removing a single instance of a value from a text or numeric list field in the record ui would incorrectly remove all occurrences of that value upon saving the issue is now resolved and only the selected instance is removed, and other duplicates remain as expected this ensures more accurate and predictable updates to list fields when the globalrecordpatching feature is enabled component creation with grouped actions resolved an issue that prevented components from being created when triggered through grouped action sets grouped actions now work with component generation as expected configuration manager bulk edit resolved an issue in configuration manager where bulk edit actions could fail silently without any error messages the bulk edit workflow now executes reliably and no longer triggers console errors logging improved handling of null values in audit logging resolved an issue where a null argument exception could occur in the audit logging if a null value was passed in the list of ids the audit logging system has been enhanced to gracefully handle null values, improving overall error handling and logging authentication improved support for re enabling users via ldap enhanced the ldap/ad sync functionality to support re enabling users in swimlane previously, if a user was deleted in active directory (ad) and subsequently disabled in swimlane, re adding the user in ad and performing a sync would not re enable the user in swimlane with this update, if a previously disabled user exists in swimlane and is re added to ad, the sync process will now correctly re enable the user, ensuring a smoother and more consistent user management experience known issue known issue while loop behavior change in playbooks issue when a while loop is used in a playbook and the loop condition evaluates to false on initial entry, no actions inside the loop are executed previously, this scenario resulted in the loop being marked as success in the current behavior, the loop is marked as failed, which prevents any downstream actions connected through the on success branch from running as a result, the entire playbook is marked as failed only the while loop is affected the repeat loop is not impacted workaround to ensure that subsequent actions run even when the while loop condition is false on initial entry, connect those actions to the on complete branch instead of the default on success branch