Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 675 Bytes

File metadata and controls

20 lines (16 loc) · 675 Bytes

Release Notes

Release 4.0.1

  • ⭐ Adds new feature RestoreMethod
  • ⭐ Adds CreatedItemTypesCount feature
  • ⭐ Install and run as tool
  • ⭐ Adds ListEnvironments feature
  • Turned of file logging as default

Release 3.2.0

  • Input command parsing improvement. If command input start matches a single command, run it. I.e. no need to be exact
  • Adds connection timeout as parameter: Config or -connectionTimeout # Number of seconds before a Aras request timeouts
  • New Feature/Command: ApplyMethod
  • (AMLRunner) Run as single aml(s) (xml) file
  • Stabilizes login by making three tries, with a 10 sec delay between
  • Other misc. fixes and improvements