- PowerShell 7.0-preview.1
- PS 7 roadmap blog
- Preview.2 expected mid-July
- PSScriptAnalyzer 1.18.1
- Install the latest from the Gallery and VS Code will automatically pick it up
- 2x perf in may cases since 1.18.0
- PowerShellGet 3.0
- ForEach-Object parallel
- Chaining operator (|| &&)
- Demo
pwsh -Login
- Demo
- Test-Connection
- Improvements to
&
background operator - Flatten the module manifest structure
- Improvements to error handling
umask
andulimit
cmdlets- Multi-line continuance
- Got some feedback on RFC process, working to make some changes to process and automation
- Review and add comments to #195
- Per Jaykul's recommendation check out Pull Panda
- vexx32 recommends checking out RubberDuck.io
- PowerShell Gallery downtime
- Last Tuesday (6/11), we were down from ~3 hours from 8:15a - 11:15a PDT
- Problem in key rotation that has been addressed with fixes to automation
- Thanks for reaching out and bearing with us!
- Status currently hosted at https://github.com/PowerShell/PowerShellGallery/blob/master/psgallery_status.md
- Where can we put this that is better? Is there something else we can do for better alerting?
- PS 7 documentation
- New folder has been created at https://github.com/MicrosoftDocs/PowerShell-Docs/tree/staging/reference/7
- Make changes there for new features, if it's applicable to 6 and 7, make the changes in both places
- This will show up in the version picker on Microsoft Docs while still in preview (as non-default)