Automise 新版本發表

Released: Sep 16, 2024

v5.0.0.1603 中的更新

修補程式

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

v5.0.0.1593 中的更新

特性

Automise Actions

  • S3 Actions - Added support for 3rd party S3 compatible services.
  • SSH Actions - Re-implemented with new library.

修補程式

Automise Actions

  • MSSQL Execute Action - Unicode output option caused invalid command line option to be supplied.

Released: May 17, 2024

v5.0.0.1580 中的更新

特性

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.

修補程式

Automise Actions

  • Fixed regression bug that resulted in some variable dropdowns being empty.
  • S3 Delete Object - Variables were not expanded.
  • Run Dos...

Released: May 9, 2024

v5.0.0.1570 中的更新

特性

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.

修補程式

Automise Actions

  • S3 Delete Object - Variables were not expanded.
  • Run Dos command - Fixed exit code control positioning.

Released: Aug 1, 2023

v5.0.0.1490 中的更新

特性

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.

修補程式

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

v5.0.0.1475 中的更新

修補程式

Automise Core

  • Fixed a regression bug with the OnRetry script event.

Released: Feb 8, 2023

v5.0.0.1472 中的更新

特性

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.

修補程式

Automise IDE

  • Fixed infinite loop bug in PowerShell syntax highlighter with ^ character.
  • S3 Actions - UI...

Released: Aug 31, 2022

v5.0.0.1407 中的更新

特性

Automise Actions

  • Enhancement - HTTP Get Action - Added UserAgent property which defaults to same as Chrome - some servers didn't like the previous default.

修補程式

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 setting did...

Released: May 3, 2022

v5.0.0.1386 中的更新

特性

  • Installer
    • Microsoft .NET Framework 4.7.2 or higher is now required to allow TSL 1.2 support in some actions.
  • Core
    • Improved error reporting when a process is terminated.
  • ATCMD
    • Removed superfluous [End Message Group] log message.
  • Automise Actions
    • CSV Iterator Action - Improved invalid encoding handling.

修補程式

  • ATCMD
    • Fixed issue with params file option.
  • Automise IDE
    • Search whole words option did not work correctly.
  • Automise Actions
    • Async Group Action - Changes to properties in the After Action...

Released: Jan 24, 2022

v5.0.0.1356 中的更新

特性

Automise Actions

  • Powershell Action - wrap provided script in try/catch to allow detection of failures.

修補程式

Automise IDE

  • Variables Watch Window - fixed issue with local variable watches not working correctly.
  • Fixed issue with variable namespace heirachy after pasting actions which own variable namespaces (Action Groups)

Automise Actions

  • Run ActionList Action - Recursion sometimes failed with no error.
  • Http Get Action - fixed saving file to directory using server filename failed.
  • Find Files...