Release Notes

v27.0.2

23-04-2026

Updates for powerVault

v27.0.2

General

  • Added support for Vault 2027

  • Updated Licensing to version: 18.4.11

  • Internal refactoring of the setup and installation process

Updates for powerEvents

v27.0.4

Features

  • Added new parameters Add-InventorMenuItem cmdlet for:

    • Setting icons for added menu items

    • Setting the tab name the menu item is added to

    • Setting the panel name the menu item is added to

  • Added new parameter for setting icons to menu items created by the Add-VaultMenuItem cmdlet.

Fixed

  • Issue with Add-InventorMenuItem where the icon of the added menu item in Inventor was not displayed correctly in Dark Mode.

General

  • Added support for Vault and Inventor 2027

  • Updated Licensing to version: 18.4.11.

  • Replaced ProductName with CompanyName in the title of the Error Messagebox and message of Add-VaultRestriction

  • Internal refactoring of the setup and installation process.

Updates for powerJobs Client

v27.0.2

General

  • Internal refactoring of the setup and installation process. powerAPS cmdlets are no longer installed with powerJobs Client and are now part of coolOrange powerGate.

  • Removed the powerAPS.Cmdlets logger section from powerJobs Client.log4net (logging for APS cmdlets is controlled by powerGate.log4net).

  • Updated Licensing to version: 18.4.11.

  • Added support for Vault 2027

Updates for powerJobs Processor

v27.0.2

General

  • Added support for Vault, Inventor and DWG TrueView 2027

  • Internal refactoring of the setup and installation process. powerAPS cmdlets are no longer installed with powerJobs Processor and are now part of coolOrange powerGate.

  • Removed the powerAPS.Cmdlets logger section from powerJobs Processor.log4net (logging for APS cmdlets is controlled by powerGate.log4net).

  • Updated Licensing to version: 18.4.11.

Updates for powerPLM

v27.0.2

Features

General

  • Added support for Vault 2027

  • The powerFLC Configuration Manager dialog, previously available from the Vault Client Tools menu, has been removed.
    Now there is only one central powerJobs Settings dialog accessible on Job Processor environments.

  • Sample workflows “Transfer Item BOMs” and “Change Management” are no longer installed by default. The scripts and modules are now available on GitHub: https://github.com/coolOrangeSamples/powerflc-samples.

  • Removed powerFLC.log4net and powerFLC.log (including “%LocalAppData%\coolOrange\powerFLC” directory). Logging is now handled via powerGate.log4net, with all logs going to powerGate.log.

  • Renamed powerFLC to powerPLM

  • Updated Licensing to version: 18.4.11

  • Internal refactoring of the setup and installation process.

Breaking Changes

Removed Configuration Manager dialog and related Cmdlets
The powerFLC Configuration Manager dialog is no longer available on Job Processor environments.

Centralized Logging Configuration
The separate log4net configuration files and the dedicated powerPLM log file are no longer used. Logging is now fully managed via the central powerGate.log4net configuration. If you previously customized logging via powerPLM.log4net, please migrate your settings to the central configuration file.

Therefore your Tenant name, Client Id, Client Secret, and System User Email (if used) can no longer be configured and also the Connect-FLC [-UseSystemUserEmail] overload has been removed.
These details must now be specified directly in your scripts:

Connect-FLC -Tenant '{YOUR TENANT}' -ClientId '{YOUR AUTODESK APP CLIENT ID}' -ClientSecret '{YOUR AUTODESK APP CLIENT SECRET}' <# if used: -UserId '{YOUR SYSTEM USER EMAIL}' #>

Since the automatic $workflow variable is no longer available in job scripts:

  • Add your Workflow Settings into #region Settings to keep them configuratble via the powerJobs Settings dialog. Replace occurrences like $workflow.Settings.'My_Settings_Name' with $My_Settings_Name.

  • Specify the previous Vault Entity Type as # JobEntityType = ...

  • Replace $workflow.FlcWorkspace with '{previously configured Workspace Name}' (find all -Workspace ... parameters in your job script)

  • Replace $workflow.FlcUnique with '{previously configured Fusion Lifecycle Field in Unique Identifier section}'

  • Replace $workflow.VaultUnique with $vaultEntity.Your_Vault_Property

  • Remove checks like:

    if (-not $workflow) {
        throw "Cannot find workflow configuration with name '$($job.Name)'"
    }
    

Also the functions GetFlcProperties and GetMappedVaultChangeOrderValuesFromFlcItem have been removed. All Field Mappings must now be hard-coded in your job scripts:

  • Remove usages like $workflow.Mappings | Where-Object { $_.Name -eq "Vault Item -> FLC Item" }).FieldMappings

  • Replace calls like $properties = GetFlcProperties -MappingName "Vault Item -> FLC Item" -Entity $vaultItem with, for example:

    $properties = @{'Number' = $vaultItem._PartNumber; ... }`.
    

If your configuration previously mapped to PowerShell functions, these must now be refactored directly into the previous hashtable, because the file “%ProgramData%\coolOrange\powerJobs\Modules\coolOrange.powerFLC.Workflows.MappingFunctions.psm1” has been removed.


Modules coolOrange.powerFLC.Workflows* are no longer installed
In addition to our sample workflow jobs, even their Modules are no longer installed by default.
Download the Modules from GitHub to continue using the following functions in your job scripts:

  • coolOrange.powerFLC.Workflows.Common.psm1:
    Add-VaultChangeOrderComment, Add-ItemAssocPropertiesToBomRows, Merge-VaultBomRowsByNumber,
    GetFLCItemIdFromUrn, GetFLCWorkspaceIdFromUrn, GetFLCItemVersionUrns,

  • coolOrange.powerFLC.Workflows.Extensions.psm1:
    GetGridRowData, Get-FLCGridColumns, Get-FLCGridRows, Add-FLCGridRow, Update-FLCGridRow, Remove-FLCGridRow, Update-FLCGrid

  • coolOrange.powerFLC.Workflows.Async.psm1:
    InvokeAsync, WaitAll


Renamed Powershell module
Because also the powerFLC module has been renamed to powerPLM, existing Import-Module powerFLC statements will no longer work and should be removed.


Re-Activation after Upgrade (only if no Customer Key is stored)
If powerGate is already activated on your workstations or Job Processor, no action is required after the upgrade.

If no Customer Key is entered in the License Manager and the previous version was activated using a powerPLM (powerFLC) serial number or via offline activation, a 30-day powerGate trial will start after the upgrade.

To continue using your Fusion Manage integration without interruption, simply enter your Customer Key to activate coolOrange products.
Your powerGate license (which may be newly generated for you) will be retrieved automatically.

For command-line activation, please note that “C:\Program Files\coolOrange\Modules\powerFLC\License.exe” has been removed.
Please use C:\Program Files\coolOrange\powerGate\License.exe instead.

Updates for powerAPS

v27.0.1

General

Breaking Changes

Re-Activation after Upgrade (only if no Customer Key is stored)
If powerGate is already activated on a workstations or Job Processor, no action is required after the upgrade.

If no Customer Key is entered in the License Manager and the previous version was activated using a powerJobs Processor or powerJobs Client serial number, or via offline activation, a 30-day powerGate trial will start after the upgrade.

To continue using APS scripts without interruption, enter a Customer Key to activate coolOrange products.
The powerGate license will be retrieved automatically using the Customer Key.

Updates for powerGate

v27.0.2

Features

  • New standalone powerGate Processor setup for Job Processor environments, in addition to the powerGate Client setup for workstations

  • powerPLM and powerAPS cmdlets are included and are part of your powerGate license,
    enabling additional integrations to cloud services such as Fusion Manage, Autodesk Construction Cloud, BIM 360, Fusion Team, and more.

General

  • Added support for Vault and Inventor 2027

  • Internal refactoring of the setup and installation process

  • Updated Licensing to version: 18.4.11