# powerJobs v19 ## v19.0.7 `24-04-2018` - Official Release **Features** - powerJobs [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 []() 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 :::{dropdown} Breaking Changes :title: bg-warning **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. ::: ## v19.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](). ### Known Issues - []() doesn't work for DWG files when using DWG TrueView 2019 (BETA), this is caused by a bug in Trueview. :::{warning} Extended Debug []() 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 [write-host]: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/write-host