PowerShell Universal 5.6.10

PowerShell Universal - 5.6.10

Bug Fixes

  • Admin Console
    • Nested jobs table should be more condensed #5328
    • Parameterized variables do not repopulate when rerunning a job #5313
    • Variables not visible when created from module #5314
    • Elapsed timer loops for long running jobs #5306
    • Variables - Don’t show the “Disable run as support” for string types for the secret #5344
    • A duplicated schedule breaks Scheduling #5343
    • Pending changes in the UI should prompt if clicking away from popup #5349
    • Modifying existing tag hangs the UI #5346
    • UI becomes unresponsive after saving changes to an existing app settings #5274
  • APIs
    • Fixed an issue with APIs returning blank values when provided by a module
    • OpenAPI spec omits endpoints with Role after IIS recycle when the documentation has Authentication enabled #5345
    • Send-PSUEvent: second send to same Hub/ConnectionId intermittently fails; Get-PSUEventHubConnection -Active sometimes omits active connections #5295
  • Apps
    • App logging is now too verbose #5342
    • New-UDLink with no text shows as “Ironman Software” #5294
    • Editing App pages in Docker results in 404 #5357
    • Disable Interactive Host also disables write-host logging #5352
  • Automation
    • Fixed an issue loading parameters from scripts in a module
    • RBAC issue with viewing job from /automation/scripts #5340
    • Pester / Tests page not showing any scripts #5312
    • FilesystemWater is not picking up changes when in vscode mode #5347
  • Module
    • Stop-PSUJob does not stop external environment jobs #5318
    • Grant-PSUAppToken does not return the app token #5337
    • Rerun job is missing labels #5263
    • New-PSUApp does not restrict creation of apps with relative paths to the repository location #5333
  • Portal
    • Fixed an issue running scripts from the portal with Windows Authentication
    • Using generated SSH keys from PSU #5101
  • Platform
    • Run VACUUM in SQLite Groom Job [#5323]
    • Deployment as Module breaks instance config - file already exists #5376
  • Tools
    • SQLite to SQL Server migration fails on ComputerTag with IDENTITY_INSERT OFF #5320

Downloads

still the same…

First of all, I want to say thanks for a great product, and I used it extensively to make one of our automation projects much easier.

We have a test PSU server running dev license to verify new versions before upgrading the production one.

I have a very simple “ping” API which return a simple text, but after I upgraded from 5.6.9 to 5.6.10, everytime I press Invoke, it gave me error as shown in the picture. But if I call the API from a pwsh terminal, it works.