# powerJobs v19 ## 19.0.7 `24-04-2018` - Official Release **Features** - powerJobs [cmdlets](/jobprocessor/code_reference/cmdlets) can be used in every IDE - support for default PowerShell [Host] cmdlets like [Write-Host], [Out-Host] etc. in job scripts **General** - Updated to [powershell 4.0] - replaced Log4PostSharp with [PostSharp Diagnostics] for extended Debug logging - Re-enabled extended Debug [](/logging) for Vault 2019 - Removed *powerJobs Console* shortcut from startmenu - Assembly *coolOrange.VaultServices\_\[Vault Version\]* gets installed into the GAC **Fixed** - Increasing memory usage when objects created in job scripts do not get cleaned up manually ```{eval-rst} .. dropdown:: Breaking Changes :title: bg-warningBreaking Changes | **Removed Add-Log** | Removed 'Add-Log' Cmdlet. | Use `Write-Host `__ Cmdlet instead. | **Changed return type of Open-Document, Export-Document and Close-Document** | Removed ``$result.ErrorMessage`` property and replaced it with ``$result.Error`` property. | Use $result.Error.Message instead. ``` ## 19.0.3beta `24-01-2018` **Features** - Added InventorServer to supported [Applications]() - Added support for Vault, Inventor and DWG TrueView 2019 (BETA) **General** - Added DEPRECATED support for removed *\$powerJobs.Job* in [18.0.11](change_logs/powerjobs_v18:18.0.11). ### Known Issues - [](/jobprocessor/code_reference/cmdlets/open-document) doesn't work for DWG files when using DWG TrueView 2019 (BETA), this is caused by a bug in Trueview. ```{warning} Extended Debug [](/logging) is disabled for Vault 2019 ``` [host]: https://docs.microsoft.com/en-us/dotnet/api/system.management.automation.host.pshost?view=powershellsdk-1.1.0 [out-host]: https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.core/out-host [postsharp diagnostics]: http://doc.postsharp.net/5.0/logging [powershell 4.0]: https://www.microsoft.com/de-de/download/details.aspx?id=40855 [write-host]: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/write-host