Skip to content

Releases: Basico-PS/AutomationOrchestrator

Basico P/S - Automation Orchestrator v0.4.2

08 Dec 13:35
c2e9e24
Compare
Choose a tag to compare

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.4.2 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Bug fixes and improvements

Basico P/S - Automation Orchestrator v0.4.1

02 Dec 15:31
b3025d0
Compare
Choose a tag to compare

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.4.1 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Bug fixes and improvements

  • Fix bug with missing API and Dashboard (b3025d0)

Basico P/S - Automation Orchestrator v0.4.0

29 Nov 11:33
Compare
Choose a tag to compare

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.4.0 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Bug fixes and improvements

  • All packages bumped to work with latest version
  • A new field, "Is file", added to botflows to allow executing executable files directly (the app) with with parameters instead of a file path as the botflow
  • The server is now also available using the name of the server host as the URL

Basico P/S - Automation Orchestrator v0.3.9

19 Oct 12:33
ab6943a
Compare
Choose a tag to compare

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.3.9 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Bug fixes and improvements

  • Fix displayed version number (ab6943a)

Basico P/S - Automation Orchestrator v0.3.8

16 Oct 14:25
e3261c8
Compare
Choose a tag to compare

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.3.8 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Bug fixes and improvements

  • Re-implementation of full program restart to avoid scenarios of multiple servers running at the same time (e3261c8)

Basico P/S - Automation Orchestrator v0.3.7

29 May 11:08
Compare
Choose a tag to compare

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.3.7 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Bug fixes and improvements

  • The version is now visible in the application (#45)
  • Improving naming of starting triggers manually (#46)
  • Fixing a bug with running Python functions without an input (9328bb0)
  • Fixing a bug caused if license check for Nintex RPA is enabled and the bot is killed by a timeout (#44)

Basico P/S - Automation Orchestrator v0.3.6

22 May 10:13
Compare
Choose a tag to compare

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.3.6 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Bug fixes and improvements

  • Fixing issue with blinking WMIC console window caused by running the application with "pythonw" instead of "python" (0ae01ab and cf698e2)
  • Avoid printing "Request to quit the server received!" multiple times in the console window (77b63b4)

Basico P/S - Automation Orchestrator v0.3.5

12 May 13:43
Compare
Choose a tag to compare

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.3.5 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Key new features

  • The Automation Orchestrator now displays a system tray icon from where it is possible to quit the application (7bd19bb)

Bug fixes and improvements

  • Added option to run the application hidden with pythonw.exe (#41)
  • Significant improvements to the logic of running the server and removal of the forced full restart (0cbbf60)
  • Implemented validation and test function on the App path (b717133)
  • Unused psexec tools removed (16fbd9b)
  • Added support for sending SMTP emails with server without login (#40)
  • Added function to avoid old "Running" botflow executions (561ac68)
  • Improved documentation on common issues during installation

Basico P/S - Automation Orchestrator v0.3.4

16 Apr 15:41
c46effe
Compare
Choose a tag to compare

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.3.4 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Bug fixes and improvements

  • Implementation of database timeout (a200218)
  • Improving the SETUP_RUN_SERVER.bat to make sure it works with paths that include spaces (c46effe)

Basico P/S - Automation Orchestrator v0.3.3

08 Apr 10:40
b6c0878
Compare
Choose a tag to compare

Upgrade notes

Make sure to have the latest Python 3 64-bit version installed.

If you are upgrading from Automation Orchestrator v0.1.X, then your database must be reconfigured. This means that the setup and data of the database in the "AutomationOrchestratorDatabase" folder will NOT be automatically migrated to this new version. You must manually move the "db.sqlite3" to the "backup" subfolder to make room for a new database file to be created, hereafter, you must make your setup again from scratch.

If you are upgrading from v0.2.X or v0.3.X, simply unzip v0.3.3 alongside in the c:\AutomationOrchestrator folder and run the INSTALL.bat like with initial installation. The new version will connect to the existing database of the Automation Orchestrator and automatically migrate any database changes.

Bug fixes and improvements

  • The application is now running via python.exe instead of cmd.exe to improve stability
  • Improved logic to track bot status
  • New functionality to manage Botflow Executions Notes (#34)
  • Improved support for dynamic timezone
  • Aligned date formatting in the admin view