v7.2.0-preview.9 Release of PowerShell #15979
daxian-dbw
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
7.2.0-preview.9 - 2021-08-23
Note: Known issue about ANSI code being written out in table views when using PowerShell with a legacy host that doesn't support virtual terminal. For details see: #15978
Breaking Changes
$PSStyle.OutputRenderingtoOutputRendering.Hostand removeOutputRendering.Automatic(Change default toOutputRendering.Hostand removeOutputRendering.AutomaticΒ #15882)CA1052for public API to make classes static when they only have static methods (Fix CA1052 for public APIΒ #15775) (Thanks @xtqqczze!)pwsh.exe -Fileto only accept.ps1script files on Windows (Only allow-Fileto accept.ps1scripts on WindowsΒ #15859)Engine Updates and Fixes
AppLockertest filesΒ #15881)General Cmdlet Updates and Fixes
-PassThruparameter toSet-Clipboard(Add-PassThruparameter toSet-ClipboardΒ #13713) (Thanks @ThomasNieto!)-Encodingparameter forTee-Object(Encoding Parameter for Tee-ObjectΒ #12135) (Thanks @Peter-Schneider!)ConvertTo-CsvandExport-Csvto handleIDictionaryobjects (ConvertTo-Csv / Export-Csv - Serialize IDictionary objects with key/value pairs as propertiesΒ #11029) (Thanks @vexx32!)-Exceptionand-ErrorRecordforWrite-Errorto be position 0 (Add position 0 to Write-Error parametersΒ #13813) (Thanks @ThomasNieto!)ArgumentListwhen creating COM object withNew-Objectas it's not applicable to the COM parameter set (Don't useArgumentListwhen creating COM object as it's not applicable to the COM parameter setΒ #15915)$PSStylelist output to correctly showTableHeader(Fix$PSStylelist output to correctly showTableHeaderΒ #15928)PSImplicitRemotingBatchingexperimental feature (Remove implicit remoting batch experimental featureΒ #15863)Get-Process -Modulefailing to stop when it's piped toSelect-Object(Fix issue with Get-Process -Module failing to stop when piped to Select-ObjectΒ #15682) (Thanks @ArmaanMcleod!)PSUnixFileStat,PSCultureInvariantReplaceOperator,PSNotApplyErrorActionToStderr,PSAnsiRendering,PSAnsiProgressFeatureNamestable (Make PS-Committee reviewed experimental features stableΒ #15864)Remove-Itemto work with OneDrive (Enhance Remove-Item to work with OneDrive (Third)Β #15571) (Thanks @iSazonov!)ServerRemoteHostversion to be same asPSVersion(UpdateServerRemoteHostVersion to be same asPSVersionΒ #15809)HttpKnownHeaderNamesthread safe (Thread-safeHttpKnownHeaderNamesinitializationΒ #15519) (Thanks @iSazonov!)ConvertTo-Csv: Quote fields with quotes and newlines when using-UseQuotes AsNeeded(ConvertTo-Csv: Quote fields with quotes and newlines when using-UseQuotes AsNeededΒ #15765) (Thanks @lselden!)Foreach-Object -Parallelrunspaces (Forwarding progress stream changes from Foreach-Object -Parallel runspacesΒ #14271) (Thanks @powercode!)$PSStyleto reject printable text when setting a property that only expects ANSI escape sequence (Add validation to$PSStyleto reject printable text as ANSI escape sequenceΒ #15825)Code Cleanup
We thank the following contributors!
@xtqqczze
GetFilesinCompletionCompletersΒ #14329) (Thanks @xtqqczze!)CA1052,CA1067, andIDE0049(FixCA1052inTypeCatalogGenΒ #15840) (Thanks @xtqqczze!)StringCollectionallocationΒ #15832) (Thanks @xtqqczze!)Tools
/rebaseto automatically rebase a PR (Enable/rebaseto automatically rebase a PRΒ #15808).editorconfigto not replace tabs with spaces in.tsvfiles (EditorConfig: don't replace tabs with spaces in tsv filesΒ #15815) (Thanks @SethFalco!)Tests
Measure-Objectproperty test independent of the file system (Make Measure-Object property test independent of the filesystemΒ #15879)syslogparsing error occurs (Add more information when a syslog parsing error occursΒ #15857)syslogentries to be sure that we select based on the process id (Harden logic when looking for syslog entries for failing testΒ #15841)Build and Packaging Improvements
We thank the following contributors!
@xtqqczze
CodeQLworkflow to use Ubuntu 18.04 (UpdateCodeQLworkflow to useubuntu-18.04Β #15868)Documentation and Help Content
READMEandmetadata filesfor releasev7.2.0-preview.8(Update README and metadata files for release v7.2.0-preview.8Β #15819)SHA256 Hashes of the release artifacts
This discussion was created from the release v7.2.0-preview.9 Release of PowerShell.
Beta Was this translation helpful? Give feedback.
All reactions