Automise Releases
Released: Apr 9, 2025
Updates in v5.5
Features
- Encryption Algorithm
- Added the AES 256 Algorithm (with a 256 bit key) as an option, in addition to the existing Blowfish algorithm (with a 160 bit key).
- Added new IDE option to specify the default project encryption for new projects - this now defaults to AES256.
- Note: These options will be removed in Automise v6, when AES 256 will become the default (and projects still using Blowfish will be upgraded automatically).
- Password Variables
- Added a new Password variable type which will be...
Released: Nov 19, 2024
Updates in v5.0.0.1613
Features
- Beyond Compare Actions - Added support for Beyond Compare 5.
- Run DosCMD/Execute Program actions - Added an output code page property.
Fixes
- Create Text File Action was reporting files exist when they did not.
Released: Sep 16, 2024
Updates in v5.0.0.1603
Fixes
Automise Actions
- SSH Actions - Fixed issue where session was not shared between actions.
- File Iterator Action - fixed av when fileset not found.
Released: Jul 16, 2024
Updates in v5.0.0.1593
Features
Automise Actions
- S3 Actions - Added support for 3rd party S3 compatible services.
- SSH Actions - Re-implemented with new library.
Fixes
Automise Actions
- MSSQL Execute Action - Unicode output option caused invalid command line option to be supplied.
Released: May 17, 2024
Updates in v5.0.0.1580
Features
Automise Actions
- Load Variables from Ini Action - Added a count of selected variables.
- SFTP Upload - Added improved exception error reporting.
- S3 Actions - Actions can now use IAM auth when run on EC2 instance and no credentials provided.
Automise IDE
- Refactored all variable dropdown lists so they update when variables are added via F3.
Fixes
Automise Actions
- Fixed regression bug that resulted in some variable dropdowns being empty.
- S3 Delete Object - Variables were not expanded.
- Run...
Released: May 9, 2024
Updates in v5.0.0.1570
Features
Automise Actions
- Load Variables from Ini - Added count of selected variables.
- SFTP Upload - Added improved exception error reporting.
- S3 Actions - Actions can now use IAM auth when run on EC2 instance and no credentials provided.
Automise IDE
- Refactored all variable dropdown lists so they update when variables are added via F3.
Fixes
Automise Actions
- S3 Delete Object - Variables were not expanded.
- Run Dos command - Fixed exit code control positioning.
Released: Aug 1, 2023
Updates in v5.0.0.1490
Features
Automise Core
- Added the ability to control where log files are stored.
Automise Actions
- Touch Files Action - Added the option to use variable for datetime.
- S3 Actions - Updated S3 SDK to 3.7.201.2.
Fixes
Automise Actions
- Execute Program Action - Changed return code data type to enable access to all possible values.
- Execute PowerShell Script Action - action did not handle named parameters correctly.
- Execute Powershell Script Action - spaces after the script file name were not trimmed.
Released: Feb 21, 2023
Updates in v5.0.0.1475
Fixes
Automise Core
- Fixed a regression bug with the OnRetry script event.
Released: Feb 8, 2023
Updates in v5.0.0.1472
Features
Automise Actions
- Delete Directory - Improved error reporting.
- Hyper-V:
- You can now log any errors if WMI virtualization namespaces are not found.
- Now checks whether you are running in admin mode before outputting suggestion to do so.
- RetryCount - Moved reset to zero before action rather than after - so it is available in AfterAction event.
- Added OnRetry script event to all actions.
Fixes
Automise IDE
- Fixed infinite loop bug in PowerShell syntax highlighter with ^ character.
- S3 Actions...
Released: Aug 31, 2022
Updates in v5.0.0.1407
Features
Automise Actions
- Enhancement - HTTP Get Action - Added UserAgent property which defaults to same as Chrome - some servers didn't like the previous default.
Fixes
Automise IDE
- Logging - Do not show skipped actions when viewing errored actions.
- Export Log - fixed error in flat html output stylesheet.
- Fixed memory leak when copy/pasting actions.
Automise Actions
- Async Action Group - fixed random error under heavy load/lots of threads.
- Action Group - Local variables Canonicalize Path...