FactoryOrchestrator Versions Save

A cross-platform system service which provides a simple way to run and manage factory line validation, developer inner-loop, diagnostics, and fault analysis workflows.

v10.3.7

1 year ago
  • Fixed a bunch of accessibility issues with the Factory Orchestrator App.

v10.3.6

2 years ago
  • Fixed a bunch of accessibility issues with the Factory Orchestrator App.

v10.3.5

2 years ago
  • Fixed a bunch of accessibility issues with the Factory Orchestrator App.

v10.3.3

2 years ago
  • Fixed a bunch of accessibility issues with the Factory Orchestrator App.

v10.3.2

2 years ago
  • Fixed a bunch of accessibility issues with the Factory Orchestrator App.

v10.3.1

2 years ago
  • Fixed a bunch of accessibility issues with the Factory Orchestrator App.

v10.3.0

3 years ago

App bugs ➡️ App fixes!

image

  • A bunch of app UI improvements to ensure it is responsive and easy to use.
  • UWP apps page now shows app names in addition to AUMID, no more guessing what app is what.
  • The app is now "multi-instance". Launch it multiple times and connect to multiple devices simultaneously!
  • The service log now logs the first time a new client connects.

Other improvements include:

  • Fixed a bunch of app crashes.
  • Added new IpcLogLevel service setting, for detailed service logging. Setting this to "Debug" ensures every client API call is logged, with the IP address and command run. Yay for a (very basic) audit log📃!

As always, the service binaries are below, while NuGet packages and the PowerShell module are published to NuGet.org and PowerShell Gallery respectively.

v10.2.0

3 years ago

🤷‍♂️ Lost 🤷‍♀️ a device? Let Factory Orchestrator find it for you!

The app, C# client library and PowerShell module now all support discovering Factory Orchestrator devices! No more scrounging around looking for your devices' IP addresses! app connect page

Other improvements include:

As always, the service binaries are below, while NuGet packages and the PowerShell module are published to NuGet.org and PowerShell Gallery respectively.

v10.1.0

3 years ago

🪲 No one likes bugs (except entomologists), so we fixed a bunch of them for this release! 🪲

  • The service's install PowerShell scripts are now signed. Updated Get Started with details.
  • Support service configuration via /etc/FactoryOrchestrator/appsettings.json on Linux.
  • Fixed ResetService's "FactoryReset" option.
  • Fixed a frequent crash in the Windows service during service teardown.
  • Fixed Windows Device Portal support on Windows. If Windows Device Portal is configured to run with no authentication & HTTP enabled, it will work on any Port. See Get Started for details.
  • Fixed issue preventing service from running inside a container on Windows.
  • Fixed app crash when multiple ContentDialog boxes are shown.

As always, the service binaries are below, while NuGet packages and the PowerShell module are published to NuGet.org and PowerShell Gallery respectively.

v10.0.0

3 years ago

🐧 Factory Orchestrator 10.0.0 is here! 🐧

  • Why penguins 🐧? Factory Orchestrator 10.0.0 provides full Linux support for the Factory Orchestrator service! It can run as a systemd daemon on your Linux distro of choice! The service and any clients are fully cross platform (except for the app, which can only be installed on Windows for now). For example, you can run remotely execute tasks on the service running on Linux with a client running on Windows!
  • The service is now easily configurable via an appsettings.json file 📄.
  • We also added SSL encryption to the service 🔒, so data is no longer transmitted to clients in plaintext. The SSL cert can be manually provided as a service configuration option, or you can use our default cert for when you're just testing things out.

Other improvements include:

As always, the service binaries are below (now with Linux options), while NuGet packages and the PowerShell module are published to NuGet.org and PowerShell Gallery respectively.