Robomotion v24.1.5 is out! 🚀
This release focuses on enhancing user experience with important bug fixes, improvements in existing features, and exciting new additions like Cookie Store support and Mac ARM official release.
Here’s what’s new in 24.1.5:
🔧 [Fixed] Cloud Run Vault Share Issue: We’ve resolved a critical bug where cloud runs were failing when the vault was shared with multiple users.
🔄 [Rewritten] Excel to CSV Functionality: To address the "EOF Error" issues encountered with some Excel files, we’ve completely rewritten the Excel to CSV conversion process. This ensures a more reliable and error-free experience when working with Excel files.
🔧 [Improved] Robomotion Proxy Add-On: We’ve made several fixes to the Robomotion Proxy Add-On, enhancing its stability.
➕ [Added] Support for Packages to use Robomotion Proxy: Expanding our proxy capabilities, we now support packages such as the SERP package to utilize Robomotion Proxy.
🔧 [Fixed] Reading Subflow Error: A bug that occurred when copying any subflow inside a Subflow Library into another one has been fixed.
🍏 [New Release] Official Mac ARM Version: We're excited to announce our official Mac ARM release, now signed with the Apple Developer Certificate for enhanced security and compatibility.
🍪 [Added] Cookie Support for HTTP Requests: You can now chain HTTP requests to simulate a cookie store, mirroring browser behavior and enhancing web automation capabilities. Input cookies are updated with the HTTP response, and received cookies are merged into Output Cookies, just like in a browser.
🍪 [Added] Cookie Support to Download File node: This new feature allows the use of browser cookies for downloading files, providing more seamless integration with web-based resources.
🍪 [Added] Set Cookies in Browser Package: Enhance your automation flows by setting previously saved cookies directly within the browser package.
🍪 [New] Cookie Store Package: Introducing a new package to save and load cookies into an encrypted file, simulating User Data Dir-like behavior without needing a directory profile. You can use the loaded cookies with the Browser -> Set Cookies node.
🚀 [Updated] Parametric 'Characters Per Minute': Now, the 'Characters Per Minute' setting can be dynamically set using values from the msg object, offering more control in your automation scripts.
🔧 [Fixed] Critical Stop Sync Bug: We've resolved a significant issue where, due to the introduction of Stop acknowledgement in the latest version, Pending Schedules were either not starting or being missed. This fix ensures more reliable execution of scheduled tasks.
🔐 [Added] Passphrase Support in FTP Package: Enhance your file transfers with added security. The FTP package now supports a passphrase for private keys requiring it.