--- version: 1.5.10 releaseDate: winZipUrl: https://imsreleases.blob.core.windows.net/universal/production/1.5.10/Universal.win-x64.1.5.10.zip winMsiUrl: https://imsreleases.blob.core.windows.net/universal/production/1.5.10/PowerShellUniversal.1.5.10.msi --- ## Includes - UniversalDashboard - v3.2.7 - UniversalDashboard - v2.9.9 - UniversalDashboard.Charts - 1.3.2 - UniversalDashboard.Map - 1.0 - UniversalDashboard.CodeEditor - 1.0.4 ## Changed ### API - When an AppToken is used for authentication with the API, it will be available as $AppToken within the API's endpoint - Fixed issue where saving endpoints would not update from the admin console - Fixed an issue where New-PSUApiResponse -Cookies would not be sent to the client ### Automation - Fixed an issue with PSCredential parameters ### Dashboard - Honor Environment's Persistent Runspace setting in dashboards. - UDv3 - Disable fetch service when session times out - UDv3 - Session time out now checks for expired authorization cookies ### Platform - Display app tokens per user - Fixed an issue where Install-PSUServer would show an error on non-Windows systems. ## Added ### API - Added $Method variable to indicate the HTTP method of the endpoint called. - Added $Cookies variable with a hashtable of cookie values - Added -Headers parameter to New-PSUApiResponse ### Automation - Added the ability to assign run as credentials for scripts and a -Credential parameter to New-PSUScript ### Dashboard - Added $Headers variable to dashboard to provide access to HTTP headers. - Added $Cookies variable with a hashtable of cookie values ### Platform - Added UseTokenLifetime setting for WS-Federation and OIDC