PowerShell Universal - 4.1.6

PowerShell Universal - 4.1.6

Release Notes

APIs

  • Fixed an issue where the $Data variable was not populated.

Apps

  • Fixed an issue where Windows authentication would display as anonymous in User Sessions for apps.
  • Fixed an issue where Sync-UDElement + New-UDElement cause event handlers to fail. (#2747)
  • Fixed an issue where New-UDDatePicker would return the current day rather than $null when no date was selected. (#2734)
  • Fixed an issue where New-UDDatePicker would return a string rather than a DateTime object (#2716)
  • Fixed vertical alignment of New-UDAlert -Dense (#2724)
  • Fixed an issue where Read-Host would return the previous value if Cancel was clicked the second time
  • Fixed an issue where Ok and Cancel would both return an empty string from Read-Host. Now cancel returns $null and Ok returns an empty string.
  • Make New-UDTransferList search case-insensitive (#2729)
  • $Query is now case-insensitive (#2752)
  • Fixed an issue where -Variant fullWidth didn’t work on New-UDTabs
  • Add a delete pages button and tab to the admin console (#2755)

Automation

  • Fixed an issue where Get-PSUJob -Id-RunId would behave differently depending on where you were running it (#2750)

Platform

  • Adjusted the admin console build to avoid inline JavaScript
  • Removed Policy Defined from the App Token Role selector since it is not a valid value for tokens (#2739)
  • Fixed an issue where updating git settings would clear out the username and password (#2742)

Downloads

I started receiving errors from my app after the upgrade, job started with no problem but found the error in the log.
Uninstalled and installed previus version and the errors went away.
is this just something wrong with my code?
im on Windows “MSI” install

An error occurred: Status(StatusCode=“Cancelled”, Detail=“CANCELLED”, DebugException=“Grpc.Core.Internal.CoreErrorDetailException: {“created”:”@1697528450.952000000",“description”:“Error received from peer ipv6:[::1]:49761”,“file”:“…....\src\core\lib\surface\call.cc”,“file_line”:953,“grpc_message”:“CANCELLED”,“grpc_status”:1}")
Endpoint: 748f02a6-3dda-4231-bbdc-8d83a4daef07
Session: 8c9d6c4a-6b49-48d3-9662-14d17c57a08d, User: myuser

at 748f02a6-3dda-4231-bbdc-8d83a4daef07: line 7
at 748f02a6-3dda-4231-bbdc-8d83a4daef07: line 1
at Createserver.ps1 : line 41

at 748f02a6-3dda-4231-bbdc-8d83a4daef07: line 7
at 748f02a6-3dda-4231-bbdc-8d83a4daef07: line 1
at Createserver.ps1 : line 41

Thank you

1 Like

Is the app not running in the Integrated environment? We get the same grpc problem.

My app was running on Environment: Windows Powershell 5.1

I can confirm that I can reproduce this in “Windows Powershell 5.1” psu environment.