PowerShell Universal - 5.5.4
Release Notes
Features
Bug Fixes
Admin Console
Apps
Automation
Platform
Downloads
Adam Driscoll
PowerShell Expert and Developer at Devolutions
I’m not sure if I’ve asked this before or if anyone else has but, would it be possible to include GitHub issue numbers in release notes so we have context around each item? I know the product isn’t open-sourced and we have no way to see the actual code change(s), but at least context of what the complaint was that led to something being changed may be helpful to see.
The Full Changelog has each item, and the docs page has a list of each item. The above is just a summary.
docs.powershelluniversal.com
Items without GitHub IDs were either internally sourced or some support cases.
Adam Driscoll
PowerShell Expert and Developer at Devolutions
That’s true. Thanks.
@Adam Driscoll, I don’t see that New-UDAutocomplete is included in the changelogs but do see it fixed on the issues tracker for this version for the issue I raised using the static option (not New-UDAutocompleOptions). I’m finding populating it now works but is slow on large data loads.
I load about 4000 options and on 5.5.2 this would populate in about 1 second.
When working around the issue in 5.5.3 and using New-UDAutocompleteOptions, it still loaded quickly.
I’m finding it is taking 18 seconds to populate on 5.5.4 using either static options or New-UDAutocompleteOptions.
@AnonymousUser Bummer. I’ll open an issue for it. Not sure why but likely a larger JSON payload or something causing some bad client side rendering or something.
Adam Driscoll
PowerShell Expert and Developer at Devolutions